Converts any L-protein into its mirror-image D-form.
- python3
Simply clone this repository into a directory of your liking
cd ilikethisdirectory
git clone https://github.com/kcaliban/LtoD.git To convert a whole directory of .PDB files
python3 LtoD.py infolder outfolderTo convert a single .PDB file
python3 LtoD.py infile outfileSee LICENSE file