Skip to content
Snippets Groups Projects
Commit f500aeed authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Remove useless optional argument when launchiing formatting

parent 4970763e
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ def handle_genome(args):
logger = logging.getLogger('format.handle_genome')
# Handle genome
ok_format = format_one_genome(gpath, name, annot_path, lst_dir,
prot_dir, gene_dir, rep_dir, gff_dir, logger, changed_name=changed)
prot_dir, gene_dir, rep_dir, gff_dir, logger)
return ok_format, genome
......
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