Skip to content
Snippets Groups Projects
Commit 2a808a02 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Create missing output file

parent 3b7cad48
No related branches found
No related tags found
1 merge request!11Integrate popsim simulation software to cnvpipelines
......@@ -159,6 +159,9 @@ rule buildinfilesresults:
with open(output.genotypes, "w") as o_gt:
for i_gt in input.genotypes:
o_gt.write("%s\n" % i_gt)
with open(output.filtered, "w") as o_ft:
for i_ft in input.filtered:
o_ft.write("%s\n" % i_ft)
rule buildresults:
input:
......
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