Stephen Fleming

Results 15 issues of Stephen Fleming

If I run ```console git clone [email protected]:broadinstitute/cromshell.git cd cromshell pip install -e . ``` it fails to install. I see this ```console Obtaining file:///Users/sfleming/Documents/Github/cromshell Installing build dependencies ... done Checking...

@dalessioluca might have input here as well. I am looking for the ability to programmatically preempt a running job using a `cromshell` command. I do not want to abort the...

enhancement

I am using `checkpointFile` in the `runtime` section of a WDL `task`. I accidentally included a space in the checkpoint file name, and I see in the logs that this...

I have here a little demo that appears to show that `pymde.preserve_neighbors` uses cuda only if the user specifies `device="cuda"` and _not_ if the user specifies `device=torch.device("cuda")`. While I see...

I am wondering if the following line of thinking leads anywhere, but please ignore if it doesn't. :) Let's say we have very large dataset that will not fit in...