this PR adds a Parser class for easy configuration and parsing of the annotation results from the OpenCravat Single variant API. You can test out the API and verify that it's returning a Dataframe after parsing a given variant by activating the DITTO conda environment and running python src/parse.py -v 6_26090951_C_G which should return a print out of a dataframe with the parsed information from OpenCravat's API. The src/parse.py file has a main method which demo's how the parser can be used within an application.
this PR adds a Parser class for easy configuration and parsing of the annotation results from the OpenCravat Single variant API. You can test out the API and verify that it's returning a Dataframe after parsing a given variant by activating the DITTO conda environment and running
python src/parse.py -v 6_26090951_C_G
which should return a print out of a dataframe with the parsed information from OpenCravat's API. The src/parse.py file has a main method which demo's how the parser can be used within an application.