Mercurial > repos > kkonganti > lexmapr2_from_cfsan
comparison cfsan_lexmapr2.xml @ 12:530cafac56f9
"planemo upload"
author | kkonganti |
---|---|
date | Thu, 15 Sep 2022 13:55:38 -0400 |
parents | abb0fc18a85d |
children | bdccef316f65 |
comparison
equal
deleted
inserted
replaced
11:abb0fc18a85d | 12:530cafac56f9 |
---|---|
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; | 16 echo \$PYTHONPATH 1>&2; |
17 mkdir -p lexmapr2-input || exit 1; | 17 mkdir -p lexmapr2-input || exit 1; |
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 |