|
From: Joel F. M. <joe...@mc...> - 2015-02-03 21:12:58
|
Hi MUMmer developers, I don't know if MUMmer is still supported, but if yes, I have a small suggestion: We use MUMmer with our own Perl version which we load as a module, instead of default system Perl. Therefore, we have PERL5LIB clash issues when MUMmer Perl scripts have a shebang like: "#!/usr/bin/perl" or "#!/usr/bin/perl -w" instead of "#!/usr/bin/env perl". Could you please modify the first shebang line of the following Perl scripts with "#!/usr/bin/env perl"? mapview mummerplot nucmer promer nucmer2xfig dnadiff Thanks for your help. Joël _____________________________________________________ Joël Fillon McGill University and Génome Québec Innovation Centre 740, Dr. Penfield Avenue, Room 4200 Montréal (QC) H3A 0G1 CANADA Phone: 514-398-3311 ext. 00721 E-mail: joe...@mc... |