Mercurial > repos > tomnl > metfrag
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Oct 04 07:16:18 2019 -0400 @@ -0,0 +1,20 @@ +<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> \ No newline at end of file