Developed by Dr. Hariprasad Gali, Ph.D., Associate Professor, Department of Pharmaceutical Sciences, College of Pharmacy, The University of Oklahoma Health Sciences Center, Oklahoma City, OK 73117.
Email address to report bugs: [email protected].
For details, read this paper (http://journals.sagepub.com/doi/full/10.1177/2472630316685844).
- Install the following packages:
- Python (https://www.python.org/downloads/)
- pyserial (https://pypi.python.org/pypi/pyserial)
- pyFirmata (https://pypi.python.org/pypi/pyFirmata)
- Arduino Software (https://www.arduino.cc/en/Main/Software)
- Upload standard firmata to the Arduino board from the File menu on the Arduino IDE, select Examples/Firmata/Standard Firmata and upload the file to the Arduino board.
- Create folders named "sequence" and "output" within the same folder where PepSy.py and PepSy-manual.py scripts are saved.
- Save device configuration file (config.txt) in the same folder where PepSy.py and PepSy-manual.py scripts are saved.
- Create a sequence configuration file (see example templete.txt) for each run and save it in the "sequence" folder.
- An output file is generated for each run and saved in the "output" folder.
- PepSy.py script is written for operating the PepSy in a fully automatic mode.
- PepSy-manual.py script is written for operating the PepSy in a fully manual mode and to clean amino acid/reagent lines.
- Scripts were tested only with Python 3.5.0.