Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fix filename in snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Jan 24, 2020
1 parent e44262d commit 710f51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/copy_number_consensus_call/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ rule make_segfile:
script= os.path.join(config["scripts"], "bed_to_segfile.R"),
consensus = "results/cnv_consensus.tsv",
neutral = "results/cnv_neutral.bed",
uncalled = "results/cnv_consensus.tsv"
uncalled = "results/uncalled_samples.tsv"
output:
"results/pbta-cnv-consensus.seg"
shell:
Expand Down

0 comments on commit 710f51a

Please sign in to comment.