-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add href tag to display url in computational workflow metadata block
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
42 changes: 21 additions & 21 deletions
42
scripts/api/data/metadatablocks/computational_workflow.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
#metadataBlock name dataverseAlias displayName | ||
computationalworkflow Computational Workflow Metadata | ||
#datasetField name title description watermark fieldType displayOrder displayFormat advancedSearchField allowControlledVocabulary allowmultiples facetable displayoncreate required parent metadatablock_id termURI | ||
workflowType Computational Workflow Type The kind of Computational Workflow, which is designed to compose and execute a series of computational or data manipulation steps in a scientific application text 0 TRUE TRUE TRUE TRUE TRUE FALSE computationalworkflow | ||
workflowCodeRepository External Code Repository URL A link to the repository where the un-compiled, human readable code and related code is located (e.g. GitHub, GitLab, SVN) https://... url 1 FALSE FALSE TRUE FALSE TRUE FALSE computationalworkflow | ||
workflowDocumentation Documentation A link (URL) to the documentation or text describing the Computational Workflow and its use textbox 2 FALSE FALSE TRUE FALSE TRUE FALSE computationalworkflow | ||
#controlledVocabulary DatasetField Value identifier displayOrder | ||
workflowType Common Workflow Language (CWL) workflowtype_cwl 1 | ||
workflowType Workflow Description Language (WDL) workflowtype_wdl 2 | ||
workflowType Nextflow workflowtype_nextflow 3 | ||
workflowType Snakemake workflowtype_snakemake 4 | ||
workflowType Ruffus workflowtype_ruffus 5 | ||
workflowType DAGMan workflowtype_dagman 6 | ||
workflowType Jupyter Notebook workflowtype_jupyter 7 | ||
workflowType R Notebook workflowtype_rstudio 8 | ||
workflowType MATLAB Script workflowtype_matlab 9 | ||
workflowType Bash Script workflowtype_bash 10 | ||
workflowType Makefile workflowtype_makefile 11 | ||
workflowType Other Python-based workflow workflowtype_otherpython 12 | ||
workflowType Other R-based workflow workflowtype_otherrbased 13 | ||
workflowType Other workflowtype_other 100 | ||
#metadataBlock name dataverseAlias displayName | ||
computationalworkflow Computational Workflow Metadata | ||
#datasetField name title description watermark fieldType displayOrder displayFormat advancedSearchField allowControlledVocabulary allowmultiples facetable displayoncreate required parent metadatablock_id termURI | ||
workflowType Computational Workflow Type "The kind of Computational Workflow, which is designed to compose and execute a series of computational or data manipulation steps in a scientific application" text 0 TRUE TRUE TRUE TRUE TRUE FALSE computationalworkflow | ||
workflowCodeRepository External Code Repository URL "A link to the repository where the un-compiled, human readable code and related code is located (e.g. GitHub, GitLab, SVN)" https://... url 1 "<a href=""#VALUE"" target=""_blank"">#VALUE</a>" FALSE FALSE TRUE FALSE TRUE FALSE computationalworkflow | ||
workflowDocumentation Documentation A link (URL) to the documentation or text describing the Computational Workflow and its use textbox 2 FALSE FALSE TRUE FALSE TRUE FALSE computationalworkflow | ||
#controlledVocabulary DatasetField Value identifier displayOrder | ||
workflowType Common Workflow Language (CWL) workflowtype_cwl 1 | ||
workflowType Workflow Description Language (WDL) workflowtype_wdl 2 | ||
workflowType Nextflow workflowtype_nextflow 3 | ||
workflowType Snakemake workflowtype_snakemake 4 | ||
workflowType Ruffus workflowtype_ruffus 5 | ||
workflowType DAGMan workflowtype_dagman 6 | ||
workflowType Jupyter Notebook workflowtype_jupyter 7 | ||
workflowType R Notebook workflowtype_rstudio 8 | ||
workflowType MATLAB Script workflowtype_matlab 9 | ||
workflowType Bash Script workflowtype_bash 10 | ||
workflowType Makefile workflowtype_makefile 11 | ||
workflowType Other Python-based workflow workflowtype_otherpython 12 | ||
workflowType Other R-based workflow workflowtype_otherrbased 13 | ||
workflowType Other workflowtype_other 100 |