Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dpear committed Feb 17, 2022
1 parent dec037d commit 2d76966
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# katharoseq
![](https://github.com/qiime2/q2templates/workflows/ci/badge.svg)

Katharoseq is a qiime2 plugin for analyzing samples with low biomass.

## Installation
pip install -e .
To install, download this repository and navigate to the `q2_katharoseq` folder and run:
pip install -e .

## Usage

qiime katharoseq read-count-threshold \
--p-threshold 50 \
--i-table table.qza \
--m-positive-control-column-column p_control \
--m-positive-control-column-file metadata.tsv \
--p-positive-control-value katharoseq_control \
--p-control classic \
--m-cell-count-column-column max_cell_count \
--m-cell-count-column-file metadata.tsv \
--o-visualization visualization.qzv \


0 comments on commit 2d76966

Please sign in to comment.