Description
Hello,
I ran Bis-SNP1.0.0 from he prompt line using the following command:
(Java version: JDK8)
java -Xmx10g -jar BisSNP-1.0.0.jar
-R mm10.fa
-I file.bam
-T BisulfiteCountCovariates
-knownSites dbSNP-150.vcf
-cov ReadGroupCovariate
-cov QualityScoreCovariate
-cov CycleCovariate
-recalFile File.csv
and got the following result:
ERROR A USER ERROR has occurred (version 3.8-1-0-gf15c1c3ef):
ERROR
ERROR This means that one or more arguments or inputs in your command are incorrect.
ERROR The error message below tells you what is the problem.
ERROR
ERROR If the problem is an invalid argument, please check the online documentation guide
ERROR (or rerun your command with --help) to view allowable command-line arguments for this tool.
ERROR
ERROR Visit our website and forum for extensive documentation and answers to
ERROR commonly asked questions https://software.broadinstitute.org/gatk
ERROR
ERROR Please do NOT post this error to the GATK forum unless you have really tried to fix it yourself.
ERROR
ERROR MESSAGE: Invalid command line: Malformed walker argument: Could not find walker with name: BisulfiteCountCovariates
ERROR
I can't find the BisulfiteCountCovariate.java walker in BisSNP files could that at least part of the probelm?
Thanks for helping