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

midas2 v1.0.9 #122

Closed
qinghong2019 opened this issue Oct 27, 2023 · 5 comments
Closed

midas2 v1.0.9 #122

qinghong2019 opened this issue Oct 27, 2023 · 5 comments

Comments

@qinghong2019
Copy link

qinghong2019 commented Oct 27, 2023

after download the v1.0.9 source code, and get into the directory
conda env create -n midas2 -f midas2.yml
return error message:
Retrieving notices: ...working... done
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:

  • midas2=1.0.9
@zhaoc1
Copy link
Contributor

zhaoc1 commented Oct 27, 2023

Hi,

I updated the midas2.yml, so please re-download the source code and re-install.

However, I recommend you refer to #121 , and install MIDAS2 via conda install:

conda config --set channel_priority flexible
conda install -c zhaoc1 -c conda-forge -c bioconda-c anaconda -c defaults midas2

Thanks!
Chunyu

@qinghong2019
Copy link
Author

qinghong2019 commented Oct 27, 2023 via email

@zhaoc1
Copy link
Contributor

zhaoc1 commented Oct 27, 2023

Apology for the confusion. I again updated the midas2.yml and just tested install from source on a linux server.

  1. please install the v1.1.0 midas2, which is the current master branch of https://github.com/czbiohub/MIDAS2.git
  2. Updated commands (just about the version):
git clone git clone https://github.com/czbiohub/MIDAS2.git
cd MIDAS2

conda env create -n midas2v1.1.0 -f midas2.yml
conda activate midas2v1.1.0 

pip install .

Thanks.
Chunyu

@qinghong2019
Copy link
Author

it worked now. Thank you for the quick response and help

@zhaoc1
Copy link
Contributor

zhaoc1 commented Oct 27, 2023

You are welcome :)

@zhaoc1 zhaoc1 closed this as completed Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants