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