spundhir / PARE

PARE: a computational method to Predict Active Regulatory Elements
http://spundhir.github.io/PARE
GNU General Public License v3.0
10 stars 5 forks source link

Defining which perl to use #3

Closed biobenkj closed 8 years ago

biobenkj commented 8 years ago

Several of the scripts in PARE have a #!/usr/bin/perl -w at the top which can lead to a problem with defining which perl version/installation to use if multiple versions are installed.

Changing it to #!/usr/bin/env perl will allow the user to define which perl installation they would like to use based on whatever comes first in PATH.

Happy to set up a pull request.

spundhir commented 8 years ago

Thanks man. I agree with your observation, and have accordingly edited the #! header. Please feel free to set up a pull request to incorporate further improvements, if any.