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

Genbank-output: circular-tag #45

Open
xJane01x opened this issue Mar 9, 2023 · 1 comment
Open

Genbank-output: circular-tag #45

xJane01x opened this issue Mar 9, 2023 · 1 comment

Comments

@xJane01x
Copy link

xJane01x commented Mar 9, 2023

Hallo,

very useful and fast annotation tool!

How can I add the circular tag for complete chromosomes and plasmids in the genbank file instead of editing manually? Is there any option?

completness and topology are part of the fasta-identifier in the input files.

Thanks for your help.

@nigyta
Copy link
Owner

nigyta commented Mar 10, 2023

Yes, you can add them with --complete t, --seq_names, --seq_topologies, --seq_types options.

Here is a minimum example:

dfast -g example/sample.lactobacillus.fna --complete t  --seq_names "Chromosome,pXXXX,pYYYY" --seq_topologies c,c,l --seq_types c,p,p --no_cdd --no_hmm --no_cds --no_rrna --no_trna --no_crispr --force

In this example, the input genome consists of 1 circular chromosome (Chromosome), 1 circular plasmid (pXXXX), 1 linear plasmid (pYYY).

Please see the document below for more detail:
https://github.com/nigyta/dfast_core/blob/master/docs/insdc_submission.md#for-a-complete-genome

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

2 participants