sdparekh / zUMIs

zUMIs: A fast and flexible pipeline to process RNA sequencing data with UMIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shebang line in perl scripts

samfux84 opened this issue · comments

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

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