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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
5b1c37b0
Commit
5b1c37b0
authored
4 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
update typo README
parent
c166e481
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Examples/commands/1-Annotate.sh
+1
-1
1 addition, 1 deletion
Examples/commands/1-Annotate.sh
README.md
+1
-0
1 addition, 0 deletions
README.md
test/test_unit/test_annotate/test_format_prodigal.py
+6
-0
6 additions, 0 deletions
test/test_unit/test_annotate/test_format_prodigal.py
with
8 additions
and
1 deletion
Examples/commands/1-Annotate.sh
+
1
−
1
View file @
5b1c37b0
...
@@ -3,4 +3,4 @@ PanACoTA annotate -d Examples/genomes_init -r Examples/1-res-prokka -l Examples/
...
@@ -3,4 +3,4 @@ PanACoTA annotate -d Examples/genomes_init -r Examples/1-res-prokka -l Examples/
# With prodigal
# With prodigal
PanACoTA annotate
-d
Examples/genomes_init
-l
Examples/input_files/list_genomes.lst
-n
EXAM
-r
Examples/1-res-Annotate-prodigal
--prodigal
--small
PanACoTA annotate
-d
Examples/genomes_init
-r
Examples/1-res-prodigal
-l
Examples/input_files/list_genomes.lst
-n
EXAM
--l90
3
--prodigal
--small
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
5b1c37b0
...
@@ -111,6 +111,7 @@ If you installed the dependencies (such as prokka) via our installation script,
...
@@ -111,6 +111,7 @@ If you installed the dependencies (such as prokka) via our installation script,
## Quick run
## Quick run
`PanACoTA`
contains 5 different subcommands:
`PanACoTA`
contains 5 different subcommands:
-
`annotate`
(annotate all genomes of the dataset, after a quality control)
-
`annotate`
(annotate all genomes of the dataset, after a quality control)
-
`pangenome`
(generate pan-genome)
-
`pangenome`
(generate pan-genome)
-
`corepers`
(generate core-genome or persistent-genome)
-
`corepers`
(generate core-genome or persistent-genome)
...
...
This diff is collapsed.
Click to expand it.
test/test_unit/test_annotate/test_format_prodigal.py
+
6
−
0
View file @
5b1c37b0
...
@@ -271,6 +271,12 @@ def test_create_prt_not_moreprots_lst(caplog):
...
@@ -271,6 +271,12 @@ def test_create_prt_not_moreprots_lst(caplog):
assert
(
"
Protein test.0417.00002.0007b_00015 is in .lst file but its sequence is not
"
assert
(
"
Protein test.0417.00002.0007b_00015 is in .lst file but its sequence is not
"
"
in the protein file generated by prodigal.
"
)
in
caplog
.
text
"
in the protein file generated by prodigal.
"
)
in
caplog
.
text
def
test_format_1genome
(
caplog
):
"""
Test that when prodigal results are ok, all files are
generated as expected.
"""
# # def test_tbl_to_lst_not_changed_names(caplog):
# # def test_tbl_to_lst_not_changed_names(caplog):
# """
# """
# Check that generated lstinfo file is as expected, when the genome name is the same as
# Check that generated lstinfo file is as expected, when the genome name is the same as
...
...
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