nh13 / DWGSIM

Whole Genome Simulator for Next-Generation Sequencing
GNU General Public License v2.0
92 stars 36 forks source link

Perl executables #16

Closed jerowe closed 8 years ago

jerowe commented 8 years ago

Perl executables are

!/bin/perl and #!/usr/bin/perl.

It would be much nicer if they were

!/usr/bin/env perl

nh13 commented 8 years ago

I agree, are you able to make a pull request and I will merge it in?

jerowe commented 8 years ago

Sure.

On 01/17/2016 10:34 AM, Nils Homer wrote:

I agree, are you able to make a pull request and I will merge it in?

— Reply to this email directly or view it on GitHub https://github.com/nh13/DWGSIM/issues/16#issuecomment-172295761.

nh13 commented 8 years ago

Fixed: https://github.com/nh13/DWGSIM/pull/17