Mercurial > repos > recetox > assign_ri_from_comment
diff macros.xml @ 0:6975af39ba79 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/riassigner commit de7fd0986bce8d42bc7e63f9e4caf3c23862e497
| author | recetox |
|---|---|
| date | Thu, 22 Feb 2024 10:40:33 +0000 |
| parents | |
| children | 97ccdb1ba47c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Feb 22 10:40:33 2024 +0000 @@ -0,0 +1,30 @@ +<macros> + <token name="@TOOL_VERSION@">0.4.0</token> + <xml name="creator"> + <creator> + <person + givenName="Helge" + familyName="Hecht" + url="https://github.com/hechth" + identifier="0000-0001-6744-996X" /> + <person + givenName="Wudmir" + familyName="Rojas" + url="https://github.com/wverastegui" + identifier="0000-0001-7036-9987" /> + <organization + url="https://www.recetox.muni.cz/" + email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" + name="RECETOX MUNI" /> + </creator> + </xml> + + <token name="@HELP@"> + <![CDATA[ + RIAssigner can be used to read data from .msp, .csv and .tsv files using matchms and pandas and to compute the + retention indices for the data. A reference list of retention indexed compounds (traditionally an Alkane series) + with retention times is used to compute the RI for a query dataset of retention time values using the van den + Dool method or by using cubic spline based interpolation. + ]]> + </token> +</macros>
