Skip to content

Commit

Permalink
style: format to pass snakefmt test
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue committed Dec 2, 2023
1 parent 41174d0 commit a487f7b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions workflow/rules/quantify.smk
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ rule index_intersecting_primir_bam:
input:
maps=TMP_DIR / "{sample}" / "alignments_intersecting_primir_sorted.bam",
output:
maps=TMP_DIR
/ "{sample}"
/ "alignments_intersecting_primir_sorted.bam.bai",
maps=TMP_DIR / "{sample}" / "alignments_intersecting_primir_sorted.bam.bai",
params:
cluster_log=CLUSTER_LOG / "index_intersecting_primir_bam_{sample}.log",
log:
Expand Down Expand Up @@ -462,9 +460,7 @@ rule convert_uncollpased_reads_sam_to_bam:
input:
maps=OUT_DIR / "{sample}" / "alignments_intersecting_mirna_uncollapsed.sam",
output:
maps=TMP_DIR
/ "{sample}"
/ "alignments_intersecting_mirna_uncollapsed.bam",
maps=TMP_DIR / "{sample}" / "alignments_intersecting_mirna_uncollapsed.bam",
params:
cluster_log=CLUSTER_LOG / "convert_uncollapsed_reads_sam_to_bam_{sample}.log",
log:
Expand Down

0 comments on commit a487f7b

Please sign in to comment.