Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
dd8bed3c
Commit
dd8bed3c
authored
4 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
update functions
parent
2e8d2e9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PanACoTA/annotate_module/general_format_functions.py
+3
-3
3 additions, 3 deletions
PanACoTA/annotate_module/general_format_functions.py
with
3 additions
and
3 deletions
PanACoTA/annotate_module/general_format_functions.py
+
3
−
3
View file @
dd8bed3c
...
...
@@ -26,8 +26,8 @@ import progressbar
import
multiprocessing
import
threading
import
PanACoTA.utils
as
utils
#
import PanACoTA.annotate_module.format_prokka as fprokka
#
import PanACoTA.annotate_module.format_prodigal as fprodigal
import
PanACoTA.annotate_module.format_prokka
as
fprokka
import
PanACoTA.annotate_module.format_prodigal
as
fprodigal
def
format_genomes
(
genomes_ok
,
res_path
,
annot_path
,
prodigal_only
,
threads
=
1
,
quiet
=
False
,
...
...
@@ -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
)
prot_dir
,
gene_dir
,
rep_dir
,
gff_dir
)
return
ok_format
,
genome
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment