argv: Subscript out of range.
1
0
Entering edit mode
18 months ago
Neel ▴ 20

Hi, I am using ksnp3 and it work earlier but now it didn't. Does anyone know anything about it?

./kSNP3 -in fasta_list -k 13 -outdir out1 -core -CPU 30 -NJ -vcf  -debug
Location of kSNP scripts: 
/home/bvs/ksnp/kSNP3
The home directory is /home/bvs/ksnp/kSNP3
argv: Subscript out of range.

Thank you!

ksnp3 • 817 views
ADD COMMENT
0
Entering edit mode

edit the script (it is a bash script) and add

set -uex

after the first line

then you can see exactly where it fails.

ADD REPLY
0
Entering edit mode
18 months ago
M.O.L.S ▴ 100

It looks like the number 13 is too high (or low) . Do you have 13 of those k's?

ADD COMMENT

Login before adding your answer.

Traffic: 2681 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