-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update GOLD NMDC ingest pipeline to ingest bioscales #113
Merged
Merged
Changes from 24 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
955cc79
retrieve all fields from GOLD API
sujaypatil96 205403e
fix tests related to gold ingest pipeline
sujaypatil96 4771c40
Database output compatible with v7 of the schema
sujaypatil96 936a806
simplify compute_project_set() signature
sujaypatil96 0937ebb
collected_from slot populated with FieldResearchSite
sujaypatil96 084b35d
do not populate slots with empty strings
sujaypatil96 d033fd9
upgrade to v7 of NMDC Schema
sujaypatil96 5351936
biosample ids nmdc prefix and capture envo term labels
sujaypatil96 54eef6a
update EMP500 JSON output from current GOLD NMDC pipeline
sujaypatil96 797c01e
use nmdc prefix for identifiers
sujaypatil96 7efff85
nmdc id minting service to generate biosample ids
sujaypatil96 4657e2a
add .env example which needs to be in the project root
sujaypatil96 5cdcdcf
enable pulling of sequencing project information
sujaypatil96 0052df7
updated JSON output for EMP500 study
sujaypatil96 a695792
remove creds from .env file
sujaypatil96 605ebcc
capture samp_name and make ids for FieldResearchSite
sujaypatil96 f1f0678
pull in img_identifiers information from analysis project
sujaypatil96 1ff3256
update pipeline to use latest version of nmdc-schema package
sujaypatil96 223ee11
pull in host_taxid information from GOLD
sujaypatil96 f3363ed
EMP500 dataset output from transformation pipeline for test
sujaypatil96 c6d3700
use GOLD: prefix instead of gold: prefix
sujaypatil96 e6f8156
field research site ids processing and data portal enrichment
sujaypatil96 5274c7b
remove print statements
sujaypatil96 2d3227c
use correct GOLD API key to pull in host_taxid
sujaypatil96 a860805
update .env example to point to prod api rather than dev api
sujaypatil96 b13cf3d
update EMP500 export in test
sujaypatil96 e55db81
account for multiple IMG identifiers
sujaypatil96 0f34e06
Initial commit of submission portal code
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
BASE_URL=https://api.dev.microbiomedata.org | ||
SITE_ID= | ||
CLIENT_ID= | ||
CLIENT_SECRET= |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this call prod instead of dev? https://api.microbiomedata.org/