Skip to content
Snippets Groups Projects
Verified Commit 0dba9f2b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Kallisto.nf: fix paired end

parent 1c82c356
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ process mapping_fastq {
mkdir ${reads[0].baseName}
kallisto quant -i ${index} -t ${task.cpus} \
--bias --bootstrap-samples 100 -o ${reads[0].baseName} \
${reads[0]} ${reads[1]} &> ${pair_id}_kallisto_report.txt
${reads[0]} ${reads[1]} &> ${reads[0].baseName}_kallisto_report.txt
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment