Nate Coraor

Results 175 comments of Nate Coraor

Is there a description of the issue? Is this a case of the connection timing out while transferring large files? If so, I'll record the issue here since I appear...

These are two separate but related issues. As @innovate-invent points out, when you use `docker run`, your actual container is run by the persistent docker daemon running on the host,...

Totally forgot about this, it is likely to be a semi-frequent occurrence. I wonder if we should drop the setting of `$GRAVITY_STATE_DIR` in the venv activate script and just use...

And for the record, here's the query I was using in Montpellier to get some of the space usage numbers: ``` galaxy_main=> SELECT *, pg_size_pretty(total_bytes) AS total , pg_size_pretty(index_bytes) AS...

If disabling sorting does not break idempotency this is probably ok, although I would prefer this would be configurable. IMO the real solution is for Galaxy to read these config...

I added the fix for this to #6939.

Thank you for the explainer, I have also struggled to understand the purpose and function of all the resolvers, even with your documentation improvements. Also worth noting: The difference between...

Worth noting, [here is my default container resolvers config](https://github.com/galaxyproject/usegalaxy-playbook/blob/a09fea2a403827348f4bfc575cda3728f67f549d/env/main/group_vars/all/galaxy_config_vars.yml#L287), as you can see it's all precached images, no building or pulling, other than `explicit_singularity`. So what I want to add...

> How do you install cached mulled images at the moment? I am using biocontainers directly, meaning that single-package containers are built by [bioconda](https://github.com/bioconda/bioconda-recipes/blob/master/.github/workflows/master.yml), mulled containers are built by [planemo-monitor](https://github.com/galaxyproject/planemo-monitor)...

Converted to draft for the moment, I have dug deeper into container resolution changes and will work my way back up to this.