Skip to content

Commit

Permalink
remove previous PR artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue committed Mar 22, 2024
1 parent 8397cba commit 99458e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions workflow/rules/quantify.smk
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ rule finish_quantify:
input:
primir_intersect_sam=OUT_DIR / "{sample}" / "alignments_intersecting_primir.sam",
mirna_intersect_sam=OUT_DIR / "{sample}" / "alignments_intersecting_mirna.sam",
table=expand(
OUT_DIR / "TABLES" / "all_{mir}_counts.tab",
mir=[mir for mir in config["mir_list"] if mir != "isomir"],
),
table=OUT_DIR / "TABLES" / "all_{mir}_counts.tab",
uncollapsed_bam=expand(
OUT_DIR
/ "{sample}"
Expand Down

0 comments on commit 99458e2

Please sign in to comment.