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
5978cc0e
Commit
5978cc0e
authored
Feb 22, 2012
by
Bertrand NÉRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
the value is an js object containg main replicon infos
parent
3e5b0f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
src/couchapp/secreton/views/by_replicon_strain/map.js
src/couchapp/secreton/views/by_replicon_strain/map.js
+10
-1
No files found.
src/couchapp/secreton/views/by_replicon_strain/map.js
View file @
5978cc0e
function
(
doc
)
{
emit
(
doc
.
replicon
.
strain
,
doc
.
_id
);
emit
(
doc
.
replicon
.
strain
,{
"
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