Skip to content
Snippets Groups Projects
Commit 44a70a39 authored by Cats's avatar Cats
Browse files

fix missing backslash

parent 3c92beac
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ task GridssAnnotateVcfRepeatmasker { ...@@ -167,7 +167,7 @@ task GridssAnnotateVcfRepeatmasker {
} }
command { command {
gridss_annotate_vcf_repeatmasker gridss_annotate_vcf_repeatmasker \
--output ~{outputPath} \ --output ~{outputPath} \
--jar /usr/local/share/gridss-2.12.0-1/gridss.jar \ --jar /usr/local/share/gridss-2.12.0-1/gridss.jar \
-w . \ -w . \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment