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

RNAseq_XGR, modif star:main_2.7.8a.nf input index val

parent 94e9ad17
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ if (reads_id instanceof List){
if (reads.size() == 2)
"""
STAR --runThreadN ${task.cpus} \
--genomeDir $index \
--genomeDir ${index} \
--readFilesCommand zcat \
--readFilesIn ${reads[0]} ${reads[1]} \
--outFileNamePrefix ${reads_id}. \
......@@ -224,7 +224,7 @@ mv ${reads_id}.Aligned.sortedByCoord.out.bam ${reads_id}.bam
else
"""
STAR --runThreadN ${task.cpus} \
--genomeDir $index \
--genomeDir ${index} \
--readFilesCommand zcat \
--readFilesIn ${reads} \
--outFileNamePrefix ${reads_id}. \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment