Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filtering error - "Too many parsing exceptions encountered" #51

Open
yeroslaviz opened this issue Jan 27, 2020 · 1 comment
Open

filtering error - "Too many parsing exceptions encountered" #51

yeroslaviz opened this issue Jan 27, 2020 · 1 comment

Comments

@yeroslaviz
Copy link

I'm trying to filter a snp file using the command

 java -jar ~/VarScan.v2.3.9.jar filter  VariantsCalling/1.varScan.snp –-indel-file VariantsCalling/1.varScan.indel –-output-file VariantsCalling/1.varScan.filtered.snp

But I encounter the error

Min coverage:   10
Min reads2:     2
Min strands2:   1
Min var freq:   0.2
Min avg qual:   15
P-value thresh: 0.1
Reading input from VariantsCalling/1.varScan.snp
Chrom   Position        Ref     Var     Cons:Cov:Reads1:Reads2:Freq:P-value     StrandFilter:R1+:R1-:R2+:R2-:pval       SamplesRef      SamplesHet      SamplesHom      SamplesNC       Cons:Cov:Reads1:Reads2:Freq:P-value
Parsing Exception on line:
chr10   12258038        C       T       T:49:0:49:100%:3.925E-29        Pass:0:0:17:32:1E0      0       0       1       0       T:49:0:49:100%:3.925E-29
For input string: "T:49:0:49:100%:3.925E-29"
Parsing Exception on line:
chr10   24381890        T       G       G:10:0:10:100%:5.4125E-6        Pass:0:0:0:10:1E0       0       0       1       0       G:10:0:10:100%:5.4125E-6
For input string: "G:10:0:10:100%:5.4125E-6"
Parsing Exception on line:
chr10   26931820        C       G       G:48:0:48:100%:1.554E-28        Pass:0:0:38:10:1E0      0       0       1       0       G:48:0:48:100%:1.554E-28
For input string: "G:48:0:48:100%:1.554E-28"
Parsing Exception on line:
chr10   42135550        G       T       T:11:0:11:100%:1.4176E-6        Pass:0:0:2:9:1E0        0       0       1       0       T:11:0:11:100%:1.4176E-6
For input string: "T:11:0:11:100%:1.4176E-6"
Parsing Exception on line:
chr10   55848987        C       G       S:56:43:13:23.21%:5.5625E-5     Pass:0.0:39:4:0:13:1.2593E-9    0       1       0       0       S:56:43:13:23.21%:5.5625E-5
For input string: "S:56:43:13:23.21%:5.5625E-5"
Too many parsing exceptions encountered; exiting

any ideas, what I'm doing wrong?

thanks

@JessBuddle
Copy link

Im having same issue - was this ever solved?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants