-
Notifications
You must be signed in to change notification settings - Fork 18
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
Incorrect version of beagle when using conda install monopogen #69
Comments
Does it work to intall by specifying the beagle version? conda install -c bioconda beagle=27Jul16.86a |
Looks like this version of beagle is not available with conda install PackagesNotFoundError: The following packages are not available from current channels:
|
FYI - if one of the beagle versions is missing germline.py will error - currently only one (beagle.27Jul16.86a.jar) is included on the main branch. |
Yes. When running Monopogen on Linux, I encountered an error related to the Beagle dependency. The error message indicates that the script is looking for beagle.08Feb22.fa4.jar, but this file is not present in the apps folder. Instead, beagle.27Jul16.86a.jar is available. The script fails with the following error: Relevant Code:
|
I wrote this:
However, a few things:
|
Hi,
When installing using conda, this version of beagle is installed; beagle.27May24.118.jar. However, the source code (germline.py) indicates that it looks for these two versions of beagle - beagle.08Feb22.fa4.jar and beagle.27Jul16.86a.jar. Can this be changed to ensure that conda installs the version of beagle that monopogen uses?
Thanks,
Hima
The text was updated successfully, but these errors were encountered: