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

example_variant_calling.nf: fix fasta var

parent 0d45b587
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,6 @@ channel
.set { fasta_files }
workflow {
mapping(fasta, fastq_files)
germline_cohort_data_variant_calling(mapping.out.bam, fasta)
mapping(fasta_files, fastq_files)
germline_cohort_data_variant_calling(mapping.out.bam, fasta_files)
}
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