Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

JexlEngine - ![0,14]: 'ReadPosRankSum < -20.0;' undefined variable ReadPosRankSum For GATK VariantFiltration

0

8 comments

  • Avatar
    Gökalp Çelik

    Hi Y R

    Warning messages are normal since not all the variant contexts have all the info tags present. Those that do not have those tags will throw this warning. Output file will still be valid.

    Regards. 

    0
    Comment actions Permalink
  • Avatar
    Y R

    Thank you. Is there a way to suppress warnings unless it is an error?

    0
    Comment actions Permalink
  • Avatar
    Gökalp Çelik

    Sure you can. There is a parameter for suppressing logs unless a certain level is reached. 

    --verbosity <LogLevel>        Control verbosity of logging.  Default value: INFO. Possible values: {ERROR, WARNING,
                                  INFO, DEBUG}

    Setting this parameter to ERROR will suppress all logs unless it is an error message. But this also means that you will lose all the info messages along the way. 

    Regards. 

     

    0
    Comment actions Permalink
  • Avatar
    Y R

    Gökalp Çelik If I set the verbosity to `--verbosity ERROR` will it only show the errors or will it show everything but the errors? Would this suppress the warnings I am getting? Or should I do something else?

    0
    Comment actions Permalink
  • Avatar
    Gökalp Çelik

    It will only show errors. INFO and WARNING messages will be gone. 

    0
    Comment actions Permalink
  • Avatar
    Y R

    Gökalp Çelik Therefore that is the best option for a script that has already been debugged to suppress the warning messages? Is there anything else you would suggest?

    0
    Comment actions Permalink
  • Avatar
    Gökalp Çelik

    That is how GATK logger is configured in the source. If you think this behavior is wrong or unacceptable we are open for suggestions and pull requests (not without a stringent review of course) to accomodate better options.

    0
    Comment actions Permalink
  • Avatar
    Y R

    I was just curious. Thank you Gökalp Çelik.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk