You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If data in IMG originates from NMDC their download button redirects to our data portal but only to the main page. Ideally a redirect would be filtered by the IMG taxon oid. This is workflow analysis identifier than for legacy reasons currently is populated at the biosample level.
desired behavior: a url which we could provide for IMG which would resolve to a filter criteria of biosample_set filter on img_identifiers=$IMG_TAXON_OID
switching example IDs because we haven't back populated the records with these identifiers yet.
for taxon oid 3A3300046691, biosample nmdc:bsm-11-011z7z70
Example filter in mongo
curl -X 'GET' \
currently img identifiers can be in img_identifiers or alternative_identifiers on class Biosample. Berkeley schema add this slot to some WorkflowExecution subclasses but no plans currently to move the data to the right location.
IMG also stores our DataGeneration IDs and workflow execution IDs which is probably better.
The text was updated successfully, but these errors were encountered:
If data in IMG originates from NMDC their download button redirects to our data portal but only to the main page. Ideally a redirect would be filtered by the IMG taxon oid. This is workflow analysis identifier than for legacy reasons currently is populated at the biosample level.
current behavior: https://img.jgi.doe.gov/cgi-bin/m/main.cgi?section=TaxonDetail&page=taxonDetail&taxon_oid=3300070481 'Download Data' button redirects to https://data.microbiomedata.org/
desired behavior: a url which we could provide for IMG which would resolve to a filter criteria of biosample_set filter on img_identifiers=$IMG_TAXON_OID
switching example IDs because we haven't back populated the records with these identifiers yet.
for taxon oid 3A3300046691, biosample nmdc:bsm-11-011z7z70
Example filter in mongo
curl -X 'GET' \
Get the biosample ID from the response and then use that for a faceted search filter ending up with https://data.microbiomedata.org/?q=ChwQABgEIhYibm1kYzpic20tMTEtMDExejd6NzAi
currently img identifiers can be in img_identifiers or alternative_identifiers on class Biosample. Berkeley schema add this slot to some WorkflowExecution subclasses but no plans currently to move the data to the right location.
IMG also stores our DataGeneration IDs and workflow execution IDs which is probably better.
The text was updated successfully, but these errors were encountered: