-
Notifications
You must be signed in to change notification settings - Fork 14
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
/human/annotation.Libs/human_trna.str does not exsit. Please check it. #13
Comments
Thank you for writing. That needs to be updated, but the person who was making the fix has not completed this. In the mean time, if you send me an email ([email protected]), I can get you the files you need that were left out of the last .gz file. |
missingtrffiles.zip |
Hi Mark, Thanks for sharing this, I will try and let you know if i have any further issues. One more quick question about the file unmapped.csv, are those reads that is aligned to the human genome but have no known annotation? Or are those just rest of the reads that do not appear in the mapped.csv file. Thanks |
The reads in the unmapped.csv file are all the reads that are not appearing in the mapped.csv file. They have not been aligned to the human genome. I occasionally blast abundant reads from that file and find some align to repeat elements in the human genome. Many do not align to anything. I hope that is helpful. |
Hi Mark, With the data you have given I was able to continue running but this time run another issue:
|
Yes - someone else had the same error and we think the problem is the python packages. We specifically think the error is if you are using cutadapt v1.18. You need to use cutadapt v1.11. If that doesn't work please make sure all of your python packages exactly match these: |
Hi Mark, Will try this one quick remark to make your job easier. I am already feeding fastq files that I trimmed priorly so I am not using any adapter option so do you think you still call cutadapt? I can confirm that all packages same I was able to run mirge in the same environment back in May. However, just recently I tried to update it using bioconda which I think started the problem. |
That is interesting. I think miRge still calls cutadapt even if they are trimmed files as it still removes poor quality reads through that function of cutadapt. I'm sorry the update caused the problem and we'll try to figure out what we might have changed (besides leaving out some tRNA files). I know the last version of miRge added a tRF finder which was a significant change/addition to the program. It's possible that caused some incompatibilities that you are now seeing. If the packages fix doesn't work, please let me know. |
Were you able to get it to run, or is it still failing? |
Hi Mark,
|
I'll think about the problem a bit more tomorrow, but I see the annotation cycles were 6837 seconds which is a really long time. I suspect you aligned multiple fastq files at once, but I wonder if you hit some sort of max buffer in your RAM that caused the write function to fail. If you run only one .fastq file, do you get the same error? |
Hi Mark, With one sample it finished without errors:
Is the algorithm deterministic upto bowtie assignments that I can run my data in batchs or does it use information from other samples while analyzing a given sample. |
I'm glad it partially worked. If you are just annotating, you could run them all one at a time or in smaller batches and it won't have any negative effects. If you are trying to identify novel miRNAs, you may end up with a more repetitive experience, but still get the correct data. I frequently run up to 10 samples together without any issues. I've done more, but only with smaller fastq files (<2 million reads each). |
Hi Mark, |
@chenlx2014 Can you provide me your email address, I will share the zip file for human libraries. |
[email protected] |
If my fastq file is phred33, the default format is phred64. |
I think our help page is incorrect. The default is phred 33. Please run the file without calling -phred64 and it should be fine. Let me know if you have any problems with that. |
Hi,
I downloaded the human library from
command but when running mirge I got the error "/human/annotation.Libs/human_trna.str does not exsit. Please check it.", so I guess the database needs to be updated. Is there any other place i can download it for now (or any other possible missing files).
Thanks in advance.
The text was updated successfully, but these errors were encountered: