Nicholas Knoblauch
Nicholas Knoblauch
From reading the [Microsoft Graph docs](https://docs.microsoft.com/en-us/graph/api/driveitem-put-content?view=graph-rest-1.0&tabs=javascript#http-request-to-replace-an-existing-item), it looks like it should be possible to overwrite a drive item with new file contents (i.e to call "upload" on a pre-existing file),...
Because they're both based on LLVM, I was wondering what would be involved in integrating Numba with Enzyme, so that I could decorate a python function and get (optimized) gradients....
I have many large (indexed) vcfs of the form `${CHROM}_${CHUNK}vcf.gz` and was looking for a quick way to get the coordinates spanned by the file. I know that given a...
I have some code that looks something like: ```bcftools view foo.bcf -R
I appreciate that `regidx.c` isn't currently up for the task of reading a bcf, but it's more than a little surprising to see that `bcftools merge A.bcf B.bcf -R
I took a look at `cxx11.json` and noticed that it doesn't do anything. I was wondering what a `cxx14.json`, or `cxx17.json` (and coming in May `cxx20.json`) might look like. In...
Hi, this is a nice piece of software. I was wondering if it would be possible to let the user control where the input data was coming from, instead of...
I have a quite large dataset that I have manually split into ~1000 bcf files. When I try to select (for example) a subset of the data that is above...
It would be really cool if I could cd /ssh:my_head_node|srun:some_directory_on_a_compute_node from eshell as a way of opening a specific file/folder with a compute node. This would be great for running...
I think this is a super cool library. I was wondering if it would be possible, instead of writing a function with no arguments, whether this library could be extended...