Ben Weisburd

Results 35 issues of Ben Weisburd

##### Description I have a django app, but am not sure how to get vprof graphs for the `python manage.py runserver` dev. server. ##### How to reproduce ##### Actual results...

question

## Bug Report ### Affected tool(s) or class(es) gatk SortVcf ### Affected version(s) Mac OS X 10.16 x86_64; OpenJDK 64-Bit Server VM 1.8.0_322-b06; Deflater: Intel; Inflater: Intel; Provider GCS is...

bug
Picard

### Verify This is the same Issue as https://github.com/broadinstitute/gatk/issues/4761 I got the error below when running picard liftover on the bravo-dbsnp-all.vcf.gz (GRCh38 => GRCh37). I'm reposting this because, even though...

I've defined a readiness probe that's supposed to run a shell script as documented in https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes#define-readiness-probes It works when deployed to GKE, but on kube-solo the pod never transitions to...

I'm trying to deploy the cockpit container (https://github.com/cockpit-project/cockpit) to a kube-solo cluster, but can't figure out how to use cockpit's authentication mechanism with kube-solo. When I deploy to google container...

Hi, I'd like to generate histograms to standard out in my python script, and currently have to do `os.system("echo '%s' | historgram.py" % "\n".join(values))` It would be great if I...

When mates mismap to the same remote region of the genome, group them into intervals that can be fetched in a single I/O operation to improve I/O speed.

Since the json files are easier to parse, it would be nice to include all info from the vcf in the json output, including the filter field and sample genome...

This is the error I get when trying to build on MacOS: ``` wm103-772:~/bin/Nirvana $ dotnet --version 5.0.205 wm103-772:~/bin $ git clone https://github.com/Illumina/Nirvana.git Cloning into 'Nirvana'... remote: Enumerating objects: 21499,...

Hi guys, here's the code I was using to test query runtimes with expanded-out genotype tables. Still needs code: - to add family-based indexes (pending figuring out sample ids) based...