File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ module Study =
129129 Encode.tryIncludeSeq " publications" Publication.ROCrate.encoder s.Publications
130130 Encode.tryIncludeSeq " people" Person.ROCrate.encoder s.Contacts
131131 Encode.tryIncludeList " processSequence" ( Process.ROCrate.encoder ( Some s.Identifier) None) processes
132- Encode.tryIncludeSeq " assays" ( Assay.ROCrate.encoder ( Some s.Identifier)) assays
132+ Encode.tryIncludeSeq " assays" ( Assay.ROCrate.encoder ( Some s.Identifier)) assays
133+ Encode.tryIncludeList " dataFiles" Data.ROCrate.encoder ( ARCtrl.Process.ProcessSequence.getData processes)
133134 Encode.tryIncludeSeq " comments" Comment.ROCrate.encoder s.Comments
134135 " @context" , ROCrateContext.Study.context_ jsonvalue |> Some
135136 ]
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ module Study =
4949 " publications" , Encode.string " sdo:citation"
5050 " people" , Encode.string " sdo:creator"
5151 " assays" , Encode.string " sdo:hasPart"
52+ " dataFiles" , Encode.string " sdo:hasPart"
5253 " filename" , Encode.string " sdo:alternateName"
5354 " comments" , Encode.string " sdo:comment"
5455 " processSequence" , Encode.string " sdo:about"
You can’t perform that action at this time.
0 commit comments