<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>
|