Elmar Pruesse

Results 56 comments of Elmar Pruesse

We can't just add it for a single recipe. You'd have to start by creating the infrastructure parts for the new build target. Then you'd try to build all 6000...

For official packages, we use free public services only. Initially it was TravisCI, now CircleCI and Github Actions for the bulk bioconductor packages. Conda-forge is using Azure. I assume that...

@marcosfelt Fix exists in PR #2293 by @hashstat but has not been merged. @davidism could you review? It's really concise PR, just being more specific in raising an exception. PR...

> Good point! I've just tested this setting `CCACHE_DIR` to `/ccache` and the compilation fails with `ccache: error: Failed to create directory /ccache/tmp: Permission denied`. So we need to consider...

The PATH approach has worked most smoothly for me. It's transparent to whatever happens to the variables in the build system, essentially replacing gcc and friends with caching capable versions....

How do we go about getting this to work? Would the first stage be having a way to add the caching directories to Travis and Circle via `conda-forge.yml` in a...

It would probably be good to start with a few packages before making it the default. There are things that won't build properly with `ccache`, and there is the issue...

Would fix the problem reported in #74

Also: allow adding gaps to reference alignment @darcyj What would you expect the option to be called? `--fasta-compress-gaps`, `--compress-gaps`, `--remove-gap-only-columns`, ...? And the one for adding gaps? Thinking to only...

I am not quite ready to admit to that. Still hoping I'll find time to at least fix issues. Help totally appreciated.