Varscan copynumber running problem
1
1
Entering edit mode
6.4 years ago

Hi,

I am trying to call CNV using Varscan. It needs two samples, normal and tumor. but I run into the error message as follows:

Normal Pileup: normal.mpileup Tumor Pileup: tumor.mpileup Min coverage: 10 Min avg qual: 15 P-value thresh: 0.01 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5 at net.sf.varscan.Copynumber.<init>(Copynumber.java:693) at net.sf.varscan.VarScan.copynumber(VarScan.java:328) at net.sf.varscan.VarScan.main(VarScan.java:209)

And the process halted.

My command line : java -jar ../../../software/VarScan.v2.3.9.jar copynumber normal.mpileup tumor.mpileup 007_008_glio --min-coverage 10

pileup files were generated using samtools with the command line:

samtools mpileup -f snp_1p19q.fa normal_sorted.bam > normal.mpileup

So I have no idea what has caused the error, Thank you for your help.

CNV VarScan • 1.7k views
ADD COMMENT
0
Entering edit mode

I am facing the same issue, Please update if you come across any solution. Thanks

ADD REPLY
0
Entering edit mode

Hi, I use another set of data to generate pileup file, and the result is fine. The difference between the two sets of data is that if the adaptor sequence had been clean removed. And the other set of data was aligned with bowtie not bwa. I don't know if this is the reason. One of my colleagues also mentioned the Java version. I use java 1.8, and he recommended that may I can try 1.7. I hope that you can fix the problem soon.

ADD REPLY
0
Entering edit mode
6.4 years ago
chen ★ 2.5k

I suggest you to file an issue at VarScan's github page https://github.com/dkoboldt/varscan

ADD COMMENT

Login before adding your answer.

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