Skip to content
Snippets Groups Projects

Feature/samtools sort after STAR

Merged BIOPZ-Gypas Foivos requested to merge feature/samtools-sort into dev
1 unresolved thread
+ 2
2
@@ -665,7 +665,7 @@ rule sort_genomic_alignment_samtools:
os.path.join(
config["output_dir"],
"samples",
"{sample}",
"{sample}.{seqmode}",
"sort_genomic_alignment_samtools")
)
)
@@ -675,7 +675,7 @@ rule sort_genomic_alignment_samtools:
prefix_temp = os.path.join(
config["output_dir"],
"samples",
"{sample}",
"{sample}.{seqmode}",
"sort_genomic_alignment_samtools",
"temp"),
additional_params = parse_rule_config(
Loading