Skip to content

Commit

Permalink
Merge pull request #115 from Sage-Bionetworks/staging
Browse files Browse the repository at this point in the history
AG-1246: ALD mv66 to production
  • Loading branch information
JessterB authored Dec 19, 2023
2 parents 7a05cdf + 8456482 commit b111b75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions create-indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ const collections = [
{ ensembl_gene_id: 1 }
]
},
{
name: 'proteomicssrm',
indexes: [
{ ensembl_gene_id: 1 }
]
},
{
name: 'genesbiodomains',
indexes: [
Expand Down
2 changes: 1 addition & 1 deletion data-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"data-version": "61",
"data-version": "66",
"data-manifest-id": "syn13363290",
"team-images-id": "syn12861877"
}
1 change: 1 addition & 0 deletions import-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ mongoimport -h $DB_HOST -d agora -u $DB_USER -p $DB_PASS --authenticationDatabas
mongoimport -h $DB_HOST -d agora -u $DB_USER -p $DB_PASS --authenticationDatabase admin --collection rnaboxdistribution --jsonArray --drop --file $DATA_DIR/rna_distribution_data.json
mongoimport -h $DB_HOST -d agora -u $DB_USER -p $DB_PASS --authenticationDatabase admin --collection proteomicsboxdistribution --jsonArray --drop --file $DATA_DIR/proteomics_distribution_data.json
mongoimport -h $DB_HOST -d agora -u $DB_USER -p $DB_PASS --authenticationDatabase admin --collection proteomicstmt --jsonArray --drop --file $DATA_DIR/proteomics_tmt.json
mongoimport -h $DB_HOST -d agora -u $DB_USER -p $DB_PASS --authenticationDatabase admin --collection proteomicssrm --jsonArray --drop --file $DATA_DIR/proteomics_srm.json
mongoimport -h $DB_HOST -d agora -u $DB_USER -p $DB_PASS --authenticationDatabase admin --collection genesbiodomains --jsonArray --drop --file $DATA_DIR/genes_biodomains.json
mongoimport -h $DB_HOST -d agora -u $DB_USER -p $DB_PASS --authenticationDatabase admin --collection biodomaininfo --jsonArray --drop --file $DATA_DIR/biodomain_info.json

Expand Down

0 comments on commit b111b75

Please sign in to comment.