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
Develop a Python program that reads the biomarker database RDF and converts the information described about biomarkers into CSV and JSON formats.
The program should be run from the command-line and accepts the following flags:
--csv
--json
In addition, it should accept a series of desired fields to include, such as alias, HgncName, description, qastate, etc.
alias
HgncName
description
qastate
The source RDF is available at these two endpoints:
A sample invocation would be:
convert-rdf --csv phase title alias > output.csv
The file output.csv would have 4 columns:
output.csv
The text was updated successfully, but these errors were encountered:
@AshishMahabal could you review the above ticket? Does it sound like what we discussed at our meeting on 2025-02-19?
Sorry, something went wrong.
AshishMahabal
No branches or pull requests
Develop a Python program that reads the biomarker database RDF and converts the information described about biomarkers into CSV and JSON formats.
The program should be run from the command-line and accepts the following flags:
--csv
to generate comma-separated values (the default)--json
to generate JavaScript Object Notation (JSON)In addition, it should accept a series of desired fields to include, such as
alias
,HgncName
,description
,qastate
, etc.The source RDF is available at these two endpoints:
A sample invocation would be:
The file
output.csv
would have 4 columns:The text was updated successfully, but these errors were encountered: