You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already run Pyrodigal on ~50k genomes and would like to run GECCO on these genomes without rerunning Pyrodigal in the backend. Is there similar usage to antiSMASH where precompute gene models can be provided via GFF? If so, what command can I run? If not, would this be in scope to add in a future update?
The text was updated successfully, but these errors were encountered:
Hi @jolespin, you can use pre-computed genes if they are in GenBank, but not in GFF at the moment. I will try to update for GFFs once I get some more time 👍
Awesome thank you. Is there a reliable GFF to Genbank CLI tool you recommend in the meantime? Also, saw you updated Pyrodgial CLI with multithreaded mode! Nice.
It will just copy the coordinates and IDs of the genes from the GFF and the sequence from the FASTA file into a GenBank file, and then you can tell GECCO to use the CDS features:
I have already run Pyrodigal on ~50k genomes and would like to run GECCO on these genomes without rerunning Pyrodigal in the backend. Is there similar usage to
antiSMASH
where precompute gene models can be provided via GFF? If so, what command can I run? If not, would this be in scope to add in a future update?The text was updated successfully, but these errors were encountered: