/var/lib/mobyle/programs/rankoptimizer.xml is in mobyle-programs 5.1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | <program>
<head>
<name>rankoptimizer</name>
<version>1.0</version>
<doc>
<title>rankoptimizer</title>
<description>
<text lang="en">rankoptimizer report taxonomic abundance with Krona library, based on BLAST hits. Programm use Krona 2.0 an interactive metagenomic visualization tool in a Web browser</text>
</description>
<authors>C. Maufrais</authors>
<homepagelink>http://sourceforge.net/p/krona/home/krona/</homepagelink>
<reference>Krona-2.0: Ondov BD, Bergman NH, and Phillippy AM. Interactive metagenomic visualization in a Web browser. BMC Bioinformatics. 2011 Sep 30; 12(1):385.</reference>
</doc>
<category>database:search:display</category>
<command>rankoptimizer</command>
</head>
<parameters>
<parameter issimple="1" ismandatory="1" ismaininput="1">
<name>inputFile</name>
<prompt>Taxoptimizer output file</prompt>
<type>
<datatype>
<class>taxoptimizerTextReport</class>
<superclass>Report</superclass>
</datatype>
</type>
<comment>
<text lang="en">Tabulated file</text>
</comment>
<format>
<code proglang="python">' -i ' + str(value)</code>
</format>
<argpos>10</argpos>
</parameter>
<paragraph>
<prompt>Output Options</prompt>
<name>rankoptimizerOptions</name>
<parameters>
<parameter>
<name>lca</name>
<prompt>Report lowest common ancestor of taxonomic abundance (-a)</prompt>
<type>
<datatype>
<class>Boolean</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<argpos>70</argpos>
<format>
<code proglang="python">('',' -a ')[value]</code>
</format>
</parameter>
<parameter issimple="1">
<name>xmlKronaOutput</name>
<prompt>xml output</prompt>
<type>
<datatype>
<class>Boolean</class>
</datatype>
</type>
<vdef>
<value>1</value>
</vdef>
<comment>
<text lang="en">Abundance is report in a xml file with krona Specification (-k).</text>
</comment>
<format>
<code proglang="python">('', ' -k rankoptimizer.xml')[value]</code>
</format>
<argpos>20</argpos>
</parameter>
<parameter issimple="1">
<name>htmlKronaOutput</name>
<prompt>html output</prompt>
<type>
<datatype>
<class>Boolean</class>
</datatype>
</type>
<vdef>
<value>1</value>
</vdef>
<comment>
<text lang="en">Abundance is report in html file with krona Specification and Krona javascript library (-v).</text>
</comment>
<format>
<code proglang="python">('', ' -v rankoptimizer.html' )[value]</code>
</format>
<argpos>30</argpos>
</parameter>
<parameter>
<name>delta</name>
<prompt>Percentage of score to be considered to be relevant (-d)</prompt>
<type>
<datatype>
<class>Integer</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<comment>
<text lang="en">Analysis lines only if the score S is <= best score Sb + value. Default: value = 0.</text>
</comment>
<format>
<code proglang="python"> ('',' -d '+ str(value))[value is not None]</code>
</format>
<argpos>40</argpos>
</parameter>
<parameter>
<name>cellular</name>
<prompt>Remove 'cellular organism' from taxonomy (-l) </prompt>
<type>
<datatype>
<class>Boolean</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<argpos>70</argpos>
<format>
<code proglang="python">('',' -l ')[value]</code>
</format>
</parameter>
</parameters>
</paragraph>
<parameter isstdout="1">
<name>lcaout</name>
<prompt>LCA output name</prompt>
<type>
<datatype>
<class>LCAReport</class>
<superclass>Report</superclass>
</datatype>
</type>
<precond>
<code proglang="python">lca</code>
</precond>
<filenames>
<code proglang="python">"rankoptimizer.out"</code>
</filenames>
</parameter>
<parameter isout="1">
<name>htmloutfile</name>
<prompt>HTML Output file(s)</prompt>
<type>
<datatype>
<class>KronaHtmlReport</class>
<superclass>Report</superclass>
</datatype>
</type>
<precond>
<code proglang="python">htmlKronaOutput</code>
</precond>
<filenames>
<code proglang="python">"rankoptimizer.html"</code>
</filenames>
</parameter>
<parameter isout="1">
<name>xmloutfile</name>
<prompt>XML Output file(s)</prompt>
<type>
<datatype>
<class>KronaXMLReport</class>
<superclass>Report</superclass>
</datatype>
</type>
<precond>
<code proglang="python">xmlKronaOutput</code>
</precond>
<filenames>
<code proglang="python">"rankoptimizer.xml"</code>
</filenames>
</parameter>
</parameters>
</program>
|