Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
ksahlin committed Apr 16, 2021
1 parent 745a212 commit b28ed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ rule ultra_mm2_prep:

rule ultra_mm2_align:
input: reads = config["ROOT_OUT"] + "/reads/{dataset}/reads.fa",
ultra_index = rules.ultra_prep.output.ref_index,
ultra_index = rules.ultra_mm2_prep.output.ref_index,
# ref = config["HG38"],
output: sam = config["ROOT_OUT"] + "/alignments/ultra_mm2/{dataset}/reads.sam",
time_and_mem = config["ROOT_OUT"] + "/time_and_mem/ultra_mm2/{dataset}/aligning_time_and_mem.txt"
Expand Down

0 comments on commit b28ed85

Please sign in to comment.