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

adding wildcards

parent ffa9ae89
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ rule plot_fasta:
png = f"{frangipane_obj.path_stat_plot}/00_{{ref_name}}.png",
csv = f"{frangipane_obj.path_stat_sum}/00_{{ref_name}}.txt"
log:
output = f"{frangipane_obj.path_logs}/report/plot_fasta.o",
error = f"{frangipane_obj.path_logs}/report/plot_fasta.e"
output = f"{frangipane_obj.path_logs}/report/plot_{{ref_name}}.o",
error = f"{frangipane_obj.path_logs}/report/plot_{{ref_name}}.e"
message:
f"""--------------------
-Running {{rule}}
......
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