You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please understand that I'm posting here because I couldn't find anywhere to ask questions about mOTUs4.
I read the paper by mOTUs4 recently and thought it was great.
So I'm trying to apply mOTUs4 to my data, but I'm having trouble at the beginning, so I'm contacting here.
I'm using kneaddata to perform host removal and QC trimming.
But when I input the paired reads after kenaddata into mOTUs4, mOTUs4 found the wrong differing read headers and the process got stuck.
I checked for the differing read headers pointed out by mOTUs4 in the input reads, and they were all there in both the forward and reverse reads.
I tried to fix th reads with BBMap, but there was no unmatched headers between the reads.
I think if there's something wrong when mOTUs4 receive the paired reads or if I'm missing something.
Could you give me some advice?
I'm using mOTUs4 in conda environment, and the code I used is as follows:
Thank you for using mOTUs. This is the right place to post questions.
mOTUs will check that the names of headers are identical between the 2 paired-end files in order to later correctly count on insert level. It seems that mOTUs complains about your reads.
Internally, mOTUs gets the names of the first 1000 reads of R1 and R2 and checks if they re identical. In your case it complains about 176 read headers that dont seem to match.
Could you just send me the first few reads of your dataset please (see command below)?
Thank you for your quick reply.
Your advice solved my problem perfectly.
The problem was that kneaddata kept the result paired reads in an unsorted, which caused a mismatch when mOTUs read the first 1000 reads.
After sorting the reads using BBMap, my jobs were completed perfectly.
Dear mOTUs developers,
Please understand that I'm posting here because I couldn't find anywhere to ask questions about mOTUs4.
I read the paper by mOTUs4 recently and thought it was great.
So I'm trying to apply mOTUs4 to my data, but I'm having trouble at the beginning, so I'm contacting here.
I'm using kneaddata to perform host removal and QC trimming.
But when I input the paired reads after kenaddata into mOTUs4, mOTUs4 found the wrong differing read headers and the process got stuck.
I checked for the differing read headers pointed out by mOTUs4 in the input reads, and they were all there in both the forward and reverse reads.
I tried to fix th reads with BBMap, but there was no unmatched headers between the reads.
I think if there's something wrong when mOTUs4 receive the paired reads or if I'm missing something.
Could you give me some advice?
I'm using mOTUs4 in conda environment, and the code I used is as follows:
I am attatching error message mOTUs4 reported since differing read headers at my data.
motus4_test.log
I'm not sure how mOTUs works internally, so this may be a stupid question, but I'd appreciate your understanding.
Best regards,
Jun-Yeong
The text was updated successfully, but these errors were encountered: