VRITools is a collection of Python tools designed as a remedy for the most common, small headaches encountered when studying variant residues at Protein-Protein Interactions (PPIs).
TODO: Instructions on how to install the package.
To use the mutation code parser from the command line:
$ vritools mutation_code -c "G123C" -w
To convert between three-letter and one-letter amino acid codes:
$ vritools convert [CODE]
To create a mutated version of a FASTA file:
$ vritools mutate_fasta [FASTA_FILE] [MUTATION_CODE] [OUTPUT_FOLDER]
TODO: Guidelines for contributing to this project.
This project is licensed under the MIT License. See the LICENSE file for details.
TODO: Any acknowledgements or credits.