How to solve "String index out of Range" problem in macse.jar
0
2
Entering edit mode
4.4 years ago
kabir.deb ▴ 80

I'm trying to run macse.jar file in my sequence to replace internal stop codons from multifasta sequence using below command

for i in *.fna
do
echo "${i}"
 java -jar macse.jar -prog exportAlignment -align "${i}" -ambi_OFF true -canonize_ON true -codonForFinalStop --- -codonForInternalFS NNN -codonForInternalStop NNN -out_AA "${i}"aaR.faa -out_AA_consensus  "${i}"aaCR.faa -out_NT "${i}"nuR.fasta -out_NT_consensus "${i}"nuCR.fasta -out_stat_per_seq "${i}"statseq.csv -out_stat_per_site "${i}"statsite.csv
done;

But after running it is showing

String index out of range: 2823

KIndly help to get rid of this problem.

Thanks

macse java • 961 views
ADD COMMENT
0
Entering edit mode

looks like a programming error or a poor error message. Isn't there a full stack trace ?

ADD REPLY

Login before adding your answer.

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