-
Notifications
You must be signed in to change notification settings - Fork 23
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
installation issue for sourmash #41
Comments
Hello Can you try just this:
It just worked for me
|
Thank you for pasting your results. It seems like installation goes well but I get few packages compared to what you have. My installing output is here:
And when I try to run the test i get another error:
So can you please share the text of your "sourmash.yaml"? I think I may be missing something.
Many thanks, |
My "sourmash.yaml" file looks like this:
|
Just to confirm that the magpy_install and test commands ran to completion for me yesterday with no problems This may be a problem with your conda setup.... |
Ok, thanks for letting me know. I am going to download a new miniconda, and start everything from scratch. Hope it would work this time. Will update you. Many thanks for your time. |
What OS are you using?
…________________________________
From: mars188 ***@***.***>
Sent: Tuesday, November 16, 2021 4:32:11 PM
To: WatsonLab/MAGpy ***@***.***>
Cc: WATSON Mick ***@***.***>; Comment ***@***.***>
Subject: Re: [WatsonLab/MAGpy] installation issue for sourmash (Issue #41)
This email was sent to you by someone outside the University.
You should only click on links or attachments if you are certain that the email is genuine and the content is safe.
Ok, thanks for letting me know. I am going to download a new miniconda, and start everything from scratch. Hope it would work this time. Will update you. Many thanks for your time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#41 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AANR6UG7YBYJSTN5XDNFJQLUMKBQXANCNFSM5H2NUPKQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. Is e buidheann carthannais a th’ ann an Oilthigh Dhùn Èideann, clàraichte an Alba, àireamh clàraidh SC005336.
|
I'm running on HPC on commandline. |
So linux I guess... |
Ok, I downloaded the new miniconda, set up the new environment but get the same error again. Not sure what's wrong with my conda set up :( |
Sometimes it is the underlying OS – if some of the libraries conda wants to install are new and the OS is really old, then it can struggle
Do you have access to a different linux OS?
From: mars188 ***@***.***>
Sent: 18 November 2021 08:15
To: WatsonLab/MAGpy ***@***.***>
Cc: WATSON Mick ***@***.***>; Comment ***@***.***>
Subject: Re: [WatsonLab/MAGpy] installation issue for sourmash (Issue #41)
This email was sent to you by someone outside the University.
You should only click on links or attachments if you are certain that the email is genuine and the content is safe.
Ok, I downloaded the new miniconda, set up the new environment but get the same error again.
Not sure what's wrong with my conda set up :(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#41 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AANR6UHB46AWOUIBYH45F6LUMSYYHANCNFSM5H2NUPKQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. Is e buidheann carthannais a th’ ann an Oilthigh Dhùn Èideann, clàraichte an Alba, àireamh clàraidh SC005336.
|
Hello,
I want to use MAGpy for my metagenomic data analysis but get the error at a very early stage. My command is here:
git clone https://github.com/WatsonLab/MAGpy.git
cd MAGpy
conda env create -f envs/install.yaml
This succesfully creates a conda environment.
I activated the environment
conda activate maypy_install
Then ran the following command:
nakemake -rp -s MAGpy --cores 24 --use-conda test
But get the following error:
`Building DAG of jobs...
Creating conda environment envs/prodigal.yaml...
Downloading and installing remote packages.
Environment for envs/prodigal.yaml created (location: .snakemake/conda/55c7ff22b092c19217e5f2ec3f9e4209)
Creating conda environment envs/bioperl.yaml...
Downloading and installing remote packages.
Environment for envs/bioperl.yaml created (location: .snakemake/conda/a38998cd23e9ca04e9db80dcbfc6e82c)
Creating conda environment envs/pfam_scan.yaml...
Downloading and installing remote packages.
Environment for envs/pfam_scan.yaml created (location: .snakemake/conda/31f109d7845f53d8b16f172a493949bd)
Creating conda environment envs/phylophlan.yaml...
Downloading and installing remote packages.
Environment for envs/phylophlan.yaml created (location: .snakemake/conda/d1d3c5ec64b4c2330ba4a92faf2e0eb3)
Creating conda environment envs/diamond.yaml...
Downloading and installing remote packages.
Environment for envs/diamond.yaml created (location: .snakemake/conda/8435cfd2ff926a9883cafbdc8d09837d)
Creating conda environment envs/sourmash.yaml...
Downloading and installing remote packages.
CreateCondaEnvironmentException:
Could not create conda environment from /scratch/gencore/ma5877/MAGs/MAGpy/envs/sourmash.yaml:
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Encountered problems while solving:
Please help in solving this issue. Many thanks in advance!
The text was updated successfully, but these errors were encountered: