Skip to content

Commit

Permalink
Restore full length nb model
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Dec 30, 2022
1 parent 41d99f0 commit 09cfdd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/classifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ qiime feature-classifier fit-classifier-naive-bayes \
--i-reference-taxonomy ${b}/${v}.backbone.tax.qza \
--o-classifier ${b}/${v}.backbone.v4.nb.qza

#qiime feature-classifier fit-classifier-naive-bayes \
# --i-reference-reads ${b}/${v}.backbone.full-length.fna.qza \
# --i-reference-taxonomy ${b}/${v}.backbone.tax.qza \
# --o-classifier ${b}/${v}.backbone.full-length.nb.qza
qiime feature-classifier fit-classifier-naive-bayes \
--i-reference-reads ${b}/${v}.backbone.full-length.fna.qza \
--i-reference-taxonomy ${b}/${v}.backbone.tax.qza \
--o-classifier ${b}/${v}.backbone.full-length.nb.qza

0 comments on commit 09cfdd4

Please sign in to comment.