Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gem
capsuledb
Commits
04246875
Commit
04246875
authored
Feb 21, 2012
by
Bertrand NÉRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a view to request db against t3ss family
parent
609e0cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/couchapp/secreton/views/by_family/map.js
src/couchapp/secreton/views/by_family/map.js
+12
-0
No files found.
src/couchapp/secreton/views/by_family/map.js
0 → 100644
View file @
04246875
function
(
doc
)
{
emit
(
doc
.
T3SS_family
,
{
"
id
"
:
doc
.
_id
,
"
code
"
:
doc
.
code
,
"
name
"
:
doc
.
replicon
.
name
,
"
T3SS_family
"
:
doc
.
T3SS_family
,
"
taxid
"
:
doc
.
replicon
.
taxid
,
"
strain
"
:
doc
.
replicon
.
strain
,
"
taxonomy
"
:
doc
.
replicon
.
taxonomy
.
join
(
"
,
"
)
,
"
type
"
:
doc
.
replicon
.
type
});
}
\ No newline at end of file
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