File: local_gzip.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-- 764 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 gzipped index file created on local and gzipped files and check msa with original -->

    <create-file-index input="indexing_files/clustal/local_file.aln,indexing_files/clustal/gzip_file.aln.gz"
                       output="clu_local_gz_file.uind.gz" delete="yes"/>
    <load-document index="indDoc" dir="temp" url="clu_local_gz_file.uind.gz" io="local_file_gzip"
                   format="index"/>
    <get-doc-from-index indDocName="indDoc" docNum="3" docCtxName="outDoc"/>

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

</multi-test>