Shaun Jackman

Results 459 comments of Shaun Jackman

`brew install discovar` should use the precompiled bottle and succeed. `brew test discovar` should succeed with `gcc-5` (I think). Which command is failing, and what is the error message?

Okay. Good to know. That's kind of a bug in `brew test`, sort of. It'd be tricky to fix though. If you add `[email protected]` to the ORCA image it should...

> No space left on device The disk is full.

# Higher priority + delly (https://github.com/Homebrew/homebrew-science/pull/5412) + discovardenovo (https://github.com/bcgsc/orca/issues/19) + gubbins (Homebrew/homebrew-science#5752) + masurca (Homebrew/homebrew-science#5772) + mira https://github.com/bcgsc/orca/issues/20 + mlr + pbsuite (https://github.com/Homebrew/homebrew-science/pull/5685 + conflict, bedtools: because Both install bin/bamToFastq)...

@acabunoc Hi, Abigail. I'm available electronically both days 9–5 to answer questions. I'll be available in person in Vancouver Thu 9–12 and Fri 9–5.

Hi, Ernest. I'd like to build precompiled binary bottles of bioinformatics formula for Linuxbrew. My field is bioinformatics, but someone else could tackle the same project for their area of...

See also https://github.com/Linuxbrew/homebrew-science/issues/2

The `artifacts` command line tool works for me with region `us-west-2`, but Travis CI does not. It appears to ignore the configuration variable `addons.s3_region`. Works: ``` sh ARTIFACTS_REGION=us-west-2 artifacts upload...

A workaround for Travis CI is to set the environment variable `ARTIFACTS_REGION` rather than the `.travis.yml` variable `addons.s3_region`.