We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2d20b commit dd37071Copy full SHA for dd37071
qiime_bio9905_tutorial.txt
@@ -73,7 +73,7 @@ sed -i 's/18S_//g' filtered/seqs.fna
73
#for the purpose of this tutorial we are providing you with the output files from the chimera checking step
74
#we fetch the file listing all of the chimeric sequences from github with the following command:
75
wget http://folk.uio.no/marieda/chimera.tar.gz
76
-tar -xzvf chimeras.tar.gz
+tar -xzvf chimera.tar.gz
77
#the command to actually run the chimera checking yourself is:
78
#identify_chimeric_seqs.py -i seqs.fna --suppress_usearch61_ref --usearch61_mindiv 3 -o chimeras -m usearch61
79
0 commit comments