FennyCoder
FennyCoder
I'm trying to follow the examples but stumble upon something I don't understand. ``` import hgvs.dataproviders.uta hdp = hgvs.dataproviders.uta.connect() import hgvs.variantmapper #vm = variantmapper = hgvs.variantmapper.VariantMapper(hdp) am37 = easyvariantmapper =...
I'm trying to work with bigbed files from JASPAR: http://expdata.cmmt.ubc.ca/JASPAR/downloads/UCSC_tracks/2020/ The files contain the following columns: ``` *bb (bigbed) files files can be transformed to *bed files using the bigBedToBed...
I have to work with an endpoint that does not serve a valid wsdl file and the maintainer of the endpoint is not responding `client=Client(wsdl=)` crashes with a 500 error...
is it possible to parse out the binary data in a steam event? It looks like multipart encoded data following the xml. In your code you hint at having looked...