Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgvieira committed Mar 20, 2024
1 parent 4c1f828 commit 95e3591
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions utils/aria2c/test/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,23 @@ rule test_aria2_file:
"master/utils/aria2c"


rule test_aria2_file_with_hash:
input:
storage.http(
"https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/md5checksums.txt"
),
output:
"results/file.md5fileH.fas.gz",
log:
"logs/aria2.md5fileH.log",
params:
url="https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/GCF_000869925.1_ViralProj17181_genomic.fna.gz",
hash_function="md5",
extra="--file-allocation none --retry-wait 5 --console-log-level warn --log-level notice",
threads: 2
resources:
mem_mb=1024,
runtime=30,
wrapper:
"master/utils/aria2c"
### Disabled until there is a way to install 'snakemake-storage-plugin-http' in the test environment
# rule test_aria2_file_with_hash:
# input:
# storage.http(
# "https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/md5checksums.txt"
# ),
# output:
# "results/file.md5fileH.fas.gz",
# log:
# "logs/aria2.md5fileH.log",
# params:
# url="https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/GCF_000869925.1_ViralProj17181_genomic.fna.gz",
# hash_function="md5",
# extra="--file-allocation none --retry-wait 5 --console-log-level warn --log-level notice",
# threads: 2
# resources:
# mem_mb=1024,
# runtime=30,
# wrapper:
# "master/utils/aria2c"

0 comments on commit 95e3591

Please sign in to comment.