-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support for Apple M1 silicon #227
Conversation
The test appears to be failing because bcftools 1.19 and art 2016.06.05 don't have macOS ARM support But bcftools got it in 1.20 (see bioconda/bioconda-recipes#49104), so we just need to figure out ART Update: I'm now working on ART in aryarm/aryarm-conda#10 and bioconda/bioconda-recipes#50270 |
and hopefully use the latest art build which should support osx-arm64
The tests passed! @nicholema , can you try to install TRTools on your mac again?
If it works, can you approve this PR? |
Thank you for adding this feature! It worked as,
conda env create -n trtools-conda -c conda-forge -c bioconda
'bioconda::trtools'
…On Thu, Aug 22, 2024 at 9:09 PM Arya Massarat ***@***.***> wrote:
@nicholema <https://github.com/nicholema> , can you try to install
TRTools on your mac again?
conda env create -n trtools-conda -c conda-forge -c bioconda 'bioconda::trtools'
—
Reply to this email directly, view it on GitHub
<#227 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANJ5YJT3DL5JV624BSK7UETZS2YVZAVCNFSM6AAAAABM6FG6F6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBWGE2DQMZVGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
cyvcf2 and pgenlib added support for m1 apple silicon. See bioconda/bioconda-recipes#50219 and bioconda/bioconda-recipes#50220. So can TRTools be run on macOS ARM now? Are there any other dependencies that fail with the newest macs?
Let's add a test to our CI for this. If it works, then we can add osx-arm64 to the "additional platforms" that are supported in our bioconda recipe