mirror of
https://github.com/MillironX/cowcalf-rumen-metagenomic-pipeline.git
synced 2024-11-23 06:49:54 +00:00
Fixed bug in alpha rarefaction curve
This commit is contained in:
parent
bb500ca3ad
commit
83e9059bb6
1 changed files with 1 additions and 1 deletions
2
main.sh
2
main.sh
|
@ -104,7 +104,7 @@ echo "--^-- X: Plotting rarefaction curve..."
|
|||
# Create a rarefaction curve to make sure the magic of rarefaction is valid
|
||||
qiime diversity alpha-rarefaction \
|
||||
--i-table feature-table.qza \
|
||||
--p-maxdepth "$MAXRAREFACTION" \
|
||||
--p-max-depth "$MAXRAREFACTION" \
|
||||
--m-metadata-file metadata.tsv \
|
||||
--o-visualization visualizations/rarefaction-curve.qzv
|
||||
echo "--^-- X: Plotting rarefaction curve...Done!"
|
||||
|
|
Loading…
Reference in a new issue