microbiomedata / metaPro

Workflow for meta-proteomics analysis
BSD 2-Clause "Simplified" License
6 stars 3 forks source link

Implement Annotations File Generation #60

Open picowatt opened 1 year ago

picowatt commented 1 year ago

The metaproteomics pipeline will need a new script for either generating a GFF file from Kaiko's output or generate a GFF-like file. In either instance, a script will need to be created to extract this information from a database as well as from Kaiko's generated FASTA. The selected approach will be documented in issue https://github.com/microbiomedata/metaPro/issues/59. A new container (and Dockerfile) may need to be created, but it may be worth investigating integrating this into an already existing container.

TODO

picowatt commented 7 months ago

Kaiko 1.2 will generate gff-like files now, both in JSON and .gff format. Created a task to investigate its integration: #67