Skip to content

Commit

Permalink
Warning in bin/taxref_reformat_sintax_tar.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrikarddaniel committed Jul 24, 2024
1 parent 82a5665 commit 5fde454
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/taxref_reformat_sintax_tar.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/sh

# Handles preformatted database files suitable for sintax

# Just rename the preformatted file
# Assumes only one (gzipped) file
# Handles preformatted database tar files suitable for sintax
#
# This turned out to be a MISTAKE and is NOT USED, but I'm keeping the file for a while anyway.

# Extract the fasta file without _dev in its name
f=$(tar tfz *.tgz | grep fasta | grep -v '_dev')
Expand Down

0 comments on commit 5fde454

Please sign in to comment.