Hello, I am trying to extract COI genes from raw Illumina sequences of cestodes to try and ID the hosts. I am using the cestodes as a proof of concept but would eventually like to try it with whole genome sequences from fleas to see what other sequences we might incidentally capture such as hosts, other parasites, or contaminants. I managed to extract a vole mitogenome from this data using Novoplasty, but would like to find a way to ID other potential sequences and it looked like MitoGeneExtractor could be the way to go. I managed to get MitoGeneExtractor installed but got this error after trying to run it with my data. I'm just starting to learn all this so it is entirely possible I'm missing something obvious. I did have to reverse the direction of the slashes in the file paths, initially they were \ but they ended up all disappearing after I ran the command.
Hello,
Are you sure your file path is correct?
It looks like that you've specified the file name twice i.e. your files are located in a directory that has the same name as your file?
Hello, I am trying to extract COI genes from raw Illumina sequences of cestodes to try and ID the hosts. I am using the cestodes as a proof of concept but would eventually like to try it with whole genome sequences from fleas to see what other sequences we might incidentally capture such as hosts, other parasites, or contaminants. I managed to extract a vole mitogenome from this data using Novoplasty, but would like to find a way to ID other potential sequences and it looked like MitoGeneExtractor could be the way to go. I managed to get MitoGeneExtractor installed but got this error after trying to run it with my data. I'm just starting to learn all this so it is entirely possible I'm missing something obvious. I did have to reverse the direction of the slashes in the file paths, initially they were \ but they ended up all disappearing after I ran the command.
This is what I ran:
./MitoGeneExtractor-v1.9.5 -q D:/NovoplastyPractice_Josh/A013489/A013489_L000_R1_001.fastq/A013489_L000_R1_001.fastq -q D:/NovoplastyPractice_Josh/A013489/A013489_L000_R2_001.fastq/A013489_L000_R2_001.fastq -p mammalia_COI_genera_consensus -o A013489_mammal_alignment.fas -n 0 -c A013489_mammal_consensus.fas -t 0.5 -r 1 -C 2
Thanks, Josh