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

rasusa: fix file_id variable

parent a2cdd53d
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ process sub_sample_fastq {
input:
tuple val(file_id), path(fastq)
tuple val(file_id), path(idx)
tuple val(index_id), path(idx)
output:
tuple val(file_id), path("sub_*.fastq.gz"), emit: fastq
......
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