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

bowtie2: replace pair_id by file_id

parent 5de7aac6
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,10 @@ process mapping_fastq {
input:
tuple val(index_id), path(index)
tuple val(pair_id), path(reads)
tuple val(file_id), path(reads)
output:
tuple val(pair_id), path("*.bam"), emit: bam
tuple val(file_id), path("*.bam"), emit: bam
path "*_report.txt", emit: report
script:
......
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