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

kb: fix params.count

parent 7101af2c
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ process kb_default {
-g ${transcript_to_gene} \
${whitelist_param} \
-x 10XV3
${params.mapping_fastq} \
${params.count} \
-o ${file_prefix} \
${reads[0]} ${reads[1]} &> ${file_prefix}_kb_mapping_report.txt
"""
......@@ -203,8 +203,8 @@ process kb_marseq {
-i ${index} \
-g ${transcript_to_gene} \
${whitelist_param} \
${params.count} \
-x 1,0,6:1,6,14:1,14,0
${params.mapping_fastq} \
-o ${file_prefix} \
${reads[0]} ${reads[1]} &> ${file_prefix}_kb_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