jpuritz / dDocent

a bash pipeline for RAD sequencing
ddocent.com
MIT License
52 stars 41 forks source link

Fixed python3.5 compatibility #26

Closed chollenbeck closed 7 years ago

chollenbeck commented 7 years ago

The python commands in this script assume that python 2.7 is installed. The syntax is not compatible with python 3.5. Conveniently, the perl syntax is the same, so running the same commands with perl is a workaround.