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

kallisto: fix singleend reads table

parent 0efed659
No related branches found
No related tags found
No related merge requests found
FROM python:3.9-slim
ENV KB_VERSION="0.26.0"
RUN pip3 install kb-python==${KB_VERSION}
CMD [ "bash" ]
#!/bin/sh
docker pull lbmc/kb:0.26.0
docker build src/.docker_modules/kb/0.26.0 -t 'lbmc/kb:0.26.0'
docker push lbmc/kb:0.26.0
......@@ -62,6 +62,6 @@ process mapping_fastq {
mkdir ${file_prefix}
kallisto quant -i ${index} -t ${task.cpus} --single \
${params.mapping_fastq} -o ${file_prefix} \
${reads} &> ${file_prefix}_kallisto_mapping_report.txt
${reads[0]} &> ${file_prefix}_kallisto_mapping_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