Skip to content

Commit

Permalink
Merge pull request #60 from JessterB/AG-571
Browse files Browse the repository at this point in the history
Index TMT proteomic data
  • Loading branch information
JessterB authored Aug 23, 2022
2 parents d70c57a + 7ff3fcc commit e1bf451
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions create-indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ const collections = [
indexes: [
{ ensembl_gene_id: 1 }
]
},
{
name: 'proteomicstmt',
indexes: [
{ ensembl_gene_id: 1 }
]
}
];

Expand Down

0 comments on commit e1bf451

Please sign in to comment.