Nathan Weeks

Results 95 comments of Nathan Weeks

There's still interest in this feature.

One more typo in the dmtcp_launch(1) man page: ``` -i, -interval seconds (environment variable DMTCP_CHECKPOINT_INTERVAL) ``` `-interval` should be `--interval`

I've observed the same issue with Singularity 3.8.3. The issue appears to be that the `%test` section of the Singularity definition file assumes /opt/augustus is writable in the container: ```...

I _think_ this is still an issue with nginx as well, though I may be making a rookie nginx configuration mistake. Here's a simple docker-compose-based reproducer that deploys an nginx...

@yeban : My apologies. I tested in a GitHub codespace using [port forwarding](https://docs.github.com/en/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace) under the naive assumption that my browser connected directly to the nginx service in the container running...

This would be a nice-to-have to make it more convenient to allow the tree directory/categories in https://github.com/wurmlab/sequenceserver/issues/520 to have spaces (and other special characters that would be otherwise interpreted by...

Hi @cmdcolin, thanks for the heads up regarding the forthcoming BigBed support in JBrowse. BED files appear to lack support for arbitrary key/value pairs like the GFF3 9th column, and...

Thanks for the pointer regarding AutoSQL support in BigBed; I had missed that. Will https://github.com/GMOD/jbrowse/pull/944 add support for that as well?

@cmdcolin : cool, looking forward to trying it out!

Sure thing! I'll do some additional experimentation over & try to come up with a suitable example within the next 2-3 weeks.