comparison cfsan_lexmapr2.xml @ 13:bdccef316f65

"planemo upload"
author kkonganti
date Thu, 15 Sep 2022 14:11:09 -0400
parents 530cafac56f9
children 89998b9b4d46
comparison
equal deleted inserted replaced
12:530cafac56f9 13:bdccef316f65
11 <requirement type="package">seaborn</requirement> 11 <requirement type="package">seaborn</requirement>
12 <requirement type="package">pygraphviz</requirement> 12 <requirement type="package">pygraphviz</requirement>
13 </requirements> 13 </requirements>
14 <version_command>python $__tool_directory__/lexmapr2.py --version</version_command> 14 <version_command>python $__tool_directory__/lexmapr2.py --version</version_command>
15 <command detect_errors="exit_code"><![CDATA[ 15 <command detect_errors="exit_code"><![CDATA[
16 echo \$PYTHONPATH 1>&2;
17 mkdir -p lexmapr2-input || exit 1; 16 mkdir -p lexmapr2-input || exit 1;
17 ln -sf '/tool/tool-data/cfsan_lexmapr2/0/lexmapr' .;
18 ln -sf '$input' './lexmapr2-input/$input.name'; 18 ln -sf '$input' './lexmapr2-input/$input.name';
19 python $__tool_directory__/lexmapr2.py 19 python $__tool_directory__/lexmapr2.py
20 #if ($embl_ont != ""): 20 #if ($embl_ont != ""):
21 -e $embl_ont 21 -e $embl_ont
22 #end if 22 #end if
37 #end if 37 #end if
38 ./lexmapr2-input/$input.name 38 ./lexmapr2-input/$input.name
39 ]]></command> 39 ]]></command>
40 <environment_variables> 40 <environment_variables>
41 <environment_variable name="NLTK_DATA">/tool/tool-data/cfsan_lexmapr2/0/nltk_data</environment_variable> 41 <environment_variable name="NLTK_DATA">/tool/tool-data/cfsan_lexmapr2/0/nltk_data</environment_variable>
42 <environment_variable name="PYTHONPATH">/tool/tool-data/cfsan_lexmapr2/0</environment_variable>
43 </environment_variables> 42 </environment_variables>
44 <inputs> 43 <inputs>
45 <param name="input" type="data" format="csv" label="Input CSV" 44 <param name="input" type="data" format="csv" label="Input CSV"
46 help="First row should be a header and first column should be sample names" /> 45 help="First row should be a header and first column should be sample names" />
47 <param name="embl_ont" type="text" optional="true" 46 <param name="embl_ont" type="text" optional="true"