We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gen3.external.nih.utils.get_dbgap_accession_as_parts does not seem to parse a full dbgap accession.
gen3.external.nih.utils.get_dbgap_accession_as_parts
Example:
get_dbgap_accession_as_parts("phs001961.v2.p1.c1")
returns
{ 'phsid': 'phs001961', 'phsid_number': '001961', 'participant_set': '', 'participant_set_number': '', 'version': 'v2', 'version_number': '2', 'consent': '', 'consent_number': '' }
with participant set and consent group information missing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gen3.external.nih.utils.get_dbgap_accession_as_parts
does not seem to parse a full dbgap accession.Example:
get_dbgap_accession_as_parts("phs001961.v2.p1.c1")
returns
with participant set and consent group information missing
The text was updated successfully, but these errors were encountered: