akmorrow13

Results 70 comments of akmorrow13

@fnothaft how are you running? Are you on EMR or through toil on standard aws instances? Apparently EMR dropped support for s3a. However, I can still loadAlignments from s3a, but...

I'm not sure when s3a was dropped from. @delagoya may know more, as they were my informant.

@heuermh do you know if pip installs the ADAM binary? by just installing ADAM via pip, there is no way the binaries would be accessible, right?

Ahh fancy. @Shekharrajak how are you starting python?

I have absolutely no idea what is going on here. It looks like all of the documentation for ADAM appears as directories instead of html files, (ie https://adam.readthedocs.io/en/latest/api/overview/ instead of...

@heuermh I am unsure about how/if the pip installations are dealing with the jars, that was setup before my time. I am unsure of whether pip is installing the jars...

Additionally, when trying to build from a local dash_bio repository, after running `gunicorn --preload index:server`, the following error occurs: ``` dash.exceptions.DependencyException: "dash_bio" is registered but the path requested is not...

Hi @jodyphelan, do you have an example file to reproduce this?

Thanks for finding this @choosehappy! What is the expected output you intend to see in the popup? I believe the code you are looking for can be found in the...

I am having a similar issue. When using the path to application_default_credentials.json, I can access data: ``` # works fs = gcsfs.GCSFileSystem(project=PROJECT, token=os.getenv("GOOGLE_APPLICATION_CREDENTIALS")) ``` However, I am unable to use...