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