galaxy-language-server icon indicating copy to clipboard operation
galaxy-language-server copied to clipboard

Galaxy Language Server to help in Galaxy (https://galaxyproject.org/) tool wrappers development.

Results 16 galaxy-language-server issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies
python

Discussion at the BioHackathon: Would it be useful for tool developers to get suggestions of bio.tools terms? There's an API here: https://biotools.readthedocs.io/en/latest/api_reference.html @matuskalas @hmenager please feel free to add other...

* --threads and GALAXY_SLOTS * creator (or could be in the standard tool) * output with `change_format` * text param with options * repeat * paird-collection conditional

enhancement
help wanted
vscode extension

... that have been introduced here https://github.com/galaxyproject/galaxy/pull/13152

feature
language server

This can be a custom command to detect and automatically remove those attributes which value is the same as the default. For example: ```xml ``` will be automatically reduced to:...

feature
language server
vscode extension

Hi, It seems that running a single test does not launch any action for me: ![image](https://user-images.githubusercontent.com/30404086/125039843-3d6a6b00-e097-11eb-86c3-dbc3e20e89da.png) While running all tests work: ![image](https://user-images.githubusercontent.com/30404086/125039927-5541ef00-e097-11eb-899a-12d8444c01eb.png) Is it me? Thanks

feature
vscode extension

The current validation of the tool documents is based on the [Galaxy XML Schema Definition](https://github.com/galaxyproject/galaxy/tree/dev/lib/galaxy/tool_util/xsd). There are some validation rules that are interesting to have to better comply with the...

enhancement
language server

It would be nice to have the ability to see the tool UI rendered beside the code as you made some tweaks with the parameters, the help, etc. as @hexylena...

help wanted
feature
vscode extension

It would be helpful to have some more detail on how the `tests` and the `command` section is automatically generated and add it to the readme or wiki. Ref #105

documentation
paper-cut

More an planemo / galaxy issue but I guess its good to keep track here: ``` Applying linter xml_order... CHECK .. INFO: Unknown tag [xrefs] encountered, this may result in...