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

mlepetit/nextflow-Maxime

parent 8f79dcc4
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,7 @@ process kb_default { ...@@ -145,6 +145,7 @@ process kb_default {
-o ${file_prefix} \ -o ${file_prefix} \
${whitelist_param} \ ${whitelist_param} \
-x 10XV3 \ -x 10XV3 \
--h5ad \
${params.count} \ ${params.count} \
${reads[0]} ${reads[1]} > ${file_prefix}_kb_mapping_report.txt ${reads[0]} ${reads[1]} > ${file_prefix}_kb_mapping_report.txt
cp ${transcript_to_gene} ${file_prefix}/ cp ${transcript_to_gene} ${file_prefix}/
...@@ -195,6 +196,7 @@ process kb_marseq { ...@@ -195,6 +196,7 @@ process kb_marseq {
-o ${file_prefix} \ -o ${file_prefix} \
${whitelist_param} \ ${whitelist_param} \
${params.count} \ ${params.count} \
--h5ad \
-x 1,0,6:1,6,14:0,0,0 \ -x 1,0,6:1,6,14:0,0,0 \
${reads[0]} ${reads[1]} > ${file_prefix}_kb_mapping_report.txt ${reads[0]} ${reads[1]} > ${file_prefix}_kb_mapping_report.txt
cp ${transcript_to_gene} ${file_prefix}/ cp ${transcript_to_gene} ${file_prefix}/
...@@ -210,6 +212,7 @@ process kb_marseq { ...@@ -210,6 +212,7 @@ process kb_marseq {
${whitelist_param} \ ${whitelist_param} \
${params.count} \ ${params.count} \
-x 1,0,6:1,6,14:0,0,0 \ -x 1,0,6:1,6,14:0,0,0 \
--h5ad \
${reads} > ${file_prefix}_kb_mapping_report.txt ${reads} > ${file_prefix}_kb_mapping_report.txt
cp ${transcript_to_gene} ${file_prefix}/ cp ${transcript_to_gene} ${file_prefix}/
""" """
...@@ -337,6 +340,7 @@ process velocity_default { ...@@ -337,6 +340,7 @@ process velocity_default {
--workflow lamanno \ --workflow lamanno \
${whitelist_param} \ ${whitelist_param} \
-x 10XV3 \ -x 10XV3 \
--h5ad \
${params.count} \ ${params.count} \
${reads[0]} ${reads[1]} > ${file_prefix}_kb_mapping_report.txt ${reads[0]} ${reads[1]} > ${file_prefix}_kb_mapping_report.txt
cp ${transcript_to_gene} ${file_prefix}/ cp ${transcript_to_gene} ${file_prefix}/
...@@ -390,6 +394,7 @@ process velocity_marseq { ...@@ -390,6 +394,7 @@ process velocity_marseq {
-c1 ${cdna_t2g} \ -c1 ${cdna_t2g} \
-c2 ${intron_t2g} \ -c2 ${intron_t2g} \
--workflow lamanno \ --workflow lamanno \
--h5ad \
${whitelist_param} \ ${whitelist_param} \
${params.count} \ ${params.count} \
-x 1,0,6:1,6,14:0,0,0 \ -x 1,0,6:1,6,14:0,0,0 \
...@@ -417,4 +422,5 @@ process velocity_marseq { ...@@ -417,4 +422,5 @@ process velocity_marseq {
cp ${cdna_t2g} ${file_prefix}/ cp ${cdna_t2g} ${file_prefix}/
cp ${intron_t2g} ${file_prefix}/ cp ${intron_t2g} ${file_prefix}/
""" """
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment