NAME
symlink_script.pl - install script to create symbolic links
SYNOPSIS
perl Build.pl
./Build install
DESCRIPTION
Used during "./Build install". Only works if the script installation directory used during "perl Build.pl" matches that used for the actual installation during "./Build install". So if you install to a special place, do
perl Build.pl --install_base /home/me
./Build install
not
perl Build.pl
./Build install --install_base /home/me
This script will create a symlink to a script in that same directory. It was written to create a symlink with the name 'bp_pg_bulk_load_gff.pl' that targeted 'bp_bulk_load_gff.pl' but can be extended by adding files to the %symlink_scripts hash.
Perl function 'symlink' is used to keep the script from crashing on systems that don't allow symbolic linking.
SEE ALSO
FEEDBACK
Mailing Lists
User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.
bioperl-l@bioperl.org - General discussion
http://bioperl.org/wiki/Mailing_lists - About the mailing lists
Reporting Bugs
Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web:
https://github.com/bioperl/bioperl-live/issues
AUTHOR - Sendu Bala
Email bix@sendu.me.uk