Skip to content
Snippets Groups Projects
Commit 85e66de8 authored by Xavier Grand's avatar Xavier Grand
Browse files

add STAR and HTseq to RNAseq_XGR.nf

parent fb6776cd
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ workflow {
.set { genome_file }
index_with_gtf(genome_file, gtf_file.collect())
mapping_fastq(index_with_gtf.out.index, fastp.out.fastq)
mapping_fastq(index_with_gtf.out.index.collect(), fastp.out.fastq)
}
else {
idx_genome = "${params.idx}/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment