| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Omics.Types.VcfOptions
Description
Synopsis
Documentation
data VcfOptions Source #
Formatting options for a VCF file.
See: newVcfOptions smart constructor.
Constructors
| VcfOptions' | |
Fields
| |
Instances
newVcfOptions :: VcfOptions Source #
Create a value of VcfOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ignoreFilterField:VcfOptions', vcfOptions_ignoreFilterField - The file's ignore filter field setting.
$sel:ignoreQualField:VcfOptions', vcfOptions_ignoreQualField - The file's ignore qual field setting.
vcfOptions_ignoreFilterField :: Lens' VcfOptions (Maybe Bool) Source #
The file's ignore filter field setting.
vcfOptions_ignoreQualField :: Lens' VcfOptions (Maybe Bool) Source #
The file's ignore qual field setting.