cutprimers.sh error
Hello Brian!
I tried to extract a region of interest from the SILVA database with cutprimers.sh (from BBMap v.35.66) and encountered the following error:
I split the database and found that only a small part causes this error, but I can not figure out what is wrong with it. I would appreciate your help.
Reproducible example:
File is in the attachment.
Edit: Thanks a lot for the fix! With v.35.68 everything works fine!
Hello Brian!
I tried to extract a region of interest from the SILVA database with cutprimers.sh (from BBMap v.35.66) and encountered the following error:
Code:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.util.Arrays.copyOfRange(Arrays.java:2551) at jgi.CutPrimers.process(CutPrimers.java:166) at jgi.CutPrimers.main(CutPrimers.java:35)
Reproducible example:
Code:
msa.sh in=ERR.fasta out=pr1.sam literal="CCGTTCTTAGTTGGTGG" msa.sh in=ERR.fasta out=pr2.sam literal="TAACAAGGTTTCCGTAGGTG" cutprimers.sh in=ERR.fasta out=ERR_cut.fasta sam1=pr1.sam sam2=pr2.sam
Edit: Thanks a lot for the fix! With v.35.68 everything works fine!
Comment