[go: up one dir, main page]

Skip to content

mooreryan/pasv

Repository files navigation

PASV

Build and Test Build and Test Static Generate Docs

code on GitHub GitHub issues Coverage Status

Protein Active Site Validation

Post-homology search validation and partitioning of sequences by specific residues (active sites, conserved residues, etc).

Documentation

For background and motivation as well as information on installation and usage, please visit the documentation website.

Citation

If you use pasv, please cite the PASV preprint. Thank you!!

License

license MIT or Apache 2.0

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.

Hacking

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