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

update import to new module name

parent abd8ab87
No related branches found
No related tags found
No related merge requests found
Pipeline #35159 passed
...@@ -209,7 +209,7 @@ def main(cmd, list_file, db_path, res_dir, name, date, l90=100, nbcont=999, cutn ...@@ -209,7 +209,7 @@ def main(cmd, list_file, db_path, res_dir, name, date, l90=100, nbcont=999, cutn
import shutil import shutil
import logging import logging
from PanACoTA.annotate_module import genome_seq_functions as gfunc from PanACoTA.annotate_module import genome_seq_functions as gfunc
from PanACoTA.annotate_module import prokka_prodigal_functions as pfunc from PanACoTA.annotate_module import annotation_functions as pfunc
from PanACoTA.annotate_module import general_format_functions as ffunc from PanACoTA.annotate_module import general_format_functions as ffunc
from PanACoTA import utils from PanACoTA import utils
from PanACoTA import __version__ as version from PanACoTA import __version__ as version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment