molgenis / gavin-plus

A platform for standardized modular downstream genome analysis.
GNU Lesser General Public License v3.0
3 stars 8 forks source link

Used allele frequency field should be parameterized #61

Open joerivandervelde opened 6 years ago

joerivandervelde commented 6 years ago

Right now we have hard-coded EXAC_AF, but of course since GnomAD release we want to use that for better results. Or perhaps someone wants to use other allele frequencies for some reason. Therefore we need a cmdline argument that specifies the main AF field to use in the data to be analysed, e.g. --maffield=GNOMAD_AF or --maffield=EXAC_AF (default to keep original behaviour?).