-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conda version does not produce final assembly #18
Comments
Actually it works on the test ecoli data that you provide but on my data it just generates an empty file for the final assembly. How can I debug what's happening? There are the error message in the output |
Same. No final assembly, log file is totally clean:
Likewise, I can confirm that compiling it with git and literally copying the contents of bin/ back to the conda environment makes it work just fine. So if there was some way to replace the broken conda binaries with these ones (or compile statically?), problem solved, methinks. |
I can confirm this problem persists in the conda installation. Here is the
|
same here |
Aforementioned way to fix it works! |
hope you still remember how to use this... i'm trying to fix this by using ISonets's solution. So by
|
Hi,
Nice work on this! I initially installed the conda version:
haslr=0.8a1=py38h1c8e9b9_1
from bioconda. It seems to run fine, there are no error message, it even says that the long read assembly is done but I can't find the assembly file anywhere.I then cloned the git repo and tried that version and it works with the same exact command.
Cheers
The text was updated successfully, but these errors were encountered: