/var/lib/mobyle/programs/extractfeat.xml is in mobyle-programs 5.1.2-2.
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 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 | <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- XML Authors: Corinne Maufrais and Nicolas Joly, -->
<!-- 'Biological Software and Databases' Group, Institut Pasteur, Paris. -->
<!-- Distributed under LGPLv2 License. Please refer to the COPYING.LIB document. -->
<program>
<head>
<name>extractfeat</name>
<package>
<name>EMBOSS</name>
<version>6.3.1</version>
<doc>
<title>EMBOSS</title>
<description>
<text lang="en">European Molecular Biology Open Software Suite</text>
</description>
<authors>Rice,P. Longden,I. and Bleasby, A.</authors>
<reference>EMBOSS: The European Molecular Biology Open Software Suite (2000) Rice,P. Longden,I. and Bleasby, A. Trends in Genetics 16, (6) pp276--277</reference>
<sourcelink>http://emboss.sourceforge.net/download</sourcelink>
<homepagelink>http://emboss.sourceforge.net</homepagelink>
</doc>
</package>
<doc>
<title>extractfeat</title>
<description>
<text lang="en">Extract features from sequence(s)</text>
</description>
<doclink>http://bioweb2.pasteur.fr/docs/EMBOSS/extractfeat.html</doclink>
<doclink>http://emboss.sourceforge.net/docs/themes</doclink>
</doc>
<category>sequence:edit:feature_table</category>
<command>extractfeat</command>
</head>
<parameters>
<paragraph>
<name>e_input</name>
<prompt lang="en">Input section</prompt>
<parameters>
<parameter issimple="1" ismandatory="1">
<name>e_sequence</name>
<prompt lang="en">sequence option</prompt>
<type>
<datatype>
<class>Sequence</class>
</datatype>
<dataFormat>EMBL</dataFormat>
<dataFormat>FASTA</dataFormat>
<dataFormat>GCG</dataFormat>
<dataFormat>GENBANK</dataFormat>
<dataFormat>NBRF</dataFormat>
<dataFormat>CODATA</dataFormat>
<dataFormat>RAW</dataFormat>
<dataFormat>SWISSPROT</dataFormat>
<dataFormat>GFF</dataFormat>
<card>1,n</card>
</type>
<format>
<code proglang="python">("", " -sequence=" + str(value))[value is not None]</code>
</format>
<argpos>1</argpos>
</parameter>
</parameters>
</paragraph>
<paragraph>
<name>e_additional</name>
<prompt lang="en">Additional section</prompt>
<parameters>
<parameter>
<name>e_before</name>
<prompt lang="en">Amount of sequence before feature to extract</prompt>
<type>
<datatype>
<class>Integer</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<format>
<code proglang="python">("", " -before=" + str(value))[value is not None and value!=vdef]</code>
</format>
<argpos>2</argpos>
<comment>
<text lang="en">If this value is greater than 0 then that number of bases or residues before the feature are included in the extracted sequence. This allows you to get the context of the feature. If this value is negative then the start of the extracted sequence will be this number of bases/residues before the end of the feature. So a value of '10' will start the extraction 10 bases/residues before the start of the sequence, and a value of '-10' will start the extraction 10 bases/residues before the end of the feature. The output sequence will be padded with 'N' or 'X' characters if the sequence starts after the required start of the extraction.</text>
</comment>
</parameter>
<parameter>
<name>e_after</name>
<prompt lang="en">Amount of sequence after feature to extract</prompt>
<type>
<datatype>
<class>Integer</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<format>
<code proglang="python">("", " -after=" + str(value))[value is not None and value!=vdef]</code>
</format>
<argpos>3</argpos>
<comment>
<text lang="en">If this value is greater than 0 then that number of bases or residues after the feature are included in the extracted sequence. This allows you to get the context of the feature. If this value is negative then the end of the extracted sequence will be this number of bases/residues after the start of the feature. So a value of '10' will end the extraction 10 bases/residues after the end of the sequence, and a value of '-10' will end the extraction 10 bases/residues after the start of the feature. The output sequence will be padded with 'N' or 'X' characters if the sequence ends before the required end of the extraction.</text>
</comment>
</parameter>
<parameter>
<name>e_source</name>
<prompt lang="en">Source of feature to display</prompt>
<type>
<datatype>
<class>String</class>
</datatype>
</type>
<format>
<code proglang="python">("", " -source=" + str(value))[value is not None]</code>
</format>
<argpos>4</argpos>
<comment>
<text lang="en">By default any feature source in the feature table is shown. You can set this to match any feature source you wish to show.
The source name is usually either the name of the program that detected the feature or it is the feature table (eg: EMBL) that the feature came from.
The source may be wildcarded by using '*'.
If you wish to show more than one source, separate their names with the character '|', eg:
gene* | embl</text>
</comment>
</parameter>
<parameter>
<name>e_type</name>
<prompt lang="en">Type of feature to extract</prompt>
<type>
<datatype>
<class>String</class>
</datatype>
</type>
<format>
<code proglang="python">("", " -type=" + str(value))[value is not None]</code>
</format>
<argpos>5</argpos>
<comment>
<text lang="en">By default every feature in the feature table is extracted. You can set this to be any feature type you wish to extract.
See http://www.ebi.ac.uk/embl/WebFeat/ for a list of the EMBL feature types and see the Uniprot user manual in http://www.uniprot.org/manual/sequence_annotation for a list of the Uniprot feature types.
The type may be wildcarded by using '*'.
If you wish to extract more than one type, separate their names with the character '|', eg:
*UTR | intron</text>
</comment>
</parameter>
<parameter>
<name>e_sense</name>
<prompt lang="en">Sense of feature to extract</prompt>
<type>
<datatype>
<class>Integer</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<format>
<code proglang="python">("", " -sense=" + str(value))[value is not None and value!=vdef]</code>
</format>
<argpos>6</argpos>
<comment>
<text lang="en">By default any feature type in the feature table is extracted. You can set this to match any feature sense you wish. 0 - any sense, 1 - forward sense, -1 - reverse sense</text>
</comment>
</parameter>
<parameter>
<name>e_minscore</name>
<prompt lang="en">Minimum score of feature to extract</prompt>
<type>
<datatype>
<class>Float</class>
</datatype>
</type>
<vdef>
<value>0.0</value>
</vdef>
<format>
<code proglang="python">("", " -minscore=" + str(value))[value is not None and value!=vdef]</code>
</format>
<argpos>7</argpos>
<comment>
<text lang="en">Minimum score of feature to extract (see also maxscore)</text>
</comment>
</parameter>
<parameter>
<name>e_maxscore</name>
<prompt lang="en">Maximum score of feature to extract</prompt>
<type>
<datatype>
<class>Float</class>
</datatype>
</type>
<vdef>
<value>0.0</value>
</vdef>
<format>
<code proglang="python">("", " -maxscore=" + str(value))[value is not None and value!=vdef]</code>
</format>
<argpos>8</argpos>
<comment>
<text lang="en">Maximum score of feature to extract.
If both minscore and maxscore are zero (the default), then any score is ignored</text>
</comment>
</parameter>
<parameter>
<name>e_tag</name>
<prompt lang="en">Tag of feature to extract</prompt>
<type>
<datatype>
<class>String</class>
</datatype>
</type>
<format>
<code proglang="python">("", " -tag=" + str(value))[value is not None]</code>
</format>
<argpos>9</argpos>
<comment>
<text lang="en">Tags are the types of extra values that a feature may have. For example in the EMBL feature table, a 'CDS' type of feature may have the tags '/codon', '/codon_start', '/db_xref', '/EC_number', '/evidence', '/exception', '/function', '/gene', '/label', '/map', '/note', '/number', '/partial', '/product', '/protein_id', '/pseudo', '/standard_name', '/translation', '/transl_except', '/transl_table', or '/usedin'. Some of these tags also have values, for example '/gene' can have the value of the gene name.
By default any feature tag in the feature table is extracted. You can set this to match any feature tag you wish to show.
The tag may be wildcarded by using '*'.
If you wish to extract more than one tag, separate their names with the character '|', eg:
gene | label</text>
</comment>
</parameter>
<parameter>
<name>e_value</name>
<prompt lang="en">Value of feature tags to extract</prompt>
<type>
<datatype>
<class>String</class>
</datatype>
</type>
<format>
<code proglang="python">("", " -value=" + str(value))[value is not None]</code>
</format>
<argpos>10</argpos>
<comment>
<text lang="en">Tag values are the values associated with a feature tag. Tags are the types of extra values that a feature may have. For example in the EMBL feature table, a 'CDS' type of feature may have the tags '/codon', '/codon_start', '/db_xref', '/EC_number', '/evidence', '/exception', '/function', '/gene', '/label', '/map', '/note', '/number', '/partial', '/product', '/protein_id', '/pseudo', '/standard_name', '/translation', '/transl_except', '/transl_table', or '/usedin'. Only some of these tags can have values, for example '/gene' can have the value of the gene name. By default any feature tag value in the feature table is shown. You can set this to match any feature tag value you wish to show.
The tag value may be wildcarded by using '*'.
If you wish to show more than one tag value, separate their names with a space or the character '|', eg:
pax* | 10</text>
</comment>
</parameter>
</parameters>
</paragraph>
<paragraph>
<name>e_output</name>
<prompt lang="en">Output section</prompt>
<parameters>
<parameter>
<name>e_join</name>
<prompt lang="en">Output introns etc. as one sequence</prompt>
<type>
<datatype>
<class>Boolean</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<format>
<code proglang="python">("", " -join")[ bool(value) ]</code>
</format>
<argpos>11</argpos>
<comment>
<text lang="en">Some features, such as CDS (coding sequence) and mRNA are composed of introns concatenated together. There may be other forms of 'joined' sequence, depending on the feature table. If this option is set TRUE, then any group of these features will be output as a single sequence. If the 'before' and 'after' qualifiers have been set, then only the sequence before the first feature and after the last feature are added.</text>
</comment>
</parameter>
<parameter>
<name>e_featinname</name>
<prompt lang="en">Append type of feature to output sequence name</prompt>
<type>
<datatype>
<class>Boolean</class>
</datatype>
</type>
<vdef>
<value>0</value>
</vdef>
<format>
<code proglang="python">("", " -featinname")[ bool(value) ]</code>
</format>
<argpos>12</argpos>
<comment>
<text lang="en">To aid you in identifying the type of feature that has been output, the type of feature is added to the start of the description of the output sequence. Sometimes the description of a sequence is lost in subsequent processing of the sequences file, so it is useful for the type to be a part of the sequence ID name. If you set this to be TRUE then the name is added to the ID name of the output sequence.</text>
</comment>
</parameter>
<parameter>
<name>e_describe</name>
<prompt lang="en">Feature tag names to add to the description</prompt>
<type>
<datatype>
<class>String</class>
</datatype>
</type>
<format>
<code proglang="python">("", " -describe=" + str(value))[value is not None]</code>
</format>
<argpos>13</argpos>
<comment>
<text lang="en">To aid you in identifying some further properties of a feature that has been output, this lets you specify one or more tag names that should be added to the output sequence Description text, together with their values (if any). For example, if this is set to be 'gene', then if any output feature has the tag (for example) '/gene=BRCA1' associated with it, then the text '(gene=BRCA1)' will be added to the Description line. Tags are the types of extra values that a feature may have. For example in the EMBL feature table, a 'CDS' type of feature may have the tags '/codon', '/codon_start', '/db_xref', '/EC_number', '/evidence', '/exception', '/function', '/gene', '/label', '/map', '/note', '/number', '/partial', '/product', '/protein_id', '/pseudo', '/standard_name', '/translation', '/transl_except', '/transl_table', or '/usedin'. Some of these tags also have values, for example '/gene' can have the value of the gene name.
By default no feature tag is displayed. You can set this to match any feature tag you wish to show.
The tag may be wildcarded by using '*'.
If you wish to extract more than one tag, separate their names with the character '|', eg:
gene | label</text>
</comment>
</parameter>
<parameter>
<name>e_outseq</name>
<prompt lang="en">Name of the output sequence file (e_outseq)</prompt>
<type>
<datatype>
<class>Filename</class>
</datatype>
</type>
<vdef>
<value>extractfeat.e_outseq</value>
</vdef>
<format>
<code proglang="python">("" , " -outseq=" + str(value))[value is not None]</code>
</format>
<argpos>14</argpos>
</parameter>
<parameter>
<name>e_osformat_outseq</name>
<prompt lang="en">Choose the sequence output format</prompt>
<type>
<datatype>
<class>Choice</class>
</datatype>
</type>
<vdef>
<value>FASTA</value>
</vdef>
<vlist>
<velem>
<value>EMBL</value>
<label>Embl</label>
</velem>
<velem>
<value>FASTA</value>
<label>Fasta</label>
</velem>
<velem>
<value>GCG</value>
<label>Gcg</label>
</velem>
<velem>
<value>GENBANK</value>
<label>Genbank</label>
</velem>
<velem>
<value>NBRF</value>
<label>Nbrf</label>
</velem>
<velem>
<value>CODATA</value>
<label>Codata</label>
</velem>
<velem>
<value>RAW</value>
<label>Raw</label>
</velem>
<velem>
<value>SWISSPROT</value>
<label>Swissprot</label>
</velem>
<velem>
<value>GFF</value>
<label>Gff</label>
</velem>
</vlist>
<format>
<code proglang="python">("", " -osformat=" + str(value))[value is not None and value!=vdef]</code>
</format>
<argpos>15</argpos>
</parameter>
<parameter isout="1">
<name>e_outseq_out</name>
<prompt lang="en">outseq_out option</prompt>
<type>
<datatype>
<class>Sequence</class>
</datatype>
<dataFormat>
<ref param="e_osformat_outseq">
</ref>
</dataFormat>
</type>
<filenames>
<code proglang="python">e_outseq</code>
</filenames>
</parameter>
</parameters>
</paragraph>
<parameter ishidden="1">
<name>auto</name>
<prompt lang="en">Turn off any prompting</prompt>
<type>
<datatype>
<class>String</class>
</datatype>
</type>
<format>
<code proglang="python">" -auto -stdout"</code>
</format>
<argpos>16</argpos>
</parameter>
</parameters>
</program>
|