Skip to content

Commit

Permalink
strip keyword substitution from perl scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels authored and Chris Fields committed Jul 29, 2010
1 parent 1d4985c commit 4017a48
Show file tree
Hide file tree
Showing 74 changed files with 0 additions and 76 deletions.
1 change: 0 additions & 1 deletion examples/align/aligntutorial.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/perl -w

# $Id$
# An example of how to use the different alignment tools in bioperl
# to align some sequences

Expand Down
1 change: 0 additions & 1 deletion examples/align/clustalw.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# PURPOSE : Demonstrate possible uses of Bio::Tools::Run::Alignment::Clustalw.pm
# AUTHOR : Peter Schattner schattner@alum.mit.edu
# CREATED : Oct 06 2000
# REVISION : $Id$
#
# INSTALLATION
#
Expand Down
1 change: 0 additions & 1 deletion examples/align/simplealign.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# PURPOSE : Simple driver for Bio::SimpleAlign
# AUTHOR : Ewan Birney birney@sanger.ac.uk
# CREATED : Tue Oct 27 1998
# REVISION : $Id$
#
# INSTALLATION
# If you have installed bioperl using the standard
Expand Down
1 change: 0 additions & 1 deletion examples/biblio/biblio-eutils-example.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
=head1 NAME
biblio-eutils-example.pl
Expand Down
1 change: 0 additions & 1 deletion examples/biblio/biblio-soap-example.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
=head1 NAME
biblio-soap-example.pl
Expand Down
1 change: 0 additions & 1 deletion examples/contributed/nmrpdb_parse.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
use strict;

# This program will read in an NMR derived PDB file containing
Expand Down
1 change: 0 additions & 1 deletion examples/contributed/prosite2perl.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
# prosite2perl -- convert Prosite patterns to Perl regular expressions
#
# Jordan Dimov (jdimov@cis.clarion.edu)
Expand Down
1 change: 0 additions & 1 deletion examples/liveseq/change_gene.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$

use strict;
use Bio::LiveSeq::IO::BioPerl;
Expand Down
1 change: 0 additions & 1 deletion examples/make_primers.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
# Author: cckim@stanford.edu

# Description: This program designs primers for constructing knockouts
Expand Down
1 change: 0 additions & 1 deletion examples/popgen/parse_calc_stats.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/perl -w
# Author: Jason Stajich, jason@bioperl.org
# $Id$
# $Revision: 6576 $

use strict;
Expand Down
1 change: 0 additions & 1 deletion examples/rev_and_trans.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# PURPOSE : Simple driver for Bio::Seq revcom and translate
# AUTHOR : Ewan Birney birney@sanger.ac.uk
# CREATED : Tue Oct 27 1998
# REVISION : $Id$
#
# INSTALLATION
# If you have installed bioperl using the standard
Expand Down
1 change: 0 additions & 1 deletion examples/root/exceptions1.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#
# Author: Steve Chervitz <sac@bioperl.org>
#
# $Id$

use strict;
use lib qw(lib/ ../../);
Expand Down
1 change: 0 additions & 1 deletion examples/root/exceptions2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#
# Author: Steve Chervitz <sac@bioperl.org>
#
# $Id$

use strict;

Expand Down
1 change: 0 additions & 1 deletion examples/root/exceptions3.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#
# Author: Steve Chervitz <sac@bioperl.org>
#
# $Id$

use strict;
use lib qw(lib/ ../../);
Expand Down
1 change: 0 additions & 1 deletion examples/root/exceptions4.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#
# Author: Steve Chervitz <sac@bioperl.org>
#
# $Id$


# Setting this variable simulates not having Error.pm installed.
Expand Down
1 change: 0 additions & 1 deletion examples/searchio/custom_writer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
# STDERR: Progress info.
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$

package MyBlastWriter;

Expand Down
1 change: 0 additions & 1 deletion examples/searchio/hitwriter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
# Bio::SearchIO
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$

use strict;
use lib '../../';
Expand Down
1 change: 0 additions & 1 deletion examples/searchio/hspwriter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
# Bio::SearchIO
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$

use strict;
use lib '../../';
Expand Down
1 change: 0 additions & 1 deletion examples/searchio/htmlwriter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# Bio::SearchIO
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$


use strict;
Expand Down
1 change: 0 additions & 1 deletion examples/searchio/psiblast_features.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# Bio::SearchIO::psiblast
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$

use strict;
use lib '../../';
Expand Down
1 change: 0 additions & 1 deletion examples/searchio/psiblast_iterations.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# Bio::Search::Iteration::IterationI
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$

use strict;
use lib '../../';
Expand Down
1 change: 0 additions & 1 deletion examples/searchio/rawwriter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# Bio::SearchIO::psiblast
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$
#
# TODO:
# * Implement a Bio::SearchIO::Writer::HSPTextWriter object
Expand Down
1 change: 0 additions & 1 deletion examples/searchio/resultwriter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
# Bio::SearchIO
#
# Author: Steve Chervitz <sac@bioperl.org>
# Revision: $Id$


use strict;
Expand Down
1 change: 0 additions & 1 deletion examples/tools/extract_genes.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
=pod
=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion examples/tools/psw.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# PURPOSE : Simple driver for Bio::Tools::pSW
# AUTHOR : Ewan Birney birney@sanger.ac.uk
# CREATED : Tue Oct 27 1998
# REVISION : $Id$
#
# INSTALLATION
#
Expand Down
1 change: 0 additions & 1 deletion examples/tools/reverse-translate.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion examples/tools/run_primer3.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion examples/tools/seq_pattern.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# nucleotide or peptide sequences).
# AUTHOR : Steve Chervitz (sac@bioperl.org)
# CREATED : 28 Aug 1997
# REVISION: $Id$
# USAGE : seq_pattern.pl -h
# COMMENTS:
# This is a driver script for the Bio::Tools::SeqPattern.pm Bioperl module
Expand Down
1 change: 0 additions & 1 deletion examples/tools/standaloneblast.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# PURPOSE : Demonstrate possible uses of Bio::Tools::StandAloneBlast.pm
# AUTHOR : Peter Schattner schattner@alum.mit.edu
# CREATED : Nov 01 2000
# REVISION : $Id$
#
# INSTALLATION
#
Expand Down
1 change: 0 additions & 1 deletion maintenance/authors.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
#
=head1 NAME
Expand Down
3 changes: 0 additions & 3 deletions maintenance/cvs2cl_by_file.pl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
### ###
##############################################################

## $Revision$
## $Date$
## $Author$
##

use strict;
Expand Down
1 change: 0 additions & 1 deletion maintenance/modules.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
#
=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion maintenance/pod.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
#
=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion maintenance/version.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
#
=head1 version
Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-DB-GFF/bulk_load_gff.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$

use strict;
# use lib './blib/lib';
Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-DB-GFF/fast_load_gff.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$

use strict;
# use lib './blib/lib';
Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-DB-GFF/genbank2gff.PLS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use lib '.';

# $Id$
use strict;
use Bio::DB::GFF;
use Getopt::Long;
Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-DB-GFF/generate_histogram.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$

use strict;
use lib '.','./blib','../../blib/lib';
Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-DB-GFF/process_sgd.PLS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/perl -w

# $Id$
# This script will convert from SGD format to GFF format
# See http://db.yeastgenome.org/schema/Schema.html

Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-SeqFeature-Store/bp_seqfeature_delete.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$

use strict;

Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-SeqFeature-Store/bp_seqfeature_gff3.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env perl
# $Id$
# AUTHOR: malcolm.cook@stowers-institute.org

use strict;
Expand Down
1 change: 0 additions & 1 deletion scripts/Bio-SeqFeature-Store/bp_seqfeature_load.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$

use strict;

Expand Down
1 change: 0 additions & 1 deletion scripts/DB/biofetch_genbank_proxy.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!perl -w
# $Id$

# dbfetch style caching proxy for GenBank
use strict;
Expand Down
1 change: 0 additions & 1 deletion scripts/DB/biogetseq.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!perl -w
# $Id$
#
# OBDA Registry compliant sequence retrieval script
#
Expand Down
1 change: 0 additions & 1 deletion scripts/DB/flanks.PLS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!perl
# -*-Perl-*-
# $Id$
#
# Heikki Lehvaslaiho <heikki-at-bioperl-dot-org>
# Finding flanking sequences for a variant.
Expand Down
1 change: 0 additions & 1 deletion scripts/biblio/biblio.PLS
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# martin.senger@gmail.com
# February 2002
#
# $Id$
#-----------------------------------------------------------------------------

use strict;
Expand Down
1 change: 0 additions & 1 deletion scripts/das/das_server.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/perl

# minimal annotation server
# $Id$

use strict;
use Apache::DBI;
Expand Down
1 change: 0 additions & 1 deletion scripts/index/bp_seqret.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
# -*-Perl-*- mode (for emacs)

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion scripts/popgen/composite_LD.PLS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/perl -w
# -*-Perl-*-
# $Id$

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion scripts/popgen/heterogeneity_test.PLS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/perl -w
# -*-Perl-*- (for my emacs)
# $Id$

use strict;

Expand Down
1 change: 0 additions & 1 deletion scripts/searchio/filter_search.PLS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!perl -w
use strict;

# $Id$


=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion scripts/searchio/parse_hmmsearch.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$

use strict;

Expand Down
1 change: 0 additions & 1 deletion scripts/seq/extract_feature_seq.PLS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!perl -w
use strict;
# $Id$
# Author Jason Stajich <jason@bioperl.org>

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion scripts/seq/make_mrna_protein.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!perl -w
# $Id$
#
=head1 NAME

Expand Down
1 change: 0 additions & 1 deletion scripts/seq/seqconvert.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!perl -w
# $Id$

use strict;
use Getopt::Long;
Expand Down
1 change: 0 additions & 1 deletion scripts/seq/seqretsplit.PLS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
# $Id$
#
=head1 NAME

Expand Down
1 change: 0 additions & 1 deletion scripts/seq/split_seq.PLS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!perl -w
use strict;
# $Id$

=head1 NAME

Expand Down
Loading

0 comments on commit 4017a48

Please sign in to comment.