| 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.FormatOptions
Description
Documentation
data FormatOptions Source #
Formatting options for a file.
See: newFormatOptions smart constructor.
Constructors
| FormatOptions' | |
Fields
| |
Instances
newFormatOptions :: FormatOptions Source #
Create a value of FormatOptions 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:tsvOptions:FormatOptions', formatOptions_tsvOptions - Options for a TSV file.
$sel:vcfOptions:FormatOptions', formatOptions_vcfOptions - Options for a VCF file.
formatOptions_tsvOptions :: Lens' FormatOptions (Maybe TsvOptions) Source #
Options for a TSV file.
formatOptions_vcfOptions :: Lens' FormatOptions (Maybe VcfOptions) Source #
Options for a VCF file.