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.Import

Contents

Description

Creates read group sets by asynchronously importing the provided information. The caller must have WRITE permissions to the dataset. ## Notes on BAM import - Tags will be converted to strings - tag types are not preserved - Comments (`'CO`) in the input file header will not be preserved - Original header order of references (`'SQ`) will not be preserved - Any reverse stranded unmapped reads will be reverse complemented, and their qualities (and "BQ" tag, if any) will be reversed - Unmapped reads will be stripped of positional information (reference name and position)

See: API Reference for genomics.readgroupsets.import.

Synopsis

REST Resource

type ReadGroupSetsImportResource = "v1" :> ("readgroupsets:import" :> (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]` ImportReadGroupSetsRequest :> Post `[JSON]` Operation)))))))))) Source

A resource alias for genomics.readgroupsets.import method which the ReadGroupSetsImport request conforms to.

Creating a Request

readGroupSetsImport Source

Creates a value of ReadGroupSetsImport with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ReadGroupSetsImport Source

Creates read group sets by asynchronously importing the provided information. The caller must have WRITE permissions to the dataset. ## Notes on BAM import - Tags will be converted to strings - tag types are not preserved - Comments (`'CO`) in the input file header will not be preserved - Original header order of references (`'SQ`) will not be preserved - Any reverse stranded unmapped reads will be reverse complemented, and their qualities (and "BQ" tag, if any) will be reversed - Unmapped reads will be stripped of positional information (reference name and position)

See: readGroupSetsImport smart constructor.

Request Lenses

rgsiUploadProtocol :: Lens' ReadGroupSetsImport (Maybe Text) Source

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

rgsiPp :: Lens' ReadGroupSetsImport Bool Source

Pretty-print response.

rgsiUploadType :: Lens' ReadGroupSetsImport (Maybe Text) Source

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