Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
38f4f2c8
Commit
38f4f2c8
authored
Jul 03, 2017
by
cnoirot
Browse files
Debug empty line
parent
4a6f8156
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/featureiolib/gff3.py
View file @
38f4f2c8
...
@@ -171,7 +171,7 @@ class GFF3IO:
...
@@ -171,7 +171,7 @@ class GFF3IO:
for
line
in
self
.
_handle
:
for
line
in
self
.
_handle
:
line
=
line
.
rstrip
()
line
=
line
.
rstrip
()
self
.
_line
+=
1
self
.
_line
+=
1
if
line
.
startswith
(
'#'
)
:
if
line
.
startswith
(
'#'
)
or
line
==
""
:
continue
continue
try
:
try
:
gff_record
=
GFF3Record
.
fromGff
(
line
)
gff_record
=
GFF3Record
.
fromGff
(
line
)
...
...
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