sdparekh / zUMIs

zUMIs: A fast and flexible pipeline to process RNA sequencing data with UMIs
GNU General Public License v3.0
271 stars 67 forks source link

Shebang line in perl scripts #261

Closed samfux84 closed 3 years ago

samfux84 commented 3 years ago

Hi,

Please consider using the following shebang line for perl scripts

!/usr/bin/env perl

instead of

!/usr/bin/perl

as this is more flexible and allows the users to also use a perl interpreter that is not installed in a standard location (/usr/bin)

Best regards

Sam

sdparekh commented 3 years ago

Thank you! That indeed is a good input. We will make these changes in the next release.