Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gem
capsuledb
Commits
1e6e18c9
Commit
1e6e18c9
authored
Jan 21, 2016
by
Bertrand NÉRON
Browse files
remove ugly print for debugging purpose
parent
4d84fa1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parser/parser.py
View file @
1e6e18c9
...
...
@@ -139,7 +139,6 @@ def system_parser(system_data):
system_db
[
system_id
].
system_status
=
system_status
else
:
# create a new System_info entry
print
(
"@@@ create new System_info"
,
system_id
,
predicted_system
,
system_status
,
replicon_id
)
system_db
[
system_id
]
=
System_info
(
system_id
,
predicted_system
,
system_status
,
replicon_id
,
genes
=
{
gene
.
code
:
gene
})
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment