Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OBITools3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
Commits
6a8670d2
Commit
6a8670d2
authored
Oct 17, 2018
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cython: minor fixes
parent
ec73fa84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
python/obitools3/dms/taxo/taxo.pyx
python/obitools3/dms/taxo/taxo.pyx
+1
-1
python/obitools3/parsers/fasta.pyx
python/obitools3/parsers/fasta.pyx
+1
-1
No files found.
python/obitools3/dms/taxo/taxo.pyx
View file @
6a8670d2
...
...
@@ -110,7 +110,7 @@ cdef class Taxonomy(OBIWrapper) :
if
type
(
ref
)
==
int
:
return
self
.
get_taxon_by_taxid
(
ref
)
else
:
raise
Exception
(
"Not implemented"
)
raise
NotImplementedError
(
)
cpdef
Taxon
get_taxon_by_taxid
(
self
,
int
taxid
):
# TODO check deleted taxon behavior (403122)
...
...
python/obitools3/parsers/fasta.pyx
View file @
6a8670d2
...
...
@@ -101,7 +101,7 @@ def fastaNucIterator(lineiterator,
cdef
dict
tags
cdef
list
s
cdef
bytes
sequence
cdef
int
lines_to_skip
,
ionly
,
read
cdef
int
skipped
,
ionly
,
read
cdef
Nuc_Seq
seq
if
only
is
None
:
...
...
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