Mercurial > repos > computational-metabolomics > metfrag
view macros.xml @ 2:f151ee133612 draft default tip
"planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit b337c6296968848e3214f4b51df3d86776f84b6a"
author | computational-metabolomics |
---|---|
date | Tue, 14 Jul 2020 07:41:53 -0400 |
parents | fd5c0b39569a |
children |
line wrap: on
line source
<macros> <xml name="text-alphanumeric-regex-validator"> <validator type="regex" message="Value may include alphanumeric characters">[A-Za-z0-9]+</validator> </xml> <xml name="text-alphanumeric-comma-regex-validator"> <validator type="regex" message="Value may include alphanumeric characters and commas">[A-Za-z0-9,]+</validator> </xml> <xml name="metfrag_scoring" token_fragmenterscore='True' token_offlinemetfusionscore='True' token_suspectlistscore="True" token_weights="0.4,0.6,1.0"> <param argument="--MetFragScoreTypes" type="select" multiple="true" label="MetFrag Score Types" help="The type of scores MetFrag is calculating" > <option value="FragmenterScore" selected="@FRAGMENTERSCORE@">FragmenterScore</option> <option value="OfflineMetFusionScore" selected="@OFFLINEMETFUSIONSCORE@">OfflineMetFusionScore</option> <option value="SuspectListScore" selected="@SUSPECTLISTSCORE@">SuspectListScore</option> </param> <param name="MetFragScoreWeights" type="text" value="@WEIGHTS@" label="MetFrag Score Weights" help="The weights of the different score types, separated with a comma and without whitespaces. 1.0 means 100 percent." /> </xml> </macros>