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

correcting path

parent f6bd6e99
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"{path_dico['plot']}/00_{ref_basename}.png",
csv = f"{path_dico['sum']}/00_{ref_basename}.txt"
png = f"{frangipane_obj.path_stat_plot}/00_{ref_basename}.png",
csv = f"{frangipane_obj.path_stat_sum}/00_{ref_basename}.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