Mercurial > repos > ppericard > viscorvar
comparison macros.xml @ 2:c8533e9298e5 draft
"planemo upload for repository https://gitlab.com/bilille/galaxy-viscorvar commit 8cb5630238352459037b3647eebfabb5554566f6-dirty"
author | ppericard |
---|---|
date | Fri, 23 Oct 2020 10:15:56 +0000 |
parents | |
children | d4e9f7546dfa |
comparison
equal
deleted
inserted
replaced
1:e93350dc99f1 | 2:c8533e9298e5 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <xml name="stdio"> | |
4 <stdio> | |
5 <exit_code range="1" level="fatal" /> | |
6 </stdio> | |
7 </xml> | |
8 | |
9 <!-- COMMAND --> | |
10 <token name="@COMMAND_RSCRIPT@">LC_ALL=C Rscript $__tool_directory__/</token> | |
11 | |
12 <token name="@COMMAND_LOG_EXIT@"> | |
13 ; | |
14 return=\$?; | |
15 cat 'log.txt'; | |
16 sh -c "exit \$return" | |
17 </token> | |
18 | |
19 <token name="@HELP_AUTHORS_WRAPPERS@"> | |
20 | |
21 .. class:: infomark | |
22 | |
23 **Galaxy integration** bilille platform - UMS 2014 / US 41 - Université de Lille, CNRS, Inserm, Institut Pasteur de Lille, CHU Lille | |
24 | |
25 | Contact bilille@univ-lille.fr for any questions or concerns about the Galaxy implementation of this tool. | |
26 | |
27 </token> | |
28 | |
29 </macros> |