PEPstrMOD2: Next-generation tertiary structure prediction of chemically modified peptides
673
PEPstrMOD2 is an updated version of PEPstrMOD for predicting 3D structures of chemically modified peptides, supporting both natural and modified residues. It integrates modern folding DL models such as AlphaFold2, and ESMFold, followed by AMBER-based molecular dynamics refinement.
๐ Please cite relevant content for complete details, including the algorithm behind the approach.
Jain et al. PEPstrMOD2: Next-generation tertiary structure prediction of chemically modified and non-natural peptides #Coming Soon#

docker pull --platform linux/amd64 salonirara/pepstrmod2:linux
docker pull --platform linux/amd64 salonirara/pepstrmod2:macos
docker run --rm -v $(pwd):/data salonirara/pepstrmod2:linux -i /data/seq.txt -m alphafold2 -o /data/output2 -s 100 -e vac
docker run --rm -v $(pwd):/data salonirara/pepstrmod2:linux -i test.txt -m alphafold2 -o /data/output2 -s 100 -e vac
-v $(pwd):/data mounts your current directory inside the container.-i /data/seq.txt uses your local sequence file.-m alphafold2 uses the DL model alphafold2 (esmfold can also be used).-o /data/output2 Output files will be written to output2/ in your current directory.-e vac runs the simulation in vacuum (phil = hydrophilic, phob = hydrophobic).docker run --rm --platform=linux/amd64 -v $(pwd):/data salonirara/pepstrmod2:macos -i /data/seq.txt -m esmfold -o /data/output2 -s 100 -e vac
docker run --rm --platform=linux/amd64 -v $(pwd):/data salonirara/pepstrmod2:macos -i test.txt -m esmfold -o /data/output2 -s 100 -e vac
docker run --rm -v "%cd%:/data" salonirara/pepstrmod2:linux -i /data/seq.txt -m esmfold -o /data/output2 -s 100 -e vac
docker run --rm -v "%cd%:/data" salonirara/pepstrmod2:linux -i test.txt -m esmfold -o /data/output2 -s 100 -e vac
sudo chown -R $USER:$USER output2
chmod -R u+rwX output2
PEPstrMOD2 supports the following input formats:
"GA{d}CDEFGH"
>Seq1
GA{d}CDEFGH
>Seq2
ACD{ptm:Beta}FGHIK
Modified residues should be provided using MAP notation inside curly braces.
PEPstrMOD2 generates the following output files inside the specified output directory:
๐ Start predicting chemically modified peptides structures with PEPstrMOD2โ today!
๐ Also available in GitHub: PEPstrMOD2โ
Content type
Image
Digest
sha256:d5f8eeb60โฆ
Size
6.7 GB
Last updated
6 months ago
docker pull salonirara/pepstrmod2:linux