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

add STAR and HTseq to RNAseq_XGR.nf

parent 12433cdc
Branches
Tags
No related merge requests found
......@@ -136,7 +136,7 @@ workflow {
if (params.idx == "") {
Channel
.fromPath( params.fasta )
.ifEmpty { error "Cannot find any files matching: ${params.genome}" }
.ifEmpty { error "Cannot find any files matching: ${params.fasta}" }
.map{it -> [(it.baseName =~ /([^\.]*)/)[0][1], it]}
.set { genome_file }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment