File: local.xml

package info (click to toggle)
ugene 51.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 125,712 kB
  • sloc: cpp: 637,632; xml: 212,751; ansic: 81,474; javascript: 5,416; sh: 1,204; python: 771; makefile: 36
file content (15 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<multi-test>

    <!-- try to get specified document from index file created on big local file and check msa with original -->

    <generate-file input="indexing_files/clustal/local_file.aln" amount="8000" outCtxName="tmpOut" gzipOut=""/>
    <create-file-index tmpInput="yes" input="tmpOut" output="bclu_local_file.uind" delete="yes"/>
    <load-document index="indDoc" dir="temp" url="bclu_local_file.uind" io="local_file"
                   format="index"/>
    <get-doc-from-index indDocName="indDoc" docNum="4399" docCtxName="outDoc"/>

    <load-document index="trueDoc" url="indexing_files/clustal/local_file.aln"
                   io="local_file" format="clustal"/>
    <compare-Msequences-in-two-objects doc="outDoc" value="trueDoc"/>

</multi-test>