Hello, I am trying to run the tutorial to get a feel for the pipeline before I use my data and compile huge files. I am on step one and running this command:
perl ./GBS-SNP-CROP-1.pl -d PE -b barcodesID.txt -fq L001 -s 1 -e 2 -enz1 TGCA -enz2 CGG
with ./ referencing the folder containing the associated pl files and the .gz, and .txt files.
This is what cygwin returns:
$ perl ./GBS-SNP-CROP-1.pl -d PE -b barcodesID.txt -fq L001 -s 1 -e 2 -enz1 TGCA -enz2 CGG
Bareword found where operator expected at ./GBS-SNP-CROP-1.pl line 6, near ""en" class"
(Missing operator before class?)
Bareword found where operator expected at ./GBS-SNP-CROP-1.pl line 26, near "<title>GBS"
(Missing operator before GBS?)
Bareword found where operator expected at ./GBS-SNP-CROP-1.pl line 26, near "
1.pl"
(Missing operator before pl?)
Can't modify numeric lt (<) in scalar assignment at ./GBS-SNP-CROP-1.pl line 6, near ""en" class"
syntax error at ./GBS-SNP-CROP-1.pl line 6, near ""en" class"
Unrecognized character \xC2; marked by <-- HERE after at master <-- HERE near column 53 at ./GBS-SNP-CROP-1.pl line 26.
I thought this was an error with the pl file so I downloaded it again and still I get the same error.
Thanks in advance for your help.