Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AG-135: bump data version and add data file import #847

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mongo-import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mongoimport --db agora --collection teaminfo --jsonArray --drop --file ./team_in
mongoimport --db agora --collection genesproteomics --jsonArray --drop --file ./proteomics.json
mongoimport --db agora --collection genesmetabolomics --jsonArray --drop --file ./metabolomics.json
mongoimport --db agora --collection genesneuropathcorr --jsonArray --drop --file ./neuropath_corr.json
mongoimport --db agora --collection geneexpvalidation --jsonArray --drop --file ./target_exp_validation_harmonized.json

cd ./team_images
ls -1r *.jpg *.jpeg *.png | while read x; do mongofiles -d agora -v put $x --replace; echo $x; done
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "agora",
"version": "2.1.1",
"data-file": "syn13363290",
"data-version": "21",
"data-version": "22",
"description": "An application to aggregate genomic evidence supporting candidate gene and module targets nominated by members of the AMP-AD consortium.",
"keywords": [
"angular8",
Expand Down