comparison macros.xml @ 6:e11d5fafd0cc draft default tip

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/quantification commit 4a521310a7989b781380c20e1aab3ac13ca86dff
author goeckslab
date Tue, 02 Jul 2024 17:48:30 +0000
parents 3a916c4e9f5f
children
comparison
equal deleted inserted replaced
5:3a916c4e9f5f 6:e11d5fafd0cc
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <macros> 2 <macros>
3 <xml name="requirements"> 3 <xml name="requirements">
4 <requirements> 4 <requirements>
5 <!-- 5 <!--
6 <requirement type="package" version="3.9">python</requirement> 6 <requirement type="package" version="3.11">python</requirement>
7 <requirement type="package" version="0.18.0">scikit-image</requirement> 7 <requirement type="package" version="0.23.2">scikit-image</requirement>
8 <requirement type="package">h5py</requirement> 8 <requirement type="package">h5py</requirement>
9 <requirement type="package">pandas</requirement> 9 <requirement type="package">pandas</requirement>
10 <requirement type="package">numpy</requirement> 10 <requirement type="package">numpy</requirement>
11 <requirement type="package">pathlib</requirement> 11 <requirement type="package">pathlib</requirement>
12 --> 12 -->
17 <xml name="version_cmd"> 17 <xml name="version_cmd">
18 <version_command>echo @TOOL_VERSION@</version_command> 18 <version_command>echo @TOOL_VERSION@</version_command>
19 </xml> 19 </xml>
20 <xml name="citations"> 20 <xml name="citations">
21 <citations> 21 <citations>
22 <citation type="doi">10.1038/s41592-021-01308-y</citation>
22 </citations> 23 </citations>
23 </xml> 24 </xml>
24 25
25 <token name="@TOOL_VERSION@">1.5.3</token> 26 <token name="@TOOL_VERSION@">1.6.0</token>
26 <token name="@VERSION_SUFFIX@">1</token> 27 <token name="@VERSION_SUFFIX@">0</token>
27 <token name="@CMD_BEGIN@"><![CDATA[ 28 <token name="@CMD_BEGIN@">mcquant</token>
28 QUANT_PATH='' &&
29 if [ -f '/app/CommandSingleCellExtraction.py' ]; then
30 export QUANT_PATH='python /app/CommandSingleCellExtraction.py';
31 else
32 export QUANT_PATH='CommandSingleCellExtraction.py';
33 fi &&
34 \$QUANT_PATH
35 ]]></token>
36 </macros> 29 </macros>