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

Sqm run completed but some steps had error #684

Closed
aalkin2001 opened this issue May 16, 2023 · 9 comments
Closed

Sqm run completed but some steps had error #684

aalkin2001 opened this issue May 16, 2023 · 9 comments

Comments

@aalkin2001
Copy link

Hi,
I successfully ran all steps for SQM analysis, but unfortunately, there are error messages for steps 14, 15, and 20. I've attached screenshots of error messages and the syslog. I want to know why I encountered an error in these steps.

Thank you.

Step 14 error
Step 15 error
Step 20 error
syslog.zip

@fpusan
Copy link
Collaborator

fpusan commented May 17, 2023

This may be the same problem as your previous issue #683.
The binary for jgi_summarize_bam_contig_depths may not work for you due to some binary mismatch.
You can try running that command on its own (the first line of your screenshot) to confirm that this is indeed the problem.
If so you will need to

  1. Download metabat2 from https://bitbucket.org/berkeleylab/metabat/src/master/
  2. Compile
  3. Replace the metabat2 and jgi_summarize_bam_contig_depths binaries in /path/to/miniconda3/envs/SqueezeMeta/SqueezeMeta/bin with the ones that you just compiled
    recompile

@aalkin2001
Copy link
Author

Thank you for getting back to me. After running the script: jgi_summarize_bam_contig_depths, I got the error message below. Does it point to binary mismatch as the problem?
Unrecognized character \x7F; marked by <-- HERE after <-- HERE near column 1 at jgi_summarize_bam_contig_depths line 1.

@fpusan
Copy link
Collaborator

fpusan commented May 17, 2023

How did you run it exactly?

@aalkin2001
Copy link
Author

aalkin2001 commented May 17, 2023

Here it is.
perl /gpfs/home/aalafiatayo/miniconda3/envs/SqueezeMeta/SqueezeMeta/bin/jgi_summarize_bam_contig_depths

@fpusan
Copy link
Collaborator

fpusan commented May 17, 2023

Remove the perl

@aalkin2001
Copy link
Author

aalkin2001 commented May 17, 2023

This is error message without perl:
/gpfs/home/aalafiatayo/miniconda3/envs/SqueezeMeta/SqueezeMeta/bin/jgi_summarize_bam_contig_depths: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /gpfs/home/aalafiatayo/miniconda3/envs/SqueezeMeta/SqueezeMeta/bin/jgi_summarize_bam_contig_depths)

@fpusan
Copy link
Collaborator

fpusan commented May 17, 2023 via email

@aalkin2001
Copy link
Author

Thank you, I will work on it.

@fpusan
Copy link
Collaborator

fpusan commented Jun 15, 2023

Hope the solution worked. Closing due to lack of activity, feel free to reopen!

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

2 participants