Skip to content
Snippets Groups Projects
Commit d3a661db authored by alapendr's avatar alapendr
Browse files

RNAseq.nf : update

parent 41f64d4b
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ process index_fasta { ...@@ -128,7 +128,7 @@ process index_fasta {
publishDir "results/mapping/index/", mode: 'copy' publishDir "results/mapping/index/", mode: 'copy'
input: input:
file fasta from fasta_file file fasta from fasta_files
output: output:
file "*.index*" into index_files file "*.index*" into index_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment