-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
||
|