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
c395d762
Commit
c395d762
authored
Apr 06, 2016
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patch a bug in the sequence counting of obiselect
parent
b2d2346e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
obiselect.py
src/obiselect.py
+5
-2
No files found.
src/obiselect.py
View file @
c395d762
...
...
@@ -231,8 +231,11 @@ if __name__ == '__main__':
for
seq
in
seqs
[
1
:]:
s
[
'count'
]
+=
seq
[
'count'
]
if
'count'
in
seq
:
s
[
'count'
]
+=
seq
[
'count'
]
else
:
s
[
'count'
]
+=
1
for
key
in
mergedKey
:
if
key
==
'taxid'
and
mergeIds
:
if
'taxid_dist'
in
seq
:
...
...
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