We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed29627 commit 17cd93fCopy full SHA for 17cd93f
1 file changed
workflow/rules/fetch.smk
@@ -60,7 +60,7 @@ rule fetch_problematic_vcf:
60
threads: 1
61
params:
62
url = config["PROBLEMATIC_VCF"],
63
- extra = "",
+ extra = "-L",
64
log:
65
"<logs>/<dataset>/fetch_problematic_vcf/log.txt"
66
output:
0 commit comments