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

add views to retrieve all t3ss family in db

parent 04246875
No related branches found
No related tags found
No related merge requests found
function(doc) {
emit(doc.T3SS_family , 1);
}
\ No newline at end of file
function(keys, values, rereduce){
return sum(values);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment