From: Mitch S. <mit...@be...> - 2009-10-19 21:11:11
|
Martin A. Hansen wrote: > generate-json.pl <http://generate-json.pl> > generate-names.pl <http://generate-names.pl> > gff-to-json.pl <http://gff-to-json.pl> > prepare-refseqs.pl <http://prepare-refseqs.pl> > > all have a hardcoded path to #!/usr/bin/perl which means that the > scripts will run on the system's perl and not on my locally installed > perl - which has the required Bioperl installed. > > Please consider changing the shebang to #!/usr/bin/env perl Done. http://github.com/jbrowse/jbrowse/commit/79ab79e07be80e480d1d20609813226cc1655131 Also, you appear to have an old version of JBrowse; the names of the scripts in the bin/ directory changed a while back. Did you download it recently? If so, from where? Regards, Mitch |