Mercurial > repos > recetox > matchms
diff macros.xml @ 5:28f7f2e60331 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit f7bab98744e338dcdbdc9cf6f9de287632c76ea2
author | recetox |
---|---|
date | Tue, 18 Oct 2022 13:21:54 +0000 |
parents | ba5e9bd05d5b |
children | ff2455f76a26 |
line wrap: on
line diff
--- a/macros.xml Tue Oct 18 11:00:55 2022 +0000 +++ b/macros.xml Tue Oct 18 13:21:54 2022 +0000 @@ -3,6 +3,7 @@ <xml name="creator"> <creator> + <yield/> <person givenName="Helge" familyName="Hecht" @@ -44,7 +45,23 @@ The output is a JSON file containing serialized matchMS Scores object. The file can be processed by **matchMS output formatter**. ]]> </token> + + <token name="@HELP_matchms_networking@"> + <![CDATA[ + Documentation + For documentation on the tool see https://github.com/matchms/matchms/blob/master/README.rst + and https://matchms.readthedocs.io/en/latest/. + + **Upstream Tools** + matchMS similarity + + **Downstream Tools** + + The output is a network-graph file that can be visualized using graph visualization software (e.g., Cytoscape). + ]]> + </token> + <token name="@HELP_formatter@"> <![CDATA[ Usage @@ -66,4 +83,12 @@ +----------+-----------+---------+--------+ ]]> </token> + + <xml name="citations"> + <citations> + <citation type="doi">10.5281/zenodo.7178586</citation> + <citation type="doi">10.21105/joss.02411</citation> + </citations> + </xml> + </macros>