annotate macros.xml @ 9:5763234618d4 draft default tip

"planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
author tomnl
date Fri, 04 Oct 2019 07:15:52 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
1 <macros>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
2 <xml name="text-alphanumeric-regex-validator">
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
3 <validator type="regex" message="Value may include alphanumeric characters">[A-Za-z0-9]+</validator>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
4 </xml>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
5 <xml name="text-alphanumeric-comma-regex-validator">
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
6 <validator type="regex" message="Value may include alphanumeric characters and commas">[A-Za-z0-9,]+</validator>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
7 </xml>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
8 <xml name="metfrag_scoring" token_fragmenterscore='True' token_offlinemetfusionscore='True'
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
9 token_suspectlistscore="True" token_weights="0.4,0.6,1.0">
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
10 <param argument="--MetFragScoreTypes" type="select" multiple="true" label="MetFrag Score Types"
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
11 help="The type of scores MetFrag is calculating" >
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
12 <option value="FragmenterScore" selected="@FRAGMENTERSCORE@">FragmenterScore</option>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
13 <option value="OfflineMetFusionScore" selected="@OFFLINEMETFUSIONSCORE@">OfflineMetFusionScore</option>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
14 <option value="SuspectListScore" selected="@SUSPECTLISTSCORE@">SuspectListScore</option>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
15 </param>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
16 <param name="MetFragScoreWeights" type="text" value="@WEIGHTS@" label="MetFrag Score Weights"
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
17 help="The weights of the different score types, separated with a comma and without
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
18 whitespaces. 1.0 means 100 percent." />
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
19 </xml>
5763234618d4 "planemo upload for repository https://github.com/computational-metabolomics/metfrag-galaxy commit 6bc059c100f1f968d99c1d5ad5e7259e83d386b6"
tomnl
parents:
diff changeset
20 </macros>