Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Jun 20, 2024
1 parent 3fdf017 commit 9bb562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/taxref_reformat_gtdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and outputs two new fasta files, one suitable for DADA2's assignTaxonomy()
# and addSpecies() functions.

# Unzip any tar file in the working directory - versions 220 and newer
# Unzip any .fna.gz file in the working directory - versions 220 and newer
for f in *.fna.gz; do
gunzip -c $f > $(basename "$f" .gz)
done
Expand Down

0 comments on commit 9bb562c

Please sign in to comment.