Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBMC
Palladino
RNAseq_nextflow
Commits
626e46bb
Verified
Commit
626e46bb
authored
Jun 02, 2021
by
Laurent Modolo
Browse files
example_variant_calling.nf: fix typo :12
parent
179127d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/example_variant_calling.nf
View file @
626e46bb
...
...
@@ -9,7 +9,7 @@ include {
} from "./nf_modules/bwa/main.nf"
include {
mapping
;
variant_calling_out
;
} from "./nf_modules/gatk4/main.nf" addParams(
variant_calling_out: "vcf/",
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment