Mercurial > repos > tomnl > metfrag
comparison macros.xml @ 0:938c818cf097 draft default tip
"planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
author | tomnl |
---|---|
date | Fri, 04 Oct 2019 07:16:18 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:938c818cf097 |
---|---|
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> |