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

add a view to request db against t3ss family

parent 609e0cc7
No related branches found
No related tags found
No related merge requests found
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
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