interface MolecularSequenceRepository {
    _datasetId?: Element;
    _name?: Element;
    _readsetId?: Element;
    _type?: Element;
    _url?: Element;
    _variantsetId?: Element;
    datasetId?: string;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    name?: string;
    readsetId?: string;
    type: code;
    url?: uri;
    variantsetId?: string;
}

Properties

_datasetId?: Element

Id of the dataset that used to call for dataset in repository

_name?: Element

Repository's name

_readsetId?: Element

Id of the read

_type?: Element

directlink | openapi | login | oauth | other

_url?: Element

URI of the repository

_variantsetId?: Element

Id of the variantset that used to call for variantset in repository

datasetId?: string

Id of the dataset that used to call for dataset in repository

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

name?: string

Repository's name

readsetId?: string

Id of the read

type: code

directlink | openapi | login | oauth | other

url?: uri

URI of the repository

variantsetId?: string

Id of the variantset that used to call for variantset in repository