Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Poseidon.ColumnTypesSSF
Synopsis
- data SSFUDG
- data SSFLibraryBuilt
- newtype SSFAccessionIDSample = SSFAccessionIDSample AccessionID
- newtype SSFAccessionIDStudy = SSFAccessionIDStudy AccessionID
- newtype SSFAccessionIDRun = SSFAccessionIDRun AccessionID
- newtype SSFSampleAlias = SSFSampleAlias Text
- newtype SSFSecondarySampleAccession = SSFSecondarySampleAccession Text
- newtype SSFFirstPublicSimpleDate = SSFFirstPublicSimpleDate Day
- newtype SSFLastUpdatedSimpleDate = SSFLastUpdatedSimpleDate Day
- newtype SSFInstrumentModel = SSFInstrumentModel Text
- newtype SSFLibraryLayout = SSFLibraryLayout Text
- newtype SSFLibrarySource = SSFLibrarySource Text
- newtype SSFInstrumentPlatform = SSFInstrumentPlatform Text
- newtype SSFLibraryName = SSFLibraryName Text
- newtype SSFLibraryStrategy = SSFLibraryStrategy Text
- newtype SSFFastqFTPURI = SSFFastqFTPURI Text
- newtype SSFFastqASPERAURI = SSFFastqASPERAURI Text
- newtype SSFFastqBytes = SSFFastqBytes Integer
- newtype SSFFastqMD5 = SSFFastqMD5 Text
- isMD5Hash :: Text -> Bool
- newtype SSFReadCount = SSFReadCount Integer
- newtype SSFSubmittedFTPURI = SSFSubmittedFTPURI Text
Documentation
A datatype for the udg .ssf column
Instances
Bounded SSFUDG Source # | |
Enum SSFUDG Source # | |
Defined in Poseidon.ColumnTypesSSF | |
Generic SSFUDG Source # | |
Show SSFUDG Source # | |
FromField SSFUDG Source # | |
Defined in Poseidon.ColumnTypesSSF Methods parseField :: Field -> Parser SSFUDG | |
ToField SSFUDG Source # | |
Defined in Poseidon.ColumnTypesSSF | |
Eq SSFUDG Source # | |
Ord SSFUDG Source # | |
Makeable SSFUDG Source # | |
Suspicious SSFUDG Source # | |
type Rep SSFUDG Source # | |
Defined in Poseidon.ColumnTypesSSF type Rep SSFUDG = D1 ('MetaData "SSFUDG" "Poseidon.ColumnTypesSSF" "poseidon-hs-1.6.7.3-GB1MYUceETwBAiXCnu0Oii" 'False) (C1 ('MetaCons "SSFMinus" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "SSFHalf" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "SSFPlus" 'PrefixI 'False) (U1 :: Type -> Type))) |
data SSFLibraryBuilt Source #
A datatype for the library_built .ssf column
Instances
newtype SSFAccessionIDSample Source #
A datatype for the sample_accession .ssf column
Constructors
SSFAccessionIDSample AccessionID |
Instances
newtype SSFAccessionIDStudy Source #
A datatype for the study_accession .ssf column
Constructors
SSFAccessionIDStudy AccessionID |
Instances
newtype SSFAccessionIDRun Source #
A datatype for the run_accession .ssf column
Constructors
SSFAccessionIDRun AccessionID |
Instances
newtype SSFSampleAlias Source #
A datatype for the sample_alias .ssf column
Constructors
SSFSampleAlias Text |
Instances
newtype SSFSecondarySampleAccession Source #
A datatype for the secondary_sample_accession .ssf column
Constructors
SSFSecondarySampleAccession Text |
Instances
newtype SSFFirstPublicSimpleDate Source #
A datatype for the first_public .ssf column
Constructors
SSFFirstPublicSimpleDate Day |
Instances
newtype SSFLastUpdatedSimpleDate Source #
A datatype for the last_updated .ssf column
Constructors
SSFLastUpdatedSimpleDate Day |
Instances
newtype SSFInstrumentModel Source #
A datatype for the instrument_model .ssf column
Constructors
SSFInstrumentModel Text |
Instances
newtype SSFLibraryLayout Source #
A datatype for the library_layout .ssf column
Constructors
SSFLibraryLayout Text |
Instances
newtype SSFLibrarySource Source #
A datatype for the library_source .ssf column
Constructors
SSFLibrarySource Text |
Instances
newtype SSFInstrumentPlatform Source #
A datatype for the instrument_platform .ssf column
Constructors
SSFInstrumentPlatform Text |
Instances
newtype SSFLibraryName Source #
A datatype for the library_name .ssf column
Constructors
SSFLibraryName Text |
Instances
newtype SSFLibraryStrategy Source #
A datatype for the library_strategy .ssf column
Constructors
SSFLibraryStrategy Text |
Instances
newtype SSFFastqFTPURI Source #
A datatype for the fastq_ftp .ssf column
Constructors
SSFFastqFTPURI Text |
Instances
newtype SSFFastqASPERAURI Source #
A datatype for the fastq_aspera .ssf column
Constructors
SSFFastqASPERAURI Text |
Instances
newtype SSFFastqBytes Source #
A datatype for the fastq_bytes .ssf column
Constructors
SSFFastqBytes Integer |
Instances
newtype SSFFastqMD5 Source #
A datatype for the fastq_md5 .ssf column
Constructors
SSFFastqMD5 Text |
Instances
newtype SSFReadCount Source #
A datatype for the fastq_bytes .ssf column
Constructors
SSFReadCount Integer |
Instances
newtype SSFSubmittedFTPURI Source #
A datatype for the submitted_ftp .ssf column
Constructors
SSFSubmittedFTPURI Text |