Mercurial > repos > iuc > meme_psp_gen
annotate macros.xml @ 6:5f95d385a33c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 03235f29be6368f58bc730a20d87a13cf215310f"
author | iuc |
---|---|
date | Sat, 09 Apr 2022 08:33:29 +0000 |
parents | 164067a66a5c |
children | 47e7ae719765 |
rev | line source |
---|---|
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
1 <?xml version='1.0' encoding='UTF-8'?> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
2 <macros> |
6
5f95d385a33c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 03235f29be6368f58bc730a20d87a13cf215310f"
iuc
parents:
5
diff
changeset
|
3 <token name="@VERSION_SUFFIX@">0</token> |
5f95d385a33c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 03235f29be6368f58bc730a20d87a13cf215310f"
iuc
parents:
5
diff
changeset
|
4 <token name="@TOOL_VERSION@">5.4.1</token> |
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
5 <xml name="requirements"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
6 <requirements> |
6
5f95d385a33c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 03235f29be6368f58bc730a20d87a13cf215310f"
iuc
parents:
5
diff
changeset
|
7 <requirement type="package" version="@TOOL_VERSION@">meme</requirement> |
2
b48e673af4e8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
0
diff
changeset
|
8 <yield/> |
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
9 </requirements> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
10 </xml> |
4
e24560178fad
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
3
diff
changeset
|
11 <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[ |
e24560178fad
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
3
diff
changeset
|
12 #if not $non_commercial_use |
e24560178fad
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
3
diff
changeset
|
13 >&2 echo "this tool is only available for non commercial use"; |
5
164067a66a5c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 1661efcd3fb5d37fd972588bcf328a6ac705d4fa"
iuc
parents:
4
diff
changeset
|
14 exit 1; |
4
e24560178fad
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
3
diff
changeset
|
15 #end if |
e24560178fad
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
3
diff
changeset
|
16 ]]></token> |
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
17 </macros> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
18 |