nerve-bio / NERVE

NERVE is an user-friendly software environment for the in silico identification of the best vaccine candidates from whole proteomes of bacterial pathogens. The purpose of this project is to update it, implementing new modules with machine learning based methods, and improving the performance of the already implemented ones.
MIT License
5 stars 5 forks source link

New fasta file parser #12

Closed FranceCosta closed 2 years ago

FranceCosta commented 2 years ago

A new fasta file parser should be created that does not cut input sequence names as SeqIO from Biopython does. SeqIO should be maintained and used just to validate input file format.

FranceCosta commented 2 years ago

Solved