Skip to content

Commit

Permalink
Fix missing _2 schemes from database (Issue #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Jun 7, 2016
1 parent a74b570 commit a6417cd
Show file tree
Hide file tree
Showing 10 changed files with 307,152 additions and 273,304 deletions.
32,011 changes: 28,903 additions & 3,108 deletions db/blast/mlst.fa

Large diffs are not rendered by default.

182,814 changes: 92,749 additions & 90,065 deletions db/blast/mlst.fa.nhd

Large diffs are not rendered by default.

Binary file modified db/blast/mlst.fa.nhi
Binary file not shown.
Binary file modified db/blast/mlst.fa.nhr
Binary file not shown.
Binary file modified db/blast/mlst.fa.nin
Binary file not shown.
Binary file modified db/blast/mlst.fa.nog
Binary file not shown.
365,628 changes: 185,498 additions & 180,130 deletions db/blast/mlst.fa.nsd

Large diffs are not rendered by default.

Binary file modified db/blast/mlst.fa.nsi
Binary file not shown.
Binary file modified db/blast/mlst.fa.nsq
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/mlst-make_blast_db
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ BLASTFILE="$BLASTDIR/mlst.fa"
mkdir -p "$BLASTDIR"
rm -f "$BLASTFILE"

for N in $(find $MLSTDIR -maxdepth 1 | grep -v '_2$'); do
#for N in $(find $MLSTDIR -maxdepth 1 | grep -v '_2$'); do
for N in $(find $MLSTDIR -type d -maxdepth 1); do
SCHEME=$(basename $N)
echo "Adding: $SCHEME"
cat "$MLSTDIR"/$SCHEME/*.tfa | sed -e "s/^>/>$SCHEME./" >> "$BLASTFILE"
Expand Down

0 comments on commit a6417cd

Please sign in to comment.