Skip to content
Snippets Groups Projects
Commit 5978cc0e authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

the value is an js object containg main replicon infos

parent 3e5b0f5a
No related branches found
No related tags found
No related merge requests found
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment