-
Notifications
You must be signed in to change notification settings - Fork 34
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
#final assemly result# #57
Comments
Dear Ali, For why you would have different length assemblies, this may well be if you use different seed sequences or change other settings. Also, note that the final assembly isn't circularised, i.e. the start and the end of your assembly may well overlap and the exact extend will depend on the starting point for the assembly. If you want to check if your result is likely circular, there is a script that comes with the Mitobim repository: circules.py -f your_final_assembly.fasta You'll get a report that will tell you if it has found patterns that would indicate circularity and suggest clipping points, for example circules.py -f your_final_assembly.fasta -c 0,15893 this will remove the overhangs and the resulting assembly is expected to be ciruclar. After this step the results from different seeds should be the same. Best wishes, |
Dear Christoph, Thanks so much for your quick response. As I mentioned in the previous message, the different in the lenght was for the same sample in the same run (I mean it was the same script and the same seetings) - any way it's clear now for me. I'm studying the performance of de novo and reference-based approaches on extracting of mitogenome from whole genome re-sequencing. Below is some helpful information for your reference. Best regards, |
Dear Christoph,
Where I can find the final assemly result in outputs from MITObim.
In tutorial (see https://github.com/chrishah/MITObim), you mentioned that it is under the following:
-bash-4.1$ less iteration8/testpool-Salpinus_mt_genome_assembly/testpool-Salpinus_mt_genome_d_results/testpool-Salpinus_mt_genome_out.unpadded.fasta
While in log file from MITObim run, it sayes
Final assembly result will be written to file: /mnt/scratch/c1845371/whole_genome/mitochondrial_genome/mitobim/mitobim_375_trimmed/iteration2/testpool-375_1-it2_noIUPAC.fasta
I'm confused because the two previous assembly output produce a different length for the same sample.
Kind regards,
Ali
The text was updated successfully, but these errors were encountered: