Error in a custom Perl script for detecting recombination
1
0
Entering edit mode
7.9 years ago
jigarnt ▴ 30

Hi All,

I am trying to run this custom perl script available on GIThub for detecting recombination through Four-gamete test. As this is my first hands on Perl, I am not able to figure out where I am going wrong. Although I know the basic do's and dont's of a running scripts on command prompt/terminal. I am pasting the error below. Any comments/suggestions/inputs are appreciated:

C:\Users\Jigar>cd C:\Perl64\bin
C:\Perl64\bin>perl rmincutter.pl -i example.fasta
Bareword found where operator expected at rmincutter.pl line 6, near ""en" class"
        (Missing operator before class?)
Bareword found where operator expected at rmincutter.pl line 26, near "<title>rmin_cut"
        (Missing operator before rmin_cut?)
Can't modify numeric lt (<) in scalar assignment at rmincutter.pl line 6, near ""en" class"
syntax error at rmincutter.pl line 6, near ""en" class"
Unrecognized character \xC2; marked by <-- HERE after at master <-- HERE near column 45 at rmincutter.pl line 26.
C:\Perl64\bin> "perl rmincutter.pl -i example.fasta"
'"perl rmincutter.pl -i example.fasta"' is not recognized as an internal or external command,
operable program or batch file.
C:\Perl64\bin> "perl rmincutter.pl -i example.fasta
'"perl rmincutter.pl -i example.fasta' is not recognized as an internal or external command,
operable program or batch file.
perl recombination syntax error • 2.6k views
ADD COMMENT
0
Entering edit mode

Seems you are using windows. Which perl you are using strawberry perl, active perl? and can you provide the link for GitHub repo?

ADD REPLY
0
Entering edit mode

Hi Venu,

Thanks for your response. I also ran this script in linux but I am getting the same error. I suspect there is an issue with the script. Whats your take?

ADD REPLY
0
Entering edit mode

I got this script from GitHub and it runs just fine on my Ubuntu installation (assuming this is the script you're talking about). In this version, line 6 is an empty commented line so your script seems different from the one I got on GitHub. I suggest you download the script again and try again. As the bareword error seems to come from the comments at the top of the script, it could be that you accidentally uncommented a line or maybe added some characters somewhere at the top.

ADD REPLY

Login before adding your answer.

Traffic: 1660 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6