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

Default the perl interpreter to the first one in $PATH... #28

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 ArrayList.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line and all others in the modules (*.pm) should be removed.

##---------------------------------------------------------------------------##
## File:
## @(#) ArrayList.pm
Expand Down
2 changes: 1 addition & 1 deletion ArrayListIterator.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) ArrayListIterator.pm
Expand Down
2 changes: 1 addition & 1 deletion CrossmatchSearchEngine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) CrossmatchSearchEngine.pm
Expand Down
2 changes: 1 addition & 1 deletion DFAM.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) DFAM.pm
Expand Down
2 changes: 1 addition & 1 deletion DFAMRecord.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) DFAMRecord.pm
Expand Down
2 changes: 1 addition & 1 deletion DateRepeats
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) DateRepeats
Expand Down
2 changes: 1 addition & 1 deletion DeCypherSearchEngine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) DeCypherSearchEngine.pm
Expand Down
2 changes: 1 addition & 1 deletion DupMasker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) DupMasker
Expand Down
2 changes: 1 addition & 1 deletion EMBL.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) EMBL.pm
Expand Down
2 changes: 1 addition & 1 deletion FastaDB.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) FastaDB.pm
Expand Down
2 changes: 1 addition & 1 deletion HMMERSearchEngine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) HMMERSearchEngine.pm
Expand Down
2 changes: 1 addition & 1 deletion LibraryUtils.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/u1/local/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) LibraryUtils.pm
Expand Down
2 changes: 1 addition & 1 deletion Matrix.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) Matrix.pm
Expand Down
2 changes: 1 addition & 1 deletion NCBIBlastSearchEngine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) NCBIBlastSearchEngine.pm
Expand Down
2 changes: 1 addition & 1 deletion NCBIBlastXSearchEngine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) NCBIBlastXSearchEngine.pm
Expand Down
2 changes: 1 addition & 1 deletion PRSearchResult.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) PRSearchResult.pm
Expand Down
2 changes: 1 addition & 1 deletion ProcessRepeats
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) ProcessRepeats
Expand Down
2 changes: 1 addition & 1 deletion PubRef.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) PubRef.pm
Expand Down
2 changes: 1 addition & 1 deletion RepbaseEMBL.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepbaseEMBL.pm
Expand Down
2 changes: 1 addition & 1 deletion RepbaseRecord.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepbaseRecord.pm
Expand Down
2 changes: 1 addition & 1 deletion RepeatMasker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepeatMasker
Expand Down
2 changes: 1 addition & 1 deletion RepeatMaskerConfig.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepeatMaskerConfig.pm
Expand Down
2 changes: 1 addition & 1 deletion RepeatProteinMask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepeatProteinMask
Expand Down
2 changes: 1 addition & 1 deletion RepeatRecord.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) RepeatRecord.pm
Expand Down
2 changes: 1 addition & 1 deletion SearchEngineI.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) SearchEngineI.pm
Expand Down
2 changes: 1 addition & 1 deletion SearchResult.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) SearchResult.pm
Expand Down
2 changes: 1 addition & 1 deletion SearchResultCollection.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) SearchResultCollection.pm
Expand Down
2 changes: 1 addition & 1 deletion SeqDBI.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/tools/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) SeqDBI.pm
Expand Down
2 changes: 1 addition & 1 deletion SimpleBatcher.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/tools/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) SimpleBatcher.pm
Expand Down
2 changes: 1 addition & 1 deletion TRF.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) TRF.pm
Expand Down
2 changes: 1 addition & 1 deletion TRFResult.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) TRFResult.pm
Expand Down
2 changes: 1 addition & 1 deletion TRFSearchResult.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) TRFTRFSearchResult.pm
Expand Down
2 changes: 1 addition & 1 deletion Taxonomy.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) Taxonomy.pm
Expand Down
2 changes: 1 addition & 1 deletion WUBlastSearchEngine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) WUBlastSearchEngine.pm
Expand Down
2 changes: 1 addition & 1 deletion WUBlastXSearchEngine.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) WUBlastXSearchEngine.pm
Expand Down
2 changes: 1 addition & 1 deletion t/TEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

use strict;

Expand Down
2 changes: 1 addition & 1 deletion util/buildRMLibFromEMBL.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) buildRMLibFromEMBL.pl
Expand Down
2 changes: 1 addition & 1 deletion util/buildSummary.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) buildSummary
Expand Down
2 changes: 1 addition & 1 deletion util/calcDivergenceFromAlign.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) calcDivergenceFromAlign.pl
Expand Down
2 changes: 1 addition & 1 deletion util/createRepeatLandscape.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) createRepeatLandscape.pl
Expand Down
2 changes: 1 addition & 1 deletion util/dupliconToSVG.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
##---------------------------------------------------------------------------##
## File:
## @(#) dupliconToSVG.pl
Expand Down
2 changes: 1 addition & 1 deletion util/getRepeatMaskerBatch.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) getRepeatMaskerBatch.pl
Expand Down
2 changes: 1 addition & 1 deletion util/queryRepeatDatabase.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) queryRepeatDatabase.pl
Expand Down
2 changes: 1 addition & 1 deletion util/queryTaxonomyDatabase.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) queryTaxonomyDatabase.pl
Expand Down
2 changes: 1 addition & 1 deletion util/rmOut2Fasta.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) rmOut2Fasta.pl
Expand Down
2 changes: 1 addition & 1 deletion util/rmOutToGFF3.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) rmOutToGFF3.pl
Expand Down
2 changes: 1 addition & 1 deletion util/rmToUCSCTables.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) rmToUCSCTables.pl
Expand Down
2 changes: 1 addition & 1 deletion util/trfMask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) trfMask
Expand Down
2 changes: 1 addition & 1 deletion util/wublastToCrossmatch.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl
##---------------------------------------------------------------------------##
## File:
## @(#) wublastToCrossmatch.pl
Expand Down