Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OBITools
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
25
Issues
25
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools
Commits
0e8b97ca
Commit
0e8b97ca
authored
Oct 27, 2015
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify the action of the -M option to fit the documentation
parent
a95ae512
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
ecotag.py
src/ecotag.py
+1
-1
No files found.
src/ecotag.py
View file @
0e8b97ca
...
...
@@ -370,7 +370,7 @@ if __name__=='__main__':
if
best
[
0
]:
taxlist
=
set
(
taxonlink
[
p
[
0
]
.
id
]
for
p
in
match
)
if
options
.
error
>
0.0
and
len
(
match
)
>=
options
.
minmatches
:
if
options
.
error
>
0.0
and
len
(
match
)
>=
int
(
options
.
minmatches
*
options
.
error
)
:
lca
=
taxonomy
.
betterCommonTaxon
(
options
.
error
,
*
tuple
(
taxlist
))
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment