From 8ce558ab54afb404ef9346d0e3cd83d6608ae4c6 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Tue, 12 Apr 2011 12:56:11 -0500 Subject: [PATCH] mv netinstaller to bp_* and change docs accordingly --- .../utilities/{bioperl_netinstall.pl => bp_netinstall.pl} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename scripts/utilities/{bioperl_netinstall.pl => bp_netinstall.pl} (98%) diff --git a/scripts/utilities/bioperl_netinstall.pl b/scripts/utilities/bp_netinstall.pl similarity index 98% rename from scripts/utilities/bioperl_netinstall.pl rename to scripts/utilities/bp_netinstall.pl index 97faf0950..6ccf7db21 100755 --- a/scripts/utilities/bioperl_netinstall.pl +++ b/scripts/utilities/bp_netinstall.pl @@ -2,11 +2,11 @@ =head1 NAME -bioperl_netinstall.pl +bp_netinstall.pl =head1 SYNOPSIS - bioperl_netinstall.pl -b|--build_param_str BUILD_STRING [options] + bp_netinstall.pl -b|--build_param_str BUILD_STRING [options] options: @@ -25,9 +25,9 @@ options: Net-based installer of BioPerl; this is based on the GBrowse netinstaller and hopefully all references to GBrowse have been removed. Let me know if not. -Save this to disk as "bioperl_netinstall.pl" and run: +Save this to disk as "bp_netinstall.pl" and run: - [sudo] perl bioperl_netinstall.pl + [sudo] perl bp_netinstall.pl =head1 AUTHOR @@ -42,8 +42,8 @@ Scott Cain scain@cpan.org # Universal Net-based installer -# Save this to disk as "bioperl_netinstall.pl" and run: -# perl bioperl_netinstall.pl +# Save this to disk as "bp_netinstall.pl" and run: +# perl bp_netinstall.pl use warnings; use strict; -- 2.11.4.GIT