-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can I use TRUST4 to deal with different length of reads? #39
Comments
Yes, TRUST4 can work with such fastq files. TRUST4 also works for the fastq files where read lengths are varied within one file. |
It's very nice of you. I still have a question, my fastq files are from Three-generation sequencing (by Nanopore). Do TRUST4 still work? |
I have tested with PacBio HiFi data and it works fine. For your Nanopore data, you need to correct the sequencing errors first. |
Thank you for your suggestion! But I have encountered an error when running TRUST4: failed: 256 at ./run-trust4 line 47. I don't know how to solve it and what it means. |
Can you show me the running log? What is the length of the longest read in your file? |
The length of the longest read in my file is 57798 bp. Running log:[Mon May 17 22:16:05 2021] TRUST4 begins. |
TRUST4 can handle the read length up to 100K. It seems in your data, TRUST4 could not find any reads from the VDJ region, hence the file test1_final.out was empty, and the downstream annotation method failed. Just want to make sure, is your data corrected? With the error rate of raw Nanopore data, I don't think TRUST4 can identify the hit on V, J, C genes. The read length also looks much longer than the gene sequence, is it from other genes or DNA-based sequencing? |
Thanks a lot for your help. It seems something wrong with my sequencing data,I will check my files again. |
Hello! |
If they are identical repeats, I think TRUST4 will pick the one that showed up first. If not, it may use V, J, C gene coordinates from different repeat structures, hence unable to identify CDR3. To be safe, I think you shall process the data first. |
Hi!
TRUST4 is a great job. Now I have a my.fastq file in whose reads are in different length (eg. first read is 1000bp, second read is 1001bp). I wonder if I can use directly use TRUST4, or I need to trim those reads into same length?
Thanks
The text was updated successfully, but these errors were encountered: