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
gem
capsuledb
Commits
7110fefd
Commit
7110fefd
authored
Jan 19, 2016
by
Bertrand NÉRON
Browse files
replaced t3ss_family info and views by predicted_systems
parent
e49a3ec4
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/couchapp/txssdb/views/by_
family
/map.js
→
src/couchapp/txssdb/views/by_
predicted_system
/map.js
View file @
7110fefd
function
(
doc
)
{
emit
(
doc
.
T3SS_family
,
{
emit
(
doc
.
predicted_system
,
{
"
id
"
:
doc
.
_id
,
"
code
"
:
doc
.
code
,
"
name
"
:
doc
.
replicon
.
name
,
"
T3SS_family
"
:
doc
.
T3SS_family
,
"
predicted_system
"
:
doc
.
predicted_system
,
"
taxid
"
:
doc
.
replicon
.
taxid
,
"
ncbi_id
"
:
doc
.
replicon
.
ncbi_id
,
"
strain
"
:
doc
.
replicon
.
strain
,
"
taxonomy
"
:
doc
.
replicon
.
taxonomy
.
join
(
"
,
"
)
,
"
type
"
:
doc
.
replicon
.
type
...
...
src/couchapp/txssdb/views/
t3ss_family
/map.js
→
src/couchapp/txssdb/views/
predicted_system
/map.js
View file @
7110fefd
File moved
src/couchapp/txssdb/views/
t3ss_family
/reduce.js
→
src/couchapp/txssdb/views/
predicted_system
/reduce.js
View file @
7110fefd
File moved
Write
Preview
Supports
Markdown
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