Replies: 1 comment
-
You don't need to edit the files at Please see here for step-by-step guidance to prepare these fasta files. You don't need to run bowtie2 or blast (for *.nhr etc) from your side. Let me know if you have further questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am working with ancient DNA of frogs (Amphibia: Anura). I successfully assembled some mitochondrial genes using MITObim. However, I want to test the performance of GetOrganelle.
When I use the default database, I am unable to assemble any read using GetOrganelle. As such, I want to use a personal database, only including mitogenomes of phylogenetically close references of frogs.
$ get_organelle_from_reads.py -u '/home/danimelsz/Desktop/cymb_FINAL/0_assembly/3_fastqscreen/output2_tally_cymbalum.tagged_filter.fastq.gz' -F animal_mt -o 6_getorganelle --reduce-reads-for-coverage inf --max-reads inf -k 11,15 -w 30 -R 15
How can I edit the LabelDatabase and SeedDatabase that are located at ~./GetOrganelle/ ?
Could you provide me the commands for this task? I think Bowtie2 will be required to index them in the SeedDatabase. However, I do not know how to provide/edit the files in LabelDatabase, namely *.nhr *.nin *.nsq.
Beta Was this translation helpful? Give feedback.
All reactions