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

Potential issue in QUAST conda recipe - dependency minimap2 #50104

Open
LiaOb21 opened this issue Aug 16, 2024 · 1 comment
Open

Potential issue in QUAST conda recipe - dependency minimap2 #50104

LiaOb21 opened this issue Aug 16, 2024 · 1 comment

Comments

@LiaOb21
Copy link
Contributor

LiaOb21 commented Aug 16, 2024

Hello everyone,

I am experiencing an issue with the new QUAST conda recipe. I saw the recipe was updated two months ago, even if QUAST version remains 5.2.0.

This is what is happening with the new conda recipe (installed a couple of days ago):

WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.
WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.
WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.
WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.

ERROR!   2  Failed aligning contigs asm1 to the reference (non-zero exit code). Run with the --debug flag to see additional information.

ERROR!   4  Failed aligning contigs asm2 to the reference (non-zero exit code). Run with the --debug flag to see additional information.

ERROR!   3  Failed aligning contigs asm3 to the reference (non-zero exit code). Run with the --debug flag to see additional information.

In this environment minimap2 version is 2.28-r1209.

In an older separate QUAST environment, I have the same warning about the version of minimap2, but it doesn't fail to align contigs to the reference:

WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.
WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.
WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.
WARNING: Version of installed minimap2 differs from its version in the QUAST package (2.24). Please make sure that you use an actual version of software.

Here minimap2 version is 2.26-r1175.

The data I'm analysing with the two different environments is exactly the same.

I don't know if anyone else experienced the same issue. With the older environment I get all the outputs.

Thank you in advance if you manage to look into this.

Lia

@LiaOb21
Copy link
Contributor Author

LiaOb21 commented Aug 28, 2024

An update on the possible problem linked to minimap2.

I tried resolving the issue by removing minimap2 from the first environment mentioned above (the broken environment) and installing it again as minimap2=2.27 and minimap2=2.26, but I keep getting the same error message. I suspect that the problem is caused by something else.

EDIT: if I avoid the use of the -r flag with the reference genome, QUAST completes without errors (in a new just installed environment). Could it be a breakage of a dependency of minimap2?

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

1 participant