Mercurial > repos > kkonganti > lexmapr2_from_cfsan
comparison cfsan_lexmapr2.xml @ 3:c56b568f3dde
"planemo upload"
author | kkonganti |
---|---|
date | Thu, 15 Sep 2022 13:03:18 -0400 |
parents | 328a5cff4d10 |
children | b959a72ca0b5 |
comparison
equal
deleted
inserted
replaced
2:328a5cff4d10 | 3:c56b568f3dde |
---|---|
15 <command detect_errors="exit_code"><![CDATA[ | 15 <command detect_errors="exit_code"><![CDATA[ |
16 python $__tool_directory__/lexmapr2.py | 16 python $__tool_directory__/lexmapr2.py |
17 #if ($embl_ont != ""): | 17 #if ($embl_ont != ""): |
18 -e $embl_ont | 18 -e $embl_ont |
19 #end if | 19 #end if |
20 $no_ancestors | 20 #if (str($no_ancestors) != "false"): |
21 $bins | 21 $no_ancestors |
22 $full | 22 #end if |
23 $graph | 23 #if (str($bins) != "false"): |
24 #if $input_json.json_is_set | 24 $bins |
25 #end if | |
26 #if (str($full) != "false"): | |
27 $full | |
28 #end if | |
29 #if (str($graph) != "false"): | |
30 $graph | |
31 #end if | |
32 #if $input_json.json_is_set: | |
25 -u "$input_json.upload" | 33 -u "$input_json.upload" |
26 #end if | 34 #end if |
27 $input | 35 $input |
28 ]]></command> | 36 ]]></command> |
29 <environment_variables> | 37 <environment_variables> |