Skip to content

Commit

Permalink
Merge branch 'add-sage' into add-test-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kretep committed Oct 3, 2024
2 parents 7081575 + 77e4f60 commit 9ad38ac
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
default:
class: File
format: "http://edamontology.org/format_3464" # JSON
location: config.json
location: https://raw.githubusercontent.com/Workflomics/tools-and-domains/main/cwl-tools/Sage-proteomics/config.json

outputs:
Sage_out:
Expand Down
24 changes: 24 additions & 0 deletions cwl-tools/Sage-proteomics/Sage-proteomics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{"functions": [{
"outputs": [{
"format_1915": ["http://edamontology.org/format_3247"],
"data_0006": ["http://edamontology.org/data_0945"]
}],
"biotoolsID": "Sage-proteomics",
"inputs": [
{
"format_1915": ["http://edamontology.org/format_3244"],
"data_0006": ["http://edamontology.org/data_0943"]
},
{
"format_1915": ["http://edamontology.org/format_1929"],
"data_0006": ["http://edamontology.org/data_2976"]
}
],
"taxonomyOperations": [
"http://edamontology.org/operation_3631",
"http://edamontology.org/operation_3633",
"http://edamontology.org/operation_2428"
],
"label": "Sage",
"id": "Sage-proteomics"
}]}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions cwl-tools/Sage-proteomics/test/run-cwl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

cwltool --outdir output ../Sage-proteomics.cwl ./input.yml
3 changes: 0 additions & 3 deletions cwl-tools/Sage/test/run-cwl.sh

This file was deleted.

0 comments on commit 9ad38ac

Please sign in to comment.