Mercurial > repos > kkonganti > lexmapr2_from_cfsan
comparison cfsan_lexmapr2.xml @ 9:9c2c4e53beb8
"planemo upload"
author | kkonganti |
---|---|
date | Thu, 15 Sep 2022 13:41:55 -0400 |
parents | f4c56a885fdc |
children | af76096f7a10 |
comparison
equal
deleted
inserted
replaced
8:f4c56a885fdc | 9:9c2c4e53beb8 |
---|---|
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 export PYTHON_PATH= | |
17 mkdir -p lexmapr2-input || exit 1; | 16 mkdir -p lexmapr2-input || exit 1; |
18 ln -sf '$input' './lexmapr2-input/$input.name'; | 17 ln -sf '$input' './lexmapr2-input/$input.name'; |
19 python $__tool_directory__/lexmapr2.py | 18 python $__tool_directory__/lexmapr2.py |
20 #if ($embl_ont != ""): | 19 #if ($embl_ont != ""): |
21 -e $embl_ont | 20 -e $embl_ont |