Fixed bug in alpha rarefaction curve

This commit is contained in:
Thomas A. Christensen II 2019-05-21 07:55:55 -06:00
parent bb500ca3ad
commit 83e9059bb6

View file

@ -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!"