gogol-genomics-0.0.1: Google Genomics SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Genomics.ReadGroupSets.Export

Contents

Description

Exports a read group set to a BAM file in Google Cloud Storage. Note that currently there may be some differences between exported BAM files and the original BAM file at the time of import. See ImportReadGroupSets for caveats.

See: API Reference for genomics.readgroupsets.export.

Synopsis

REST Resource

type ReadGroupSetsExportResource = "v1" :> ("readgroupsets" :> (CaptureMode "readGroupSetId" "export" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ExportReadGroupSetRequest :> Post `[JSON]` Operation))))))))))) Source

A resource alias for genomics.readgroupsets.export method which the ReadGroupSetsExport request conforms to.

Creating a Request

data ReadGroupSetsExport Source

Exports a read group set to a BAM file in Google Cloud Storage. Note that currently there may be some differences between exported BAM files and the original BAM file at the time of import. See ImportReadGroupSets for caveats.

See: readGroupSetsExport smart constructor.

Request Lenses

rgseReadGroupSetId :: Lens' ReadGroupSetsExport Text Source

Required. The ID of the read group set to export.

rgseUploadProtocol :: Lens' ReadGroupSetsExport (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

rgsePp :: Lens' ReadGroupSetsExport Bool Source

Pretty-print response.

rgseUploadType :: Lens' ReadGroupSetsExport (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").