X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Futil%2Fschemas%2Fhtsworkflow.turtle;h=92ed6e64e1dca4b62a47b9b5cd086aba9520a760;hp=7319c0c1bb8bb8a14b32cb7a0436c8eaac42c0f9;hb=89c191828b16e8385685eb7ef18f82bc751e5b3b;hpb=40d2e0eb1ad3612f18c0543bfa5950f89ac749f1 diff --git a/htsworkflow/util/schemas/htsworkflow.turtle b/htsworkflow/util/schemas/htsworkflow.turtle index 7319c0c..92ed6e6 100644 --- a/htsworkflow/util/schemas/htsworkflow.turtle +++ b/htsworkflow/util/schemas/htsworkflow.turtle @@ -193,6 +193,28 @@ htswlib:sequencer_name rdfs:domain htswlib:Sequencer ; rdfs:range rdfs:Literal . +# lane properties +htswlib:status + a rdf:Proprety ; + rdfs:comment "Operators opinion of lane status, e.g. were there spots in the pictures" ; + rdfs:label "Status" ; + rdfs:domain htswlib:IlluminaLane ; + rdfs:range htswlib:Literal . + +htswlib:cluster_estimate + a rdf:Proprety ; + rdfs:comment "Estimate of clusters per tile" ; + rdfs:label "Cluster Estimate" ; + rdfs:domain htswlib:IlluminaLane ; + rdfs:range htswlib:Literal . + +htswlib:pM + a rdf:Proprety ; + rdfs:comment "picoMolarity" ; + rdfs:label "picoMolarity" ; + rdfs:domain htswlib:IlluminaLane ; + rdfs:range htswlib:Literal . + # library only properties htswlib:library_id @@ -217,6 +239,13 @@ htswlib:library_type rdfs:domain htswlib:Library ; rdfs:range rdfs:Literal . +htswlib:condition + a rdf:Property ; + rdfs:comment "Describes what treatment has been applied to the cells" ; + rdfs:label "Condition" ; + rdfs:domain htswlib:Library ; + rdfs:range rdfs:Literal . + htswlib:stopping_point a rdf:Property ; rdfs:comment "Protocol stopping point" ;