Skip to content

Commit

Permalink
Drop 'optional' from input labels
Browse files Browse the repository at this point in the history
This should be obvious in the user interface
  • Loading branch information
mvdbeek committed Oct 25, 2023
1 parent 76e4717 commit aeb51a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1] - 2023-09-27

Creation of the workflow and tests

Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
class: File
location: https://zenodo.org/records/10037496/files/Estimated%20genome%20size%20-%20Parameter%20File.txt?download=1
filetype: txt
Sequence graph (optional): null
Restriction enzymes: arima2
SAK input file (Optional): null
outputs:
Reconciliated scaffolds:
asserts:
Expand Down Expand Up @@ -46,4 +44,3 @@
asserts:
has_line:
line: "# scaffolds 84"

Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"inputs": [
{
"description": "",
"name": "Sequence graph (optional)"
"name": "Sequence graph"
}
],
"label": "Sequence graph (optional)",
"label": "Sequence graph",
"name": "Input dataset",
"outputs": [],
"position": {
Expand Down Expand Up @@ -188,10 +188,10 @@
"inputs": [
{
"description": "",
"name": "SAK input file (Optional)"
"name": "SAK input file"
}
],
"label": "SAK input file (Optional)",
"label": "SAK input file",
"name": "Input dataset",
"outputs": [],
"position": {
Expand Down

0 comments on commit aeb51a8

Please sign in to comment.