Calculate nutritional information for virus genomes. This simple program can take as input any fasta file (proteins or genomes) and output nutritional information such as average nitrogen/sulfur per sidechain (protein), nitrogen: carbon ratio, protein carbon content, etc.

Pandas and numpy (Python packages)
- -i: Folder with DNA files in fasta format
- -p: Folder with protein files in fasta format
You don't need both of these to run the program.
NutriVi Copyright (C) 2023 Benjamin Minch
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT License for more details.