Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing '/usr/bin/perl' and similar with '/usr/bin/env perl' #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BuildDatabase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) BuildDatabase.pl
Expand Down
2 changes: 1 addition & 1 deletion LTRPipeline
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) LTRPipeline
Expand Down
2 changes: 1 addition & 1 deletion NeedlemanWunschGotohAlgorithm.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) NeedlemanWunschGotohAlgorithm.pm
Expand Down
2 changes: 1 addition & 1 deletion Refiner
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) Refiner
Expand Down
2 changes: 1 addition & 1 deletion RepModelConfig.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepModelConfig.pm
Expand Down
2 changes: 1 addition & 1 deletion RepeatClassifier
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepeatClassifier
Expand Down
2 changes: 1 addition & 1 deletion RepeatModeler
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepeatModeler
Expand Down
2 changes: 1 addition & 1 deletion RepeatUtil.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepeatUtil.pm
Expand Down
2 changes: 1 addition & 1 deletion SeedAlignmentCollection.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) SeedAlignmentCollection.pm
Expand Down
2 changes: 1 addition & 1 deletion SequenceSimilarityMatrix.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) SequenceSimilarityMatrix.pm
Expand Down
2 changes: 1 addition & 1 deletion TRFMask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) TRFMask
Expand Down
2 changes: 1 addition & 1 deletion util/AutoRunBlocker.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) AutoRunBlocker.pl
Expand Down
2 changes: 1 addition & 1 deletion util/Blocker.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) Blocker.pl
Expand Down
2 changes: 1 addition & 1 deletion util/ClusterPartialMatchingSubs.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
###---------------------------------------------------------------------------##
### File:
### @(#) ClusterPartialMatchingSubs.pl
Expand Down
2 changes: 1 addition & 1 deletion util/CntSubst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Calculates the Jukes and Kimura substitution level of individual
# copies and average level for all copies in a fasta file from a
Expand Down
2 changes: 1 addition & 1 deletion util/Linup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) Linup
Expand Down
2 changes: 1 addition & 1 deletion util/TSD.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) TSD.pl
Expand Down
2 changes: 1 addition & 1 deletion util/alignAndCallConsensus.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) alignAndCallConsensus.pl
Expand Down
2 changes: 1 addition & 1 deletion util/bestwindow.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
###---------------------------------------------------------------------------##
### File:
### @(#) bestwindow.pl
Expand Down
2 changes: 1 addition & 1 deletion util/extendFlankingSeqs.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
###---------------------------------------------------------------------------##
### File:
### @(#) extendFlankingSeqs.pl
Expand Down
2 changes: 1 addition & 1 deletion util/fasta-trf-filter.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) fasta-trf-filter.pl
Expand Down
2 changes: 1 addition & 1 deletion util/generateSeedAlignments.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) generateSeedAlignments
Expand Down
2 changes: 1 addition & 1 deletion util/renameIds.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) renameIDs
Expand Down
2 changes: 1 addition & 1 deletion util/resolveIndels.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) resolveIndels.pl
Expand Down
2 changes: 1 addition & 1 deletion util/rmblast.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) rmblast.pl
Expand Down
2 changes: 1 addition & 1 deletion util/viewMSA.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) viewMSA
Expand Down
2 changes: 1 addition & 1 deletion util/visualizeAlignPNG.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use strict;

#
Expand Down