-
Notifications
You must be signed in to change notification settings - Fork 8
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
no subcommand mhl #15
Comments
If there isn't any specific reason to use version 0.0.3, could you please update metheor to the latest version (0.1.6) with Thanks, |
Hello I used the 'conda install -c dohlee metheor=0.1.6' to install it and have some trouble. Can you please help me about it? thanks The log
|
Thank you for sharing the log. It seems that there is a dependency conflict with metheor and some packages already installed in your environment. There is no simple way to resolve it, so I usually make a separate environment when I run into this kind of errors. Would you give it a try? In your By the way, it seems that your version of conda is too old! Updating it to the latest version may solve it, although it is not very likely :) |
Hello I create a clear VM to install it. and it comes out more warning.
Then I install "conda install -c conda-forge libgcc-ng"
|
That's strange. Please share your operating system and results of |
Here is it. Thanks
|
This seems to be a bad conda issue regarding glibc, and unfortunately I cannot give you a clear solution that'll definitely work at the moment. I suspect that it may be due to the glibc supported by your OS. These are some references that might help you, please give them a try: Anyway, what is the result from |
Thanks for your help. Could it possible that you can wrapper metheor as a docker image?
|
Great idea! I'll try composing a Docker image and let you know by next week. Thanks for the suggestion. Thanks, |
Hi
I used conda to install Meteor by running 'conda install -c dohlee metheor'.
The version that was installed is 0.0.3, but it appears that this version only includes four subcommands: lpmd, me, pdr, and pm. I did not find any mention of the 'mhl' subcommand in the README.
Additionally, I have been running the 'pm' command for 48 hours on a 30G BAM file, but it has not completed yet. Can you provide an estimate of how long it might take to finish?
Thanks
The text was updated successfully, but these errors were encountered: