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

typo

parent 9cb89476
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ rule plot_fasta:
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",
csv = f"{path_dico['sum']}/00_{ref_basename}.txt"
log:
output = f"{frangipane_obj.path_logs}/report/plot_fasta.o"
output = f"{frangipane_obj.path_logs}/report/plot_fasta.o",
error = f"{frangipane_obj.path_logs}/report/plot_fasta.e"
message:
f"""--------------------
......
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