Skip to content

Commit 95e3591

Browse files
committed
Disable test
1 parent 4c1f828 commit 95e3591

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

utils/aria2c/test/Snakefile

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,23 @@ rule test_aria2_file:
4949
"master/utils/aria2c"
5050

5151

52-
rule test_aria2_file_with_hash:
53-
input:
54-
storage.http(
55-
"https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/md5checksums.txt"
56-
),
57-
output:
58-
"results/file.md5fileH.fas.gz",
59-
log:
60-
"logs/aria2.md5fileH.log",
61-
params:
62-
url="https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/GCF_000869925.1_ViralProj17181_genomic.fna.gz",
63-
hash_function="md5",
64-
extra="--file-allocation none --retry-wait 5 --console-log-level warn --log-level notice",
65-
threads: 2
66-
resources:
67-
mem_mb=1024,
68-
runtime=30,
69-
wrapper:
70-
"master/utils/aria2c"
52+
### Disabled until there is a way to install 'snakemake-storage-plugin-http' in the test environment
53+
# rule test_aria2_file_with_hash:
54+
# input:
55+
# storage.http(
56+
# "https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/md5checksums.txt"
57+
# ),
58+
# output:
59+
# "results/file.md5fileH.fas.gz",
60+
# log:
61+
# "logs/aria2.md5fileH.log",
62+
# params:
63+
# url="https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/869/925/GCF_000869925.1_ViralProj17181/GCF_000869925.1_ViralProj17181_genomic.fna.gz",
64+
# hash_function="md5",
65+
# extra="--file-allocation none --retry-wait 5 --console-log-level warn --log-level notice",
66+
# threads: 2
67+
# resources:
68+
# mem_mb=1024,
69+
# runtime=30,
70+
# wrapper:
71+
# "master/utils/aria2c"

0 commit comments

Comments
 (0)