Warning
suvtk is still under active development. If you encounter any problems, please let me know by creating an issue.
Tool to submit viral sequences to Genbank.
Documentation for the tool (including installation instruction) is available here.
For help, run:
suvtk --helpYou can also use:
python -m suvtk --helpTo contribute to this tool, first checkout the code. Then create a new virtual environment:
cd suvtk
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'To run the tests:
python -m pytest