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
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
When performing ortholog search with the eggnog-mapper, it is possible to output a bunch of GFF files with information on the actual gene predictions for each fasta file. We should expose this as an additional result artifact, if possible - the GenomeData[Loci] type seems like a suitable choice. Also, when prodigal is used for gene prediction, outputting the actual gene sequences is possible and could also be exposed using GenomeData[Gene].
Additional context
There is a mention of this functionality here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
When performing ortholog search with the eggnog-mapper, it is possible to output a bunch of GFF files with information on the actual gene predictions for each fasta file. We should expose this as an additional result artifact, if possible - the
GenomeData[Loci]
type seems like a suitable choice. Also, when prodigal is used for gene prediction, outputting the actual gene sequences is possible and could also be exposed usingGenomeData[Gene]
.Additional context
There is a mention of this functionality here.
The text was updated successfully, but these errors were encountered: