Skip to content

Commit ba5122a

Browse files
committed
Drop configfiles not supported from docs
1 parent ea9fde1 commit ba5122a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/admin/user_defined_tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This level of access is acceptable when only administrators install tools. Howev
2121
To address this, Galaxy now supports a restricted tool language for user-defined tools. This format is modeled after the XML tool definition but replaces Cheetah templating with sandboxed JavaScript expressions that do not have access to the database or filesystem.
2222

2323
Example: Concatenate Files Tool (YAML)
24+
2425
```yaml
2526
class: GalaxyUserTool
2627
id: cat_user_defined
@@ -42,6 +43,7 @@ outputs:
4243
```
4344
4445
Equivalent Tool in XML:
46+
4547
```xml
4648
<tool id="cat" version="0.1">
4749
<description>tail-to-head</description>
@@ -96,7 +98,6 @@ The user-defined tool language is still evolving, and additional safety audits a
9698

9799
Current limitations include:
98100

99-
- [configfiles](https://docs.galaxyproject.org/en/master/dev/schema.html#tool-configfiles) are not supported
100101
- Access to reference data is not supported
101102
- Access to metadata and metadata files (such as BAM indexes) is not supported
102103
- Access to the `extra_files` directory is not supported

0 commit comments

Comments
 (0)