Protein Active Site Validation
Post-homology search validation and partitioning of sequences by specific residues (active sites, conserved residues, etc).
For background and motivation as well as information on installation and usage, please visit the documentation website.
If you use pasv, please cite the PASV preprint. Thank you!!
Copyright (c) 2017 - 2023 Ryan Moore.
Licensed under the Apache License, Version 2.0 or the MIT license, at your option. This program may not be copied, modified, or distributed except according to those terms.
The default branch was recently renamed from master
to main
. If you have a local clone of the repository, you will need to update it.
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a