File: local2.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 (12 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<multi-test>

    <!-- try to get specified document from index file created on local file  and check fasta sequences -->

    <create-file-index input="indexing_files/fasta/amino.fa" output="fa2_local_file.uind" delete="yes"/>
    <load-document index="indDoc" dir="temp" url="fa2_local_file.uind" io="local_file" format="index"/>
    <get-doc-from-index indDocName="indDoc" docNum="0" docCtxName="outDoc"/>

    <load-document index="trueDoc" url="indexing_files/fasta/amino.fa" io="local_file" format="fasta"/>
    <compare-sequences-in-two-objects doc="outDoc" value="trueDoc"/>

</multi-test>