Skip to content
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

bug(?) for the resulting file*_mitoscaf.fa.gbf.cds.fasta #150

Closed
linzhi2013 opened this issue Jun 8, 2022 · 1 comment
Closed

bug(?) for the resulting file*_mitoscaf.fa.gbf.cds.fasta #150

linzhi2013 opened this issue Jun 8, 2022 · 1 comment

Comments

@linzhi2013
Copy link
Owner

linzhi2013 commented Jun 8, 2022

MitoZ uses this mitoz-tools gbseqextractor command to extract gene sequences from GenBank file, however, currently, this command does not output the sequence from 5' to 3' if the gene is in reversed direction ('-'). The output gene sequences are in the resulting file*_mitoscaf.fa.gbf.cds.fasta

temporary solution:

Firstly, extract such sequences into a separate file:

grep '(-)'  *_mitoscaf.fa.gbf.cds.fasta -A1 >  your_gene_in_reversed_direction.fa

Then use the revseq command:

mamba install -c bioconda emboss

revseq -sequence your_gene_in_reversed_direction.fa -outseq output_rev.fas
@linzhi2013
Copy link
Owner Author

fixed in MitoZ 3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant