bcgsc / HLAminer

⛏ HLA predictions from NGS shotgun data
Other
51 stars 15 forks source link

./parseXMLblast.pl #4

Closed yubau1112 closed 5 years ago

yubau1112 commented 5 years ago

$ ./parseXMLblast.pl

-bash: ./parseXMLblast.pl: /home/martink/bin/perl: bad interpreter: No such file or directory

How can I solve this? thank you all

warrenlr commented 5 years ago

in : parseXMLblast.pl

replace the first line to :

/usr/bin/perl

(or type : which perl at the unix prompt and replace the first line to the full path of perl on your system.)

Alternatively, you may run :

perl ./parseXMLblast.pl

--This will effectively bypass the first line of the perl script and execute with the specified perl on your system.