In Silico Trypsin/Lys-C Clevage Site Prediction
Python 3.7 Install Biopython
conda install -c conda-forge biopython
Biopython Install guide with Anaconda
python Trypsin-lysC_clevage_predict.py -i <input fasta file> -o <input fasta file> -miss <Allow missclevage> -min <Minimum length of digested peptide>
python Trypsin-lysC_clevage_predict.py -i example.fa -o output.fa -miss 2 -min 6