Skip to content
Snippets Groups Projects
Verified Commit 626e46bb authored by Laurent Modolo's avatar Laurent Modolo
Browse files

example_variant_calling.nf: fix typo :12

parent 179127d0
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ include { ...@@ -9,7 +9,7 @@ include {
} from "./nf_modules/bwa/main.nf" } from "./nf_modules/bwa/main.nf"
include { include {
mapping; variant_calling_out;
} from "./nf_modules/gatk4/main.nf" addParams( } from "./nf_modules/gatk4/main.nf" addParams(
variant_calling_out: "vcf/", variant_calling_out: "vcf/",
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment