-
Notifications
You must be signed in to change notification settings - Fork 22
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
variantFiltration error #182
Comments
Hi @elbakrifz |
when I used, I get A USER ERROR has occurred: ' -T' is not a valid command |
Maybe you should follow gatk doc since you are gatk4? https://gatk.broadinstitute.org/hc/en-us/articles/360037269391-VariantFiltration |
the following CML didn't have "-T" |
Sorry I cannot help. Please post this question GATK help forum (they are GATK experts). |
I was running the following command line : java -Xmx8G -jar /Users/mac/Downloads/gatk-4.1.8.1/gatk-package-4.1.8.1-local.jar -VariantFiltration \ -R /Users/mac/Desktop/LmjFwholegenome_20070731_V5.2.fasta \ -V /Users/mac/Desktop/NGS-/57variants.vcf \ --filterExpression "QD < 2.0 || MQ < 50" -filterName "hard_filtering_snp" / -o /Users/mac/Desktop/NGS-/59varians_filt.vcf
I get :
A USER ERROR has occurred: '-VariantFiltration' is not a valid command.
Did you mean this?
VariantFiltration
Set the system property GATK_STACKTRACE_ON_USER_EXCEPTION (--java-options '-DGATK_STACKTRACE_ON_USER_EXCEPTION=true') to print the stack trace.
The text was updated successfully, but these errors were encountered: