Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Oct 2, 2022
1 parent 895d9f2 commit ef5a697
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ This project has the following main goals:
- [Auto-sort param attributes](#auto-sort-param-attributes)
- [Run planemo tests in the Test Explorer](#run-planemo-tests-in-the-test-explorer)
- [Improved macros support](#improved-macros-support)
- [Extract macro](#extract-macro) _New feature!_ :rocket:
- [Extract macro](#extract-macro)
- [Full Galaxy tool linter integration](#document-validation) _New feature!_

# Getting Started

Expand Down Expand Up @@ -76,7 +77,9 @@ The documentation of tags and attributes is retrieved from the [Galaxy.xsd](http

![Demo feature validation](../assets/feature.validation.png)

The tools are also validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema.
In addition to basic XML syntax validation, the tools are validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema.

Since version 0.8.0 the full Galaxy linting is directly reported on the document diagnostics.

## Document auto-formatting

Expand Down
7 changes: 5 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Since version `0.4.0` you can use some of the cool features of [planemo](https:/
- [Auto-sort param attributes](#auto-sort-param-attributes)
- [Run planemo tests in the Test Explorer](#run-planemo-tests-in-the-test-explorer)
- [Improved macros support](#improved-macros-support)
- [Extract macro](#extract-macro) _New feature!_ :rocket:
- [Extract macro](#extract-macro)
- [Full Galaxy tool linter integration](#document-validation) _New feature!_

# Installation

Expand Down Expand Up @@ -105,7 +106,9 @@ The documentation of tags and attributes is retrieved from the [Galaxy.xsd](http

![Demo feature validation](../assets/feature.validation.png)

The tools are also validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema.
In addition to basic XML syntax validation, the tools are validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema.

Since version 0.8.0 the full Galaxy linting is directly reported on the document diagnostics.

## Document auto-formatting

Expand Down

0 comments on commit ef5a697

Please sign in to comment.