Skip to content
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

BioCondaのosx-arm64サポートについて #111

Closed
1 task done
akikuno opened this issue Jul 17, 2024 · 4 comments
Closed
1 task done

BioCondaのosx-arm64サポートについて #111

akikuno opened this issue Jul 17, 2024 · 4 comments
Assignees
Labels
information useful tips (hopefully) request asking for someting

Comments

@akikuno
Copy link
Collaborator

akikuno commented Jul 17, 2024

As Is(今の状態を記載)

osx-arm64を用いたBioConda経由のインストールには以下のような工夫が必要でした。

CONDA_SUBDIR=osx-64 conda create -n env-konezumiaid -c conda-forge -c bioconda python=3.10 konezumiaid -y
conda activate env-konezumiaid
conda config --env --set subdir osx-64
python -c "import platform; print(platform.machine())"  # Confirm that the output is 'x86_64', not 'arm64'

ただ、最近になってBioCondaがosx-arm64に対応したので、近い将来このコードは必要なくなります🎊

To Be (理想の状態を記載。タスク完了の条件にもなる。)

  • osx-arm64環境でも、conda create -n env-konezumiaid -c conda-forge -c bioconda python=3.10 konezumiaid -yでkonezumiaidがインストールできるようになる

アクション(改善のための具体的なアクションを記載)

いま現在、Bowtieをosx-arm64に対応させるように努力しています

bioconda/bioconda-recipes#49326

Bedtoolsはすでにosx-arm64環境に対応しているので、このPRが通ったら、おそらくはkonezumi-aidがosx-arm64で使えるようになると期待しています。

課題 (現状分かっている課題を記載)

None

@akikuno akikuno added the information useful tips (hopefully) label Jul 17, 2024
@akikuno akikuno self-assigned this Jul 17, 2024
@akikuno akikuno added the request asking for someting label Jul 17, 2024
@akikuno
Copy link
Collaborator Author

akikuno commented Jul 17, 2024

bowtieは無事に対応できました🎊

ただ、primer3-pyがosx-arm64に対応していなかったので、またPRを送りますー😇

@akikuno
Copy link
Collaborator Author

akikuno commented Jul 18, 2024

primer3-pyにPRを送りました。

さあ、うまくいくでしょうか…🙏

bioconda/bioconda-recipes#49375

@akikuno
Copy link
Collaborator Author

akikuno commented Jul 19, 2024

@aki2274

無事、konezumi-aidがosx-arm64環境でインストールできるようになりました🎊🎊🎊

image

以下のREADMEのNoteが必要なくなりましたので、お手すきのときにご対応お願いしますー

image

@akikuno
Copy link
Collaborator Author

akikuno commented Jul 19, 2024

こちら、目的を果たしたのでCloseしますー
READMEについては別のISSUEにいたします

@akikuno akikuno closed this as completed Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
information useful tips (hopefully) request asking for someting
Projects
None yet
Development

No branches or pull requests

1 participant