Skip to content

Commit 17cd93f

Browse files
committed
refactor: follow curl redirects for VCF by default
1 parent ed29627 commit 17cd93f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/rules/fetch.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rule fetch_problematic_vcf:
6060
threads: 1
6161
params:
6262
url = config["PROBLEMATIC_VCF"],
63-
extra = "",
63+
extra = "-L",
6464
log:
6565
"<logs>/<dataset>/fetch_problematic_vcf/log.txt"
6666
output:

0 commit comments

Comments
 (0)