Skip to content
Snippets Groups Projects
Commit d918e6fd authored by christine.tranchant_ird.fr's avatar christine.tranchant_ird.fr
Browse files

correcting path

parent ab4b38af
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ rule plot_fasta:
input:
ref=rules.bwa_index.input.ref
output:
png = f"{frangipane_obj.path_stat_plot}/00_{{ref_name}}.png",
csv = f"{frangipane_obj.path_stat_sum}/00_{{ref_name}}.txt"
png = f"{frangipane_obj.path_stat_plot}/00_ref.png",
csv = f"{frangipane_obj.path_stat_sum}/00_ref.txt"
log:
output = f"{frangipane_obj.path_logs}/report/plot_fasta.o",
error = f"{frangipane_obj.path_logs}/report/plot_fasta.e"
......
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