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

Modif pipeline to use STAR indexed genome to RNAseq_XGR.nf

parent 0b0299a5
Branches
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ workflow {
htseq_count(mapping_fastq.out.bam, gtf_file)
}
else {
idx_genome = "${params.idx}/*"
idx_genome = "${params.idx}"
Channel
.fromPath( idx_genome )
.ifEmpty { error "Cannot find idexed genome reference files" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment