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

danpos: fix fastq imput cardinality

parent bc804b31
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ process dpos_bam {
}
input:
tuple val(fastq)
val fastq
tuple val(file_id), path(bam_ip), path(bam_wce)
output:
......@@ -94,7 +94,7 @@ process dpos_wig {
}
input:
tuple val(fastq)
val fastq
tuple val(file_id), path(wig_ip)
output:
......@@ -158,7 +158,7 @@ process dpos_wigvswig {
}
input:
tuple val(fastq)
val fastq
tuple val(file_id_a), path(wig_ip_a)
tuple val(file_id_b), path(wig_ip_b)
......@@ -208,7 +208,7 @@ process dpeak_bam {
}
input:
tuple val(fastq)
val fastq
tuple val(file_id), path(bam_ip), path(bam_wce)
output:
......@@ -271,7 +271,7 @@ process dpeak_wig {
}
input:
tuple val(fastq)
val fastq
tuple val(file_id), path(wig_ip), path(wig_wce)
output:
......@@ -338,7 +338,7 @@ process dpeak_wigvswig {
}
input:
tuple val(fastq)
val fastq
tuple val(file_id_a), path(wig_ip_a), path(wig_wce_a)
tuple val(file_id_b), path(wig_ip_b), path(wig_wce_b)
......
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