Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Update benchmark.sh
Browse files Browse the repository at this point in the history
Corrected download from reference genomes -- doubled wget command
  • Loading branch information
celiosantosjr authored Oct 13, 2020
1 parent 57c15db commit 4d3b66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ out40M="$BENCHMARK_DIR/MACREL/metagenomes/80M"

# To download genomes
cd $BENCHMARK_DIR/refseq/
wget wget 'http://progenomes1.embl.de/data/repGenomes/representatives.contigs.fasta.gz' --output-document 'representatives.contigs.fasta.gz'
wget 'http://progenomes1.embl.de/data/repGenomes/representatives.contigs.fasta.gz' --output-document 'representatives.contigs.fasta.gz'

cd $BENCHMARK_DIR/ab/
wget https://zenodo.org/api/files/0f81e436-b108-435c-8339-9fbc9c4daae8/SAMEA2466916.abund
Expand Down

0 comments on commit 4d3b66e

Please sign in to comment.