Mercurial > repos > computational-metabolomics > metfrag
comparison macros.xml @ 0:fd5c0b39569a draft
"planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit e20ce56f23d9fe30df64542ece2295d654ca142d"
author | computational-metabolomics |
---|---|
date | Wed, 05 Feb 2020 12:30:06 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fd5c0b39569a |
---|---|
1 <macros> | |
2 <xml name="text-alphanumeric-regex-validator"> | |
3 <validator type="regex" message="Value may include alphanumeric characters">[A-Za-z0-9]+</validator> | |
4 </xml> | |
5 <xml name="text-alphanumeric-comma-regex-validator"> | |
6 <validator type="regex" message="Value may include alphanumeric characters and commas">[A-Za-z0-9,]+</validator> | |
7 </xml> | |
8 <xml name="metfrag_scoring" token_fragmenterscore='True' token_offlinemetfusionscore='True' | |
9 token_suspectlistscore="True" token_weights="0.4,0.6,1.0"> | |
10 <param argument="--MetFragScoreTypes" type="select" multiple="true" label="MetFrag Score Types" | |
11 help="The type of scores MetFrag is calculating" > | |
12 <option value="FragmenterScore" selected="@FRAGMENTERSCORE@">FragmenterScore</option> | |
13 <option value="OfflineMetFusionScore" selected="@OFFLINEMETFUSIONSCORE@">OfflineMetFusionScore</option> | |
14 <option value="SuspectListScore" selected="@SUSPECTLISTSCORE@">SuspectListScore</option> | |
15 </param> | |
16 <param name="MetFragScoreWeights" type="text" value="@WEIGHTS@" label="MetFrag Score Weights" | |
17 help="The weights of the different score types, separated with a comma and without | |
18 whitespaces. 1.0 means 100 percent." /> | |
19 </xml> | |
20 </macros> |