Skip to content
Snippets Groups Projects
Commit 34c91b45 authored by lestrada's avatar lestrada
Browse files

RNA_Seq.nf: fasta_file variable problem solved

parent 72ce72bd
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ process index_fasta { ...@@ -123,7 +123,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