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
b37f1e59
Commit
b37f1e59
authored
1 year ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile for panacota users
parent
a8e3b551
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#106984
passed
1 year ago
Stage: test
Stage: coverage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PanACoTA/annotate_module/annotation_functions.py
+1
-1
1 addition, 1 deletion
PanACoTA/annotate_module/annotation_functions.py
containers/Dockerfile
+8
-8
8 additions, 8 deletions
containers/Dockerfile
with
9 additions
and
9 deletions
PanACoTA/annotate_module/annotation_functions.py
+
1
−
1
View file @
b37f1e59
...
@@ -246,7 +246,7 @@ def prodigal_train(gpath, annot_folder):
...
@@ -246,7 +246,7 @@ def prodigal_train(gpath, annot_folder):
logger
=
logger
)
logger
=
logger
)
prodigalf
.
close
()
prodigalf
.
close
()
prodigalferr
.
close
()
prodigalferr
.
close
()
if
ret
.
returncode
==
0
:
if
ret
!=
1
and
ret
.
returncode
==
0
:
logger
.
log
(
utils
.
detail_lvl
(),
f
"
End training on
{
gpath
}
"
)
logger
.
log
(
utils
.
detail_lvl
(),
f
"
End training on
{
gpath
}
"
)
return
gpath_train
return
gpath_train
else
:
else
:
...
...
This diff is collapsed.
Click to expand it.
containers/Dockerfile
+
8
−
8
View file @
b37f1e59
...
@@ -157,11 +157,11 @@ RUN tar -xzf iqtree-2.0.6-Linux.tar.gz &&\
...
@@ -157,11 +157,11 @@ RUN tar -xzf iqtree-2.0.6-Linux.tar.gz &&\
ln
-s
/install_dir/iqtree-2.0.6-Linux/bin/iqtree2 /usr/local/bin
ln
-s
/install_dir/iqtree-2.0.6-Linux/bin/iqtree2 /usr/local/bin
# # # Install PanACoTA
# # # Install PanACoTA
# # WORKDIR /install-dir
WORKDIR
/install-dir
# # RUN wget https://github.com/gem-pasteur/PanACoTA/archive/refs/tags/1.4.0.tar.gz
RUN
wget https://github.com/gem-pasteur/PanACoTA/archive/refs/tags/v1.4.0.tar.gz
# # RUN tar -xzf v1.4.0.tar.gz
RUN
tar
-xzf
v1.4.0.tar.gz
# # WORKDIR /install-dir/PanACoTA-1.4.0
WORKDIR
/install-dir/PanACoTA-1.4.0
# # RUN ./make
RUN
./make
# # ENTRYPOINT ["/usr/local/bin/PanACoTA"]
ENTRYPOINT
["/usr/local/bin/PanACoTA"]
# # CMD ['-h']
CMD
['-h']
\ No newline at end of file
\ No newline at end of file
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