issues
search
bokulich-lab
/
q2-types-genomics
QIIME 2 types for genomics plugins.
BSD 3-Clause "New" or "Revised" License
6
stars
11
forks
source link
ENH: support for GenomeData[Genes | Proteins]
#22
Closed
misialq
closed
3 years ago
misialq
commented
3 years ago
adds new
GenomeData
type for storing per-genome data
adds two new sequence types:
Genes
and
Proteins
to work with per-genome FASTA files containing multiple gene and protein sequences, respectively
adds tests, where appropriate
Closes #6, #7.
GenomeData
type for storing per-genome dataGenes
andProteins
to work with per-genome FASTA files containing multiple gene and protein sequences, respectivelyCloses #6, #7.