Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ArcPrototype-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcel Tschöpe (DataPLANT Administrator)
ArcPrototype-test
Compare revisions
main to 2dcf2c1fe73bd1a336c40a6481221d7c1d165f99
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
marcel/arc-prototype-test
Select target project
No results found
2dcf2c1fe73bd1a336c40a6481221d7c1d165f99
Select Git revision
Swap
Target
muehlhaus/ArcPrototype
Select target project
muehlhaus/ArcPrototype
kMutagene/ArcPrototype
marcel/arc-prototype-test
3 results
main
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
add example roc metadata
· f655f4ce
Caroline Ott
authored
1 year ago
f655f4ce
fix missing #
· c611caf2
Caroline Ott
authored
1 year ago
c611caf2
make ./ and not ./arc root folder
· 2dcf2c1f
Caroline Ott
authored
1 year ago
2dcf2c1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.arc/roc-metadata-fixed-script.json
+189
-0
189 additions, 0 deletions
.arc/roc-metadata-fixed-script.json
with
189 additions
and
0 deletions
.arc/roc-metadata-fixed-script.json
0 → 100644
View file @
2dcf2c1f
{
"@context"
:
"https://w3id.org/ro/crate/1.1/context"
,
"@graph"
:
[
{
"@type"
:
"CreativeWork"
,
"@id"
:
"ro-crate-metadata.json"
,
"conformsTo"
:
{
"@id"
:
"https://w3id.org/ro/crate/1.1"
},
"about"
:
{
"@id"
:
"./"
}
},
{
"@id"
:
"./workflows"
,
"@type"
:
"Dataset"
,
"hasPart"
:
[
{
"@id"
:
"workflows/workflow.cwl"
}
]
},
{
"@id"
:
"workflows/workflow.cwl"
,
"@type"
:
[
"File"
,
"SoftwareSourceCode"
,
"ComputationalWorkflow"
],
"conformsTo"
:
{
"@id"
:
"https://bioschemas.org/profiles/ComputationalWorkflow/0.5-DRAFT-2020_07_21/"
},
"name"
:
"Column Addition"
,
"programmingLanguage"
:
[
{
"@id"
:
"#FSharp"
},
{
"@id"
:
"https://w3id.org/workflowhub/workflow-ro-crate#cwl"
}
],
"creator"
:
{
"@id"
:
"#timo"
},
"dateCreated"
:
"2024-02-05"
,
"input"
:
[
{
"@id"
:
"#1"
},
{
"@id"
:
"#2"
}
],
"output"
:
[
{
"@id"
:
"#3"
}
]
},
{
"@id"
:
"#1"
,
"@type"
:
"FormalParameter"
,
"conformsTo"
:
{
"@id"
:
"https://bioschemas.org/profiles/FormalParameter/0.1-DRAFT-2020_07_21/"
},
"name"
:
"intensity_table"
,
"valueRequired"
:
true
,
"additionalType"
:
{
"@id"
:
"http://edamontology.org/data_2976"
},
"format"
:
{
"@id"
:
"http://edamontology.org/format_3752"
}
},
{
"@id"
:
"#2"
,
"@type"
:
"FormalParameter"
,
"conformsTo"
:
{
"@id"
:
"https://bioschemas.org/profiles/FormalParameter/0.1-DRAFT-2020_07_21/"
},
"name"
:
"file_name"
},
{
"@id"
:
"#3"
,
"@type"
:
"FormalParameter"
,
"conformsTo"
:
{
"@id"
:
"https://bioschemas.org/profiles/FormalParameter/0.1-DRAFT-2020_07_21/"
},
"name"
:
"summed_intensities"
,
"additionalType"
:
{
"@id"
:
"http://edamontology.org/data_2976"
},
"encodingFormat"
:
{
"@id"
:
"http://edamontology.org/format_3475"
}
},
{
"@id"
:
"https://w3id.org/workflowhub/workflow-ro-crate#cwl"
,
"@type"
:
"computerlanguage"
,
"name"
:
"common workflow language"
,
"alternatename"
:
"cwl"
,
"identifier"
:
{
"@id"
:
"https://w3id.org/cwl/v1.2/"
},
"url"
:
{
"@id"
:
"https://www.commonwl.org/"
}
},
{
"@id"
:
"#FSharp"
,
"@type"
:
"ProgrammingLanguage"
,
"name"
:
"F Sharp"
,
"alternateName"
:
"F#"
,
"url"
:
"https://dotnet.microsoft.com/en-us/languages/fsharp"
,
"version"
:
"6.0"
},
{
"@id"
:
"#timo"
,
"@type"
:
"Person"
,
"name"
:
"Timo Mühlhaus"
},
{
"@id"
:
"http://edamontology.org/format_3752"
,
"@type"
:
"Thing"
,
"name"
:
"Comma-separated values"
},
{
"@id"
:
"http://edamontology.org/format_3475"
,
"@type"
:
"Thing"
,
"name"
:
"Tab-separated values"
},
{
"@id"
:
"./arc/runs"
,
"@type"
:
"Dataset"
,
"hasPart"
:
[
{
"@id"
:
"runs"
}
]
},
{
"@id"
:
"runs"
,
"@type"
:
[
"File"
,
"SoftwareSourceCode"
,
"ComputationalWorkflow"
],
"conformsTo"
:
{
"@id"
:
"https://bioschemas.org/profiles/ComputationalWorkflow/0.5-DRAFT-2020_07_21/"
},
"name"
:
"Column Addition"
,
"programmingLanguage"
:
[
{
"@id"
:
"https://w3id.org/workflowhub/workflow-ro-crate#cwl"
}
],
"creator"
:
{
"@id"
:
"#timo"
},
"dateCreated"
:
"2024-02-05"
,
"about"
:
[
{
"@id"
:
"#Process_script.fsx"
,
"@type"
:
[
"Process"
],
"name"
:
"script.fsx"
,
"parameterValues"
:
[
{
"@id"
:
"ARCtrl.Json.PropertyValue+ROCrate+genID@16[ARCtrl.Process.ProcessParameterValue]/{Name =
\"
Data Transformation
\"
}Some(Ontology
\n
{Name =
\"
Addition
\"
; TSR =
\"
NCIT
\"
; TAN =
\"
http://purl.obolibrary.org/obo/NCIT_C64911
\"
})"
,
"@type"
:
"PropertyValue"
,
"additionalType"
:
"ProcessParameterValue"
,
"category"
:
"Data Transformation"
,
"value"
:
"Addition"
,
"valueCode"
:
"http://purl.obolibrary.org/obo/NCIT_C64911"
,
"@context"
:
{
"sdo"
:
"http://schema.org/"
,
"additionalType"
:
"sdo:additionalType"
,
"category"
:
"sdo:name"
,
"categoryCode"
:
"sdo:propertyID"
,
"value"
:
"sdo:value"
,
"valueCode"
:
"sdo:valueReference"
,
"unit"
:
"sdo:unitText"
,
"unitCode"
:
"sdo:unitCode"
,
"comments"
:
"sdo:disambiguatingDescription"
}
}
],
"inputs"
:
[
{
"@id"
:
"./arc/assays/measurement1/dataset/table.csv"
,
"@type"
:
[
"Data"
],
"name"
:
"./arc/assays/measurement1/dataset/table.csv"
,
"type"
:
"Raw Data File"
,
"@context"
:
{
"sdo"
:
"http://schema.org/"
,
"Data"
:
"sdo:MediaObject"
,
"type"
:
"sdo:disambiguatingDescription"
,
"name"
:
"sdo:name"
,
"comments"
:
"sdo:comment"
}
}
],
"outputs"
:
[
{
"@id"
:
"./arc/runs/fsResult1/result.csv"
,
"@type"
:
[
"Data"
],
"name"
:
"./arc/runs/fsResult1/result.csv"
,
"type"
:
"Derived Data File"
,
"@context"
:
{
"sdo"
:
"http://schema.org/"
,
"Data"
:
"sdo:MediaObject"
,
"type"
:
"sdo:disambiguatingDescription"
,
"name"
:
"sdo:name"
,
"comments"
:
"sdo:comment"
}
}
],
"@context"
:
{
"sdo"
:
"http://schema.org/"
,
"bio"
:
"https://bioschemas.org/"
,
"Process"
:
"bio:LabProcess"
,
"name"
:
"sdo:name"
,
"executesProtocol"
:
"bio:executesLabProtocol"
,
"parameterValues"
:
"bio:parameterValue"
,
"performer"
:
"sdo:agent"
,
"date"
:
"sdo:endTime"
,
"inputs"
:
"sdo:object"
,
"outputs"
:
"sdo:result"
,
"comments"
:
"sdo:disambiguatingDescription"
}
}
]
}
]
}
This diff is collapsed.
Click to expand it.