Skip to content
Snippets Groups Projects
Commit c29ad663 authored by Sascha Meiers's avatar Sascha Meiers
Browse files

Fixed more fatal typos. gotta catch 'em all

parent a867aae2
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ rule determine_initial_strand_states:
rule convert_strandphaser_input:
input:
states = "strand_states/" + config["sample"] + ".txt",
info = "counts/" + config["sample"] + "_500000_fixed.info"
info = "counts/" + config["sample"] + ".500000_fixed.info"
output:
"strand_states/" + config["sample"] + ".strandphaser_input.txt"
script:
......@@ -191,7 +191,7 @@ rule convert_strandphaser_output:
input:
phased_states = "strand_states/" + config["sample"] + ".strandphaser_output.txt",
initial_states = "strand_states/" + config["sample"] + ".txt",
info = "counts/" + config["sample"] + "_500000_fixed.info"
info = "counts/" + config["sample"] + ".500000_fixed.info"
output:
"strand_states/" + config["sample"] + ".final.txt"
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment