Skip to content

Commit

Permalink
Update data MD5 checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Nov 2, 2023
1 parent cfd87ad commit 813bd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_default_VIPERA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ logthis () {

NCPU=1
DATA_URL="https://digital.csic.es/bitstream/10261/337461/1/data.zip"
MD5_SUM="07447bdae794a6c82adbf79423b79c30"
MD5_SUM="ff59d513309a3af47f2c9248f7f3518d"

tmpdir=$(mktemp -d)

Expand All @@ -43,7 +43,7 @@ mv ${tmpdir}/**/*.fa data/fasta
mv ${tmpdir}/**/*.csv data

logthis "Running VIPERA"
snakemake --use-conda -c ${NCPU}
snakemake --use-conda -c ${NCPU} --dry-run

logthis "Cleaning up"
rm -r ${tmpdir}
Expand Down

0 comments on commit 813bd4a

Please sign in to comment.