Opened 5 years ago

Last modified 5 years ago

#1082 closed enhancement

HaplotypeCaller should not write command line parameters in result file — at Initial Version

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v4.21
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

Just in case the command line contains some sensitive information. HaplotypeCaller is currently used in two places:

  • During Hisat alignment to generate a VCF file for QC checks
  • In the mBAF analysis step to generate a VCF file for calculating mBAF

Both of those steps seems to be fine with respect to sensitive information and there is no need to fix the existing VCF files.

Existing VCF files can easily be fixed by searching for a line starting with ##GATKCommandLine (it should be near the top of the file) and remove it.

Change History (0)

Note: See TracTickets for help on using tickets.