Skip to content

Commit

Permalink
Drop library_data from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 17, 2023
1 parent bf02dc9 commit 5b928e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion client/src/components/Form/parameterTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export type FormParameterTypes =
| "data_collection"
| "drill_down"
| "group_tag"
| "library_data"
| "ftpfile"
| "upload"
| "rules"
Expand Down
3 changes: 1 addition & 2 deletions lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3474,7 +3474,7 @@ Describes the parameter type - each different type as different semantics and
the tool form widget is different. Currently valid parameter types are:
``text``, ``integer``, ``float``, ``boolean``, ``genomebuild``, ``select``,
``color``, ``data_column``, ``hidden``, ``hidden_data``, ``baseurl``,
``file``, ``ftpfile``, ``data``, ``data_collection``, ``library_data``,
``file``, ``ftpfile``, ``data``, ``data_collection``,
``drill_down``. The definition of supported parameter types as defined in the
``parameter_types`` dictionary in
[/lib/galaxy/tools/parameters/basic.py](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tools/parameters/basic.py).
Expand Down Expand Up @@ -3750,7 +3750,6 @@ allow access to Python code to generate options for a select list. See
<xs:enumeration value="color"/>
<xs:enumeration value="boolean"/>
<xs:enumeration value="genomebuild"/>
<xs:enumeration value="library_data"/>
<xs:enumeration value="select"/>
<xs:enumeration value="data_column"/>
<xs:enumeration value="hidden"/>
Expand Down

0 comments on commit 5b928e4

Please sign in to comment.