-
Notifications
You must be signed in to change notification settings - Fork 190
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
Issue running metaWRAP-Read_qc #542
Comments
I forgot to mention that I installed the program using the
I got the following message:
So, maybe the read_qc step is not working because the program was not installed? How can I correct and really install it? |
also running into this problem, it seems the validated reads have been successfully trimmed and cleaned, but the next step of doing the fastqc is not working. My files are I am going to go into the |
So unzipping also did not seem to work. My work around is to run each of the steps in Ben |
Hi Hi, just a quick update. I still have not been able to trouble shoot or get this to work within metawrap. As such, I took the Happy to provide this script, and also if devs want to troubleshoot the errors and why its not working happy to provide log files and what not :). |
You have to do a major revision of read_qc script manually as NCBI updated algorithms of BMTagger. Check the helper document: https://ftp.ncbi.nlm.nih.gov/pub/agarwala/bmtagger/README Don't use metawrap-mg. Release the restrictions of python version and install dependencies manually. |
Hi! I am with an issue during the read_qc step of the metaWRAP tutorial.
When I tried the command line as it is in the tutorial:
I got those messages (for all samples):
I tried to run the line with the
--skip-pre-qc-report
--skip-post-qc-report
arguments, but this time the error was briefly like:And then I tried also
--skip-trimming
, but I got (briefly):I already renamed my reads to F = name_1.fastq and R = name_2.fastq, and as the code shows the program can find them. I guess that its a problem in the modules to find their functions. But they appears to be successfully installed, as when I do
metawrap read_qc -h
, or simplymetawrap -h
it shows all the options.Can someone help me, please? Thank you.
The text was updated successfully, but these errors were encountered: