We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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に対応したので、近い将来このコードは必要なくなります🎊
conda create -n env-konezumiaid -c conda-forge -c bioconda python=3.10 konezumiaid -y
いま現在、Bowtieをosx-arm64に対応させるように努力しています
bioconda/bioconda-recipes#49326
Bedtoolsはすでにosx-arm64環境に対応しているので、このPRが通ったら、おそらくはkonezumi-aidがosx-arm64で使えるようになると期待しています。
None
The text was updated successfully, but these errors were encountered:
bowtieは無事に対応できました🎊
ただ、primer3-pyがosx-arm64に対応していなかったので、またPRを送りますー😇
Sorry, something went wrong.
primer3-pyにPRを送りました。
さあ、うまくいくでしょうか…🙏
bioconda/bioconda-recipes#49375
@aki2274
無事、konezumi-aidがosx-arm64環境でインストールできるようになりました🎊🎊🎊
以下のREADMEのNoteが必要なくなりましたので、お手すきのときにご対応お願いしますー
こちら、目的を果たしたのでCloseしますー READMEについては別のISSUEにいたします
akikuno
No branches or pull requests
As Is(今の状態を記載)
osx-arm64を用いたBioConda経由のインストールには以下のような工夫が必要でした。
ただ、最近になってBioCondaがosx-arm64に対応したので、近い将来このコードは必要なくなります🎊
To Be (理想の状態を記載。タスク完了の条件にもなる。)
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
The text was updated successfully, but these errors were encountered: