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
a256b94c
Commit
a256b94c
authored
Jan 20, 2016
by
Bertrand NÉRON
Browse files
remove t3ss_family info add predicted_system and ncbi_id:
parent
91e60a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/couchapp/txssdb/lists/index.js
View file @
a256b94c
...
...
@@ -34,9 +34,10 @@ function(head, req) {
send
(
Mustache
.
to_html
(
templates
.
replicon
.
body
,
{
"
url
"
:
path
.
show
(
"
secretion_system
"
,
system
.
id
)
,
"
code
"
:
system
.
code
,
"
T3SS_family
"
:
system
.
T3SS_family
,
"
predicted_system
"
:
system
.
predicted_system
,
"
name
"
:
system
.
name
,
"
taxid
"
:
system
.
taxid
,
"
ncbi_id
"
:
system
.
ncbi_id
,
"
strain
"
:
system
.
strain
,
"
taxonomy
"
:
system
.
taxonomy
,
"
type
"
:
system
.
type
...
...
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