Skip to content

Commit

Permalink
Update test_amrfinder.sh
Browse files Browse the repository at this point in the history
Re-enable downloading test data in `test_amrfinder.sh`
  • Loading branch information
evolarjun authored Oct 29, 2024
1 parent e8a9061 commit 10c8bef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test_amrfinder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ else
fi

echo Downloading fresh test data...
# curl -s -f \
# -O https://raw.githubusercontent.com/ncbi/amr/master/test_dna.fa \
# -O https://raw.githubusercontent.com/ncbi/amr/master/test_prot.fa \
# -O https://raw.githubusercontent.com/ncbi/amr/master/test_prot.gff \
# -O https://raw.githubusercontent.com/ncbi/amr/master/test_both.expected \
# -O https://raw.githubusercontent.com/ncbi/amr/master/test_dna.expected \
# -O https://raw.githubusercontent.com/ncbi/amr/master/test_prot.expected
curl -s -f \
-O https://raw.githubusercontent.com/ncbi/amr/master/test_dna.fa \
-O https://raw.githubusercontent.com/ncbi/amr/master/test_prot.fa \
-O https://raw.githubusercontent.com/ncbi/amr/master/test_prot.gff \
-O https://raw.githubusercontent.com/ncbi/amr/master/test_both.expected \
-O https://raw.githubusercontent.com/ncbi/amr/master/test_dna.expected \
-O https://raw.githubusercontent.com/ncbi/amr/master/test_prot.expected

if [ $? != 0 ]
then
Expand Down

0 comments on commit 10c8bef

Please sign in to comment.