Skip to content
Snippets Groups Projects
Commit 3dad2974 authored by mshamjal's avatar mshamjal
Browse files

Update src/RNASeq.nf

parent e2f38aea
Branches master
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ process mapping_fastq { ...@@ -108,7 +108,7 @@ process mapping_fastq {
input: input:
set pair_id, file(reads) from fastq_files_trim set pair_id, file(reads) from fastq_files_trim
file index from index_files_report.collect() file index from index_files.collect()
output: output:
file "*" into counts_files file "*" into counts_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment