-
Notifications
You must be signed in to change notification settings - Fork 30
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
Read name provided with no suffix in trimgalore.log #104
Comments
Hi @dgodin19 Thanks for your issue report. To help us respond, could you tell me if you were able to successfully get the test dataset to run on your system? Also, it appears that you are supplying pre-trimmed reads as input. Could you clarify if you are supplying raw or trimmed reads to McClintock. It is not necessary to supply trimmed reads since McClintock can trim reads for you as part of the run using by default (as you are doing) or by using the Thanks, |
Hi @cbergman I am supplying pre trimmed reads as input, and I was wondering if there was a way to run mcclintock without using the trimgalore method. I will take a look at the resource you provided. Thank you. |
Hi @dgodin19 Yes, it is possible to run McClintock without using the trimgalore method. By default, McClintock will run all component methods on reads trimmed by trimgalore. However, if you specify the
Please see the readme for more information: https://github.com/bergmanlab/mcclintock/#running-mcclintock-with-specific-component-methods Hope this helps, |
Hi @dgodin19 Were you able to run only specific component methods in McClintock by providing pre-trimmed reads as input, as suggested in #104 (comment)? If so, did it solve your original problem with the corrupted read(s)? Based on a few other bug reports online, I believe your problem is related to fastQC not liking the format of some of the reads in your dataset. See https://help.galaxyproject.org/t/fastq-unavailable-tool-does-not-recognize-inputs-how-to-check-why/8925 & https://help.galaxyproject.org/t/trimmomatic-error-fatal-error/9038. Perhaps you can try running your untrimmed and trimmed datasets through fastQC directly to determine if your input files have any issues. Best regards, |
Hi @dgodin19 Could you confirm if your problem was resolved by following the steps suggested in #104 (comment)? Otherwise, we'll assume it is solved and close at the end of the month. Best regards, |
Hi,
I get an error in the trimgalore.log that seems to terminate the program, making it so that there is no result output.
The error is:
The mcclintock request is:
What is an example suffix supposed to look like? Does mcclintock work with trimmed reads? If the reads are already trimmed, is there a way to turn off trimgalore?
The text was updated successfully, but these errors were encountered: