From a4eec472dd305e7c296db30cf4e66864d659e395 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Thu, 7 Jul 2016 11:42:07 -0500 Subject: [PATCH] add in Debian patches courtesy, courtesy @mr-c and @tillea References #174 --- examples/db/getGenBank.pl | 2 +- examples/db/get_seqs.pl | 2 +- examples/generate_random_seq.pl | 2 +- examples/searchio/psiblast_features.pl | 2 +- examples/structure/structure-io.pl | 2 +- examples/tk/hitdisplay.pl | 2 +- examples/tools/gb_to_gff.pl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/db/getGenBank.pl b/examples/db/getGenBank.pl index 01ea6b7f9..b2621d482 100755 --- a/examples/db/getGenBank.pl +++ b/examples/db/getGenBank.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # How to retrieve GenBank entries over the Web # diff --git a/examples/db/get_seqs.pl b/examples/db/get_seqs.pl index cf2df29ae..29c1cf646 100755 --- a/examples/db/get_seqs.pl +++ b/examples/db/get_seqs.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use strict; use vars qw($USAGE); use Carp; diff --git a/examples/generate_random_seq.pl b/examples/generate_random_seq.pl index 2849facff..9eb44bfe3 100755 --- a/examples/generate_random_seq.pl +++ b/examples/generate_random_seq.pl @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/perl use strict; use vars qw($USAGE); diff --git a/examples/searchio/psiblast_features.pl b/examples/searchio/psiblast_features.pl index e6fbf0c4d..e98a362b7 100755 --- a/examples/searchio/psiblast_features.pl +++ b/examples/searchio/psiblast_features.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # Example usage of a SearchIO::psiblast parser of traditional format Blast # and PSI-Blast reports. diff --git a/examples/structure/structure-io.pl b/examples/structure/structure-io.pl index 8cec9b4ff..37d6feec1 100755 --- a/examples/structure/structure-io.pl +++ b/examples/structure/structure-io.pl @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/perl # Getting Entry, Chain, Residue, and Atom objects given a PDB file use Bio::Structure::IO; diff --git a/examples/tk/hitdisplay.pl b/examples/tk/hitdisplay.pl index 97a41ad65..e808a5867 100755 --- a/examples/tk/hitdisplay.pl +++ b/examples/tk/hitdisplay.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # PROGRAM : hitdisplay.pl # PURPOSE : Demonstrate Bio::Tk::HitDisplay diff --git a/examples/tools/gb_to_gff.pl b/examples/tools/gb_to_gff.pl index bacf12adb..eee2ec098 100755 --- a/examples/tools/gb_to_gff.pl +++ b/examples/tools/gb_to_gff.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use strict; use Bio::Tools::GFF; -- 2.11.4.GIT