Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Workflomics/tools-and-domains
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica committed Oct 16, 2024
2 parents f32a227 + 06ee052 commit f40accc
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
17 changes: 17 additions & 0 deletions cwl-tools/wcloud/tool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[{
"outputs": [{
"format_1915": ["http://edamontology.org/format_3603"],
"data_0006": ["http://edamontology.org/data_2968"]
}],
"biotoolsID": "wcloud",
"inputs": [{
"format_1915": ["http://edamontology.org/format_2330"],
"data_0006": ["http://edamontology.org/data_2526"]
}],
"implementation": {
"cwl_reference": "https://raw.githubusercontent.com/Workflomics/tools-and-domains/refs/heads/main/cwl-tools/wcloud/wcloud.cwl"
},
"taxonomyOperations": ["http://edamontology.org/operation_0337"],
"label": "wcloud",
"id": "wcloud"
}]
29 changes: 29 additions & 0 deletions cwl-tools/wcloud/wcloud.cwl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# The template for this tool description is generated by APE (https://github.com/sanctuuary/APE).
cwlVersion: v1.2
class: CommandLineTool
baseCommand: wcloud
label: wcloud
requirements:
ShellCommandRequirement: {}
InitialWorkDirRequirement:
listing:
- $(inputs.wcloud_in_0)
DockerRequirement:
dockerPull: robmarissen/wcloud:21aee44
arguments: ["--output", "output.png", "--background-color", "white", "--width", "1200", "--height", "800"]

inputs:
wcloud_in_0:
type: File
format: "http://edamontology.org/format_2330" # Textual format
inputBinding:
prefix: --text
valueFrom: $(self.basename)

outputs:
wcloud_out_0:
type: File
format: "http://edamontology.org/format_3603" # PNG
outputBinding:
glob: "output.png"

3 changes: 2 additions & 1 deletion domains/proteomics/included_bio.tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"XTandem",
"ms_amanda",
"msfragger",
"protXml2IdList"
"protXml2IdList",
"wcloud"
]
17 changes: 17 additions & 0 deletions domains/proteomics/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,23 @@
},
"label": "Sage",
"id": "Sage-proteomics"
},
{
"outputs": [{
"format_1915": ["http://edamontology.org/format_3603"],
"data_0006": ["http://edamontology.org/data_2968"]
}],
"biotoolsID": "wcloud",
"inputs": [{
"format_1915": ["http://edamontology.org/format_2330"],
"data_0006": ["http://edamontology.org/data_2526"]
}],
"implementation": {
"cwl_reference": "https://raw.githubusercontent.com/Workflomics/tools-and-domains/refs/heads/main/cwl-tools/wcloud/wcloud.cwl"
},
"taxonomyOperations": ["http://edamontology.org/operation_0337"],
"label": "wcloud",
"id": "wcloud"
}
]
}

0 comments on commit f40accc

Please sign in to comment.