Brian Weitzner
Brian Weitzner
I have the same issue using Gill Sans MT and the pdf output device on a Mac.
PRs are always welcome!
Quick bump on this issue - this issue is leading to a linting failure in https://github.com/bioconda/bioconda-recipes/pull/28672
Thank you for the fast turnaround! The new env file builds correctly on my Mac, and I have begun to work through the remainder of the setup instructions. In `install_dependencies.sh`...
I was thinking about `blastpgp` not `csblast`. Are both not required?
Unfortunately the pre-built executables will not execute on the current versions of macOS. I did a little work and got it to build doing the following: ```sh wget https://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/old/20120620/ncbi.tar.gz tar...
Sadly, that has the same issue (bad cpu type).
Hey Ivan, I just submitted https://github.com/bioconda/bioconda-recipes/pull/28672 to fix the blast-legacy build – `conda install -c bioconda blast-legacy` should work on current Macs now!
Oh no, after attempting to build this from scratch, I am still getting conda conflicts. I am going to try removing the build specifications and possibly some versioning info (starting...
Thanks! This simplified version builds and I will run some tests soon! ```yaml name: casp14-baker channels: - defaults - bioconda - biocore - conda-forge - https://:@conda.graylab.jhu.edu dependencies: - biopython=1.78 -...