Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2012 11:25:55 GMT
From:      Hannes <h2+fbsdports@fsfe.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167571: [new port] biology/seqan
Message-ID:  <201205041125.q44BPtAU037372@red.freebsd.org>
Resent-Message-ID: <201205041130.q44BU3P9090605@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167571
>Category:       ports
>Synopsis:       [new port] biology/seqan
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 04 11:30:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Hannes
>Release:        FreeBSD9
>Organization:
FSFE
>Environment:
FreeBSD freebsdMACPRO 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data. Our library applies a unique generic design that guarantees high performance, generality, extensibility, and integration with other libraries. SeqAn is easy to use and simplifies the development of new software tools with a minimal loss of performance.

>How-To-Repeat:

>Fix:
rename to .txt and unshar the shar ;)

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	seqan
#	seqan/Makefile
#	seqan/pkg-descr
#	seqan/distinfo
#	seqan/pkg-plist
#	seqan/files
#	seqan/files/patch-cmake-apps-CMakeLists.txt
#	seqan/files/patch-cmake-CMakeLists.txt
#	seqan/pkg-message
#
echo c - seqan
mkdir -p seqan > /dev/null 2>&1
echo x - seqan/Makefile
sed 's/^X//' >seqan/Makefile << '0bc92d9525ac789e54e36784e6b88bdb'
X# New ports collection makefile for:   seqan
X# Date created:        3 May 2012
X# Whom:                h2
X#
X# $FreeBSD$
X#
X
XPORTNAME=       seqan
XPORTVERSION=    1.3.1
XCATEGORIES=     biology
XMASTER_SITES=   http://ftp.seqan.de/releases/
X
XMAINTAINER=     h2+fsbdports@fsfe.org
XCOMMENT=        C++ Sequence Analysis Library
X
XLICENSE=        BSD GPLv3
XLICENSE_COMB=	multi
XLICENSE_FILE=${WRKSRC}/seqan/LICENSE
XLICENSE_FILE=${WRKSRC}/apps/LICENSE
X
XUSE_ZIP=        YES
X
XUSE_CMAKE=      YES
XCMAKE_BUILD_TYPE=Release
XCMAKE_SOURCE_PATH=${WRKSRC}/cmake
XCMAKE_OUTSOURCE=YES
XUSE_PYTHON_BUILD=YES
XMAKE_JOB_SAFE=  YES
X
X.include <bsd.port.pre.mk>
X
X# unsafe workaround because FreeBSD lacks logl and expl
X# see "BUGS" in `man 3 math`
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|expl|exp|g' ${WRKSRC}/apps/snp_store/snp_store.h
X	@${REINPLACE_CMD} -e 's|logl|log|g' ${WRKSRC}/apps/snp_store/snp_store.h
X
Xpost-install:
X	@${CAT} pkg-message | sed -e 's|/usr/local|'${PREFIX}'|g'
X
X.include <bsd.port.post.mk>
0bc92d9525ac789e54e36784e6b88bdb
echo x - seqan/pkg-descr
sed 's/^X//' >seqan/pkg-descr << 'b4e8fccfe625e12d2ba3d275b5b60480'
XSeqAn is an open source C++ library of efficient algorithms
Xand data structures for the analysis of sequences with the
Xfocus on biological data. The library is licensed under the
X3-clause BSD license except the applications which are GPL.
X
XWWW: http://www.seqan.de
b4e8fccfe625e12d2ba3d275b5b60480
echo x - seqan/distinfo
sed 's/^X//' >seqan/distinfo << '693098415529dedda8b99fad24fa673e'
XSHA256 (seqan-1.3.1.zip) = 87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb
XSIZE (seqan-1.3.1.zip) = 8787521
693098415529dedda8b99fad24fa673e
echo x - seqan/pkg-plist
sed 's/^X//' >seqan/pkg-plist << 'c2d0b767f4af5a77aa847e7b4e826c70'
Xbin/dfi
Xbin/insegt
Xbin/mason
Xbin/micro_razers
Xbin/pair_align
Xbin/param_chooser
Xbin/rabema
Xbin/razers
Xbin/razers2
Xbin/rep_sep
Xbin/sak
Xbin/seqan_tcoffee
Xbin/seqcons
Xbin/snp_store
Xbin/splazers
Xbin/stellar
Xbin/tree_recon
Xinclude/seqan.h
Xinclude/seqan/align.h
Xinclude/seqan/align/align_algorithms.h
Xinclude/seqan/align/align_base.h
Xinclude/seqan/align/align_cols_base.h
Xinclude/seqan/align/align_dynprog.h
Xinclude/seqan/align/align_generated_forwards.h
Xinclude/seqan/align/align_hirschberg.h
Xinclude/seqan/align/align_iterator_base.h
Xinclude/seqan/align/align_local_dynprog.h
Xinclude/seqan/align/align_local_dynprog_banded.h
Xinclude/seqan/align/align_myers.h
Xinclude/seqan/align/align_trace.h
Xinclude/seqan/align/gaps_array.h
Xinclude/seqan/align/gaps_base.h
Xinclude/seqan/align/gaps_iterator_base.h
Xinclude/seqan/align/gaps_sumlist.h
Xinclude/seqan/align/hirschberg_set.h
Xinclude/seqan/align/matrix_base.h
Xinclude/seqan/basic.h
Xinclude/seqan/basic/basic_aggregates.h
Xinclude/seqan/basic/basic_allocator_chunkpool.h
Xinclude/seqan/basic/basic_allocator_interface.h
Xinclude/seqan/basic/basic_allocator_multipool.h
Xinclude/seqan/basic/basic_allocator_simple.h
Xinclude/seqan/basic/basic_allocator_singlepool.h
Xinclude/seqan/basic/basic_allocator_to_std.h
Xinclude/seqan/basic/basic_alphabet_interface.h
Xinclude/seqan/basic/basic_alphabet_interface2.h
Xinclude/seqan/basic/basic_alphabet_simple.h
Xinclude/seqan/basic/basic_alphabet_simple_tabs.h
Xinclude/seqan/basic/basic_alphabet_trait_basic.h
Xinclude/seqan/basic/basic_compare.h
Xinclude/seqan/basic/basic_converter.h
Xinclude/seqan/basic/basic_counted_ptr.h
Xinclude/seqan/basic/basic_debug.h
Xinclude/seqan/basic/basic_definition.h
Xinclude/seqan/basic/basic_forwards.h
Xinclude/seqan/basic/basic_generated_forwards.h
Xinclude/seqan/basic/basic_holder.h
Xinclude/seqan/basic/basic_holder_dynamic.h
Xinclude/seqan/basic/basic_host.h
Xinclude/seqan/basic/basic_iterator.h
Xinclude/seqan/basic/basic_iterator_adapt_std.h
Xinclude/seqan/basic/basic_iterator_adaptor.h
Xinclude/seqan/basic/basic_iterator_base.h
Xinclude/seqan/basic/basic_iterator_position.h
Xinclude/seqan/basic/basic_iterator_simple.h
Xinclude/seqan/basic/basic_logvalue.h
Xinclude/seqan/basic/basic_metaprogramming.h
Xinclude/seqan/basic/basic_operator.h
Xinclude/seqan/basic/basic_parallelism.h
Xinclude/seqan/basic/basic_pointer.h
Xinclude/seqan/basic/basic_profchar.h
Xinclude/seqan/basic/basic_profile.h
Xinclude/seqan/basic/basic_proxy.h
Xinclude/seqan/basic/basic_sse2.h
Xinclude/seqan/basic/basic_tag.h
Xinclude/seqan/basic/basic_testing.h
Xinclude/seqan/basic/basic_transport.h
Xinclude/seqan/basic/basic_type.h
Xinclude/seqan/basic/basic_volatile_ptr.h
Xinclude/seqan/blast.h
Xinclude/seqan/blast/blast_base.h
Xinclude/seqan/blast/blast_generated_forwards.h
Xinclude/seqan/blast/blast_hit.h
Xinclude/seqan/blast/blast_hit_iterator.h
Xinclude/seqan/blast/blast_hsp.h
Xinclude/seqan/blast/blast_hsp_iterator.h
Xinclude/seqan/blast/blast_iterator.h
Xinclude/seqan/blast/blast_parsing.h
Xinclude/seqan/blast/blast_report.h
Xinclude/seqan/blast/blast_run.h
Xinclude/seqan/blast/blast_stream_hit.h
Xinclude/seqan/blast/blast_stream_hit_iterator.h
Xinclude/seqan/blast/blast_stream_hsp_iterator.h
Xinclude/seqan/blast/blast_stream_report.h
Xinclude/seqan/chaining.h
Xinclude/seqan/chaining/chain_base.h
Xinclude/seqan/chaining/chain_generic.h
Xinclude/seqan/chaining/chain_meta_fragment.h
Xinclude/seqan/chaining/chain_point.h
Xinclude/seqan/chaining/chain_wrapper_point.h
Xinclude/seqan/chaining/chaining_generated_forwards.h
Xinclude/seqan/chaining/fragment.h
Xinclude/seqan/chaining/geom_distribution.h
Xinclude/seqan/chaining/range_max_tree.h
Xinclude/seqan/chaining/range_tree.h
Xinclude/seqan/chaining/rmt_base.h
Xinclude/seqan/chaining/rmt_common_algos.h
Xinclude/seqan/chaining/rmt_compl_algos.h
Xinclude/seqan/chaining/rmt_def_algos.h
Xinclude/seqan/chaining/rmt_skip_base_element.h
Xinclude/seqan/chaining/rmt_skip_element.h
Xinclude/seqan/chaining/rt_base.h
Xinclude/seqan/chaining/rt_common_algos.h
Xinclude/seqan/chaining/rt_impl.h
Xinclude/seqan/chaining/rt_skip_base_element.h
Xinclude/seqan/chaining/rt_skip_element.h
Xinclude/seqan/chaining/rt_sl_base.h
Xinclude/seqan/chaining/rt_sl_compl_algos.h
Xinclude/seqan/chaining/rt_sl_def_algos.h
Xinclude/seqan/chaining/rt_sl_impl.h
Xinclude/seqan/chaining/score_chain.h
Xinclude/seqan/chaining/score_chain_sop.h
Xinclude/seqan/chaining/score_manhattan.h
Xinclude/seqan/chaining/score_zero.h
Xinclude/seqan/chaining/skip_base_element.h
Xinclude/seqan/chaining/skip_element.h
Xinclude/seqan/chaining/skip_list.h
Xinclude/seqan/chaining/skip_list_base.h
Xinclude/seqan/chaining/skip_list_dynamic.h
Xinclude/seqan/chaining/skip_list_impl.h
Xinclude/seqan/chaining/skip_list_iterator.h
Xinclude/seqan/chaining/skip_list_type.h
Xinclude/seqan/chaining/skip_pool_alloc.h
Xinclude/seqan/chaining/tree_chain.h
Xinclude/seqan/chaining/tree_chain_sop.h
Xinclude/seqan/chaining/tree_chain_utils.h
Xinclude/seqan/consensus.h
Xinclude/seqan/consensus/consensus_base.h
Xinclude/seqan/consensus/consensus_generated_forwards.h
Xinclude/seqan/consensus/consensus_library.h
Xinclude/seqan/consensus/consensus_realign.h
Xinclude/seqan/consensus/consensus_score.h
Xinclude/seqan/file.h
Xinclude/seqan/file/chunk_collector.h
Xinclude/seqan/file/cstream.h
Xinclude/seqan/file/file_array.h
Xinclude/seqan/file/file_base.h
Xinclude/seqan/file/file_cstyle.h
Xinclude/seqan/file/file_filereader.h
Xinclude/seqan/file/file_filereaderiterator.h
Xinclude/seqan/file/file_format.h
Xinclude/seqan/file/file_format_cgviz.h
Xinclude/seqan/file/file_format_embl.h
Xinclude/seqan/file/file_format_fasta.h
Xinclude/seqan/file/file_format_fasta_align.h
Xinclude/seqan/file/file_format_genbank.h
Xinclude/seqan/file/file_format_guess.h
Xinclude/seqan/file/file_format_mmap.h
Xinclude/seqan/file/file_format_raw.h
Xinclude/seqan/file/file_forwards.h
Xinclude/seqan/file/file_generated_forwards.h
Xinclude/seqan/file/file_page.h
Xinclude/seqan/file/file_page_raid0.h
Xinclude/seqan/file/meta.h
Xinclude/seqan/file/stream.h
Xinclude/seqan/file/stream_algorithms.h
Xinclude/seqan/file/string_external.h
Xinclude/seqan/file/string_mmap.h
Xinclude/seqan/find.h
Xinclude/seqan/find/find_abndm.h
Xinclude/seqan/find/find_ahocorasick.h
Xinclude/seqan/find/find_base.h
Xinclude/seqan/find/find_begin.h
Xinclude/seqan/find/find_bndm.h
Xinclude/seqan/find/find_bom.h
Xinclude/seqan/find/find_generated_forwards.h
Xinclude/seqan/find/find_hamming_simple.h
Xinclude/seqan/find/find_horspool.h
Xinclude/seqan/find/find_multi.h
Xinclude/seqan/find/find_multiple_bfam.h
Xinclude/seqan/find/find_multiple_shiftand.h
Xinclude/seqan/find/find_myers_ukkonen.h
Xinclude/seqan/find/find_pattern_base.h
Xinclude/seqan/find/find_pex.h
Xinclude/seqan/find/find_score.h
Xinclude/seqan/find/find_set_horspool.h
Xinclude/seqan/find/find_shiftand.h
Xinclude/seqan/find/find_shiftor.h
Xinclude/seqan/find/find_simple.h
Xinclude/seqan/find/find_wild_shiftand.h
Xinclude/seqan/find/find_wumanber.h
Xinclude/seqan/find2.h
Xinclude/seqan/find2/find2_generated_forwards.h
Xinclude/seqan/find2/find_approx_dpsearch.h
Xinclude/seqan/find2/find_approx_find_begin.h
Xinclude/seqan/find2/find_base.h
Xinclude/seqan/find2/find_exact_shiftand.h
Xinclude/seqan/find2/find_exact_simple.h
Xinclude/seqan/find2/find_finder_default.h
Xinclude/seqan/find2/find_hamming_simple.h
Xinclude/seqan/find2/find_multiple_exact_simple.h
Xinclude/seqan/find2/find_pattern_wild_shiftand.h
Xinclude/seqan/find_motif.h
Xinclude/seqan/find_motif/em_algorithm.h
Xinclude/seqan/find_motif/find_motif_base.h
Xinclude/seqan/find_motif/find_motif_epatternbranching.h
Xinclude/seqan/find_motif/find_motif_generated_forwards.h
Xinclude/seqan/find_motif/find_motif_pms1.h
Xinclude/seqan/find_motif/find_motif_pmsp.h
Xinclude/seqan/find_motif/find_motif_projection.h
Xinclude/seqan/find_motif/frequency_distribution.h
Xinclude/seqan/find_motif/profile.h
Xinclude/seqan/find_motif/pseudocount_base.h
Xinclude/seqan/find_motif/pseudocount_mode_c.h
Xinclude/seqan/find_motif/pseudocount_mode_p.h
Xinclude/seqan/find_motif/sequence_model_types.h
Xinclude/seqan/graph_algorithms.h
Xinclude/seqan/graph_algorithms/graph_algorithm.h
Xinclude/seqan/graph_algorithms/graph_algorithm_heap_tree.h
Xinclude/seqan/graph_algorithms/graph_algorithm_hmm.h
Xinclude/seqan/graph_algorithms/graph_algorithm_lis_his.h
Xinclude/seqan/graph_algorithms/graph_algorithms_generated_forwards.h
Xinclude/seqan/graph_align.h
Xinclude/seqan/graph_align/graph_align_banded_gotoh.h
Xinclude/seqan/graph_align/graph_align_banded_needleman_wunsch.h
Xinclude/seqan/graph_align/graph_align_banded_smith_waterman_clump.h
Xinclude/seqan/graph_align/graph_align_base.h
Xinclude/seqan/graph_align/graph_align_config.h
Xinclude/seqan/graph_align/graph_align_generated_forwards.h
Xinclude/seqan/graph_align/graph_align_gotoh.h
Xinclude/seqan/graph_align/graph_align_hirschberg.h
Xinclude/seqan/graph_align/graph_align_interface.h
Xinclude/seqan/graph_align/graph_align_needleman_wunsch.h
Xinclude/seqan/graph_align/graph_align_smith_waterman.h
Xinclude/seqan/graph_align/graph_align_smith_waterman_clump.h
Xinclude/seqan/graph_msa.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_base.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_distance.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_guidetree.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_io.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_kmer.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_library.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_msa.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_progressive.h
Xinclude/seqan/graph_msa/graph_align_tcoffee_refinement.h
Xinclude/seqan/graph_msa/graph_msa_generated_forwards.h
Xinclude/seqan/graph_types.h
Xinclude/seqan/graph_types/graph_base.h
Xinclude/seqan/graph_types/graph_drawing.h
Xinclude/seqan/graph_types/graph_edgestump.h
Xinclude/seqan/graph_types/graph_idmanager.h
Xinclude/seqan/graph_types/graph_impl_automaton.h
Xinclude/seqan/graph_types/graph_impl_directed.h
Xinclude/seqan/graph_types/graph_impl_fragment.h
Xinclude/seqan/graph_types/graph_impl_hmm.h
Xinclude/seqan/graph_types/graph_impl_oracle.h
Xinclude/seqan/graph_types/graph_impl_tree.h
Xinclude/seqan/graph_types/graph_impl_trie.h
Xinclude/seqan/graph_types/graph_impl_undirected.h
Xinclude/seqan/graph_types/graph_impl_wordgraph.h
Xinclude/seqan/graph_types/graph_interface.h
Xinclude/seqan/graph_types/graph_iterator.h
Xinclude/seqan/graph_types/graph_iterator_adjacency.h
Xinclude/seqan/graph_types/graph_iterator_bfs.h
Xinclude/seqan/graph_types/graph_iterator_dfs.h
Xinclude/seqan/graph_types/graph_iterator_edge.h
Xinclude/seqan/graph_types/graph_iterator_outedge.h
Xinclude/seqan/graph_types/graph_iterator_vertex.h
Xinclude/seqan/graph_types/graph_property.h
Xinclude/seqan/graph_types/graph_types_generated_forwards.h
Xinclude/seqan/graph_types/graph_utility_parsing.h
Xinclude/seqan/index.h
Xinclude/seqan/index/find_index.h
Xinclude/seqan/index/find_index_approx.h
Xinclude/seqan/index/find_index_esa.h
Xinclude/seqan/index/find_index_qgram.h
Xinclude/seqan/index/find_quasar.h
Xinclude/seqan/index/find_swift.h
Xinclude/seqan/index/index_base.h
Xinclude/seqan/index/index_bwt.h
Xinclude/seqan/index/index_childtab.h
Xinclude/seqan/index/index_dfi.h
Xinclude/seqan/index/index_esa_algs.h
Xinclude/seqan/index/index_esa_algs_multi.h
Xinclude/seqan/index/index_esa_base.h
Xinclude/seqan/index/index_esa_drawing.h
Xinclude/seqan/index/index_esa_stree.h
Xinclude/seqan/index/index_generated_forwards.h
Xinclude/seqan/index/index_lcp.h
Xinclude/seqan/index/index_lcp_tree.h
Xinclude/seqan/index/index_manual_forwards.h
Xinclude/seqan/index/index_pizzachili.h
Xinclude/seqan/index/index_pizzachili_find.h
Xinclude/seqan/index/index_pizzachili_string.h
Xinclude/seqan/index/index_qgram.h
Xinclude/seqan/index/index_qgram_openaddressing.h
Xinclude/seqan/index/index_sa_btree.h
Xinclude/seqan/index/index_sa_bwtwalk.h
Xinclude/seqan/index/index_sa_lss.h
Xinclude/seqan/index/index_sa_mm.h
Xinclude/seqan/index/index_sa_qsort.h
Xinclude/seqan/index/index_shawarma.h
Xinclude/seqan/index/index_shims.h
Xinclude/seqan/index/index_skew3.h
Xinclude/seqan/index/index_skew7.h
Xinclude/seqan/index/index_skew7_multi.h
Xinclude/seqan/index/index_wotd.h
Xinclude/seqan/index/pipe_merger3.h
Xinclude/seqan/index/pipe_merger7.h
Xinclude/seqan/index/pizzachili_api.h
Xinclude/seqan/index/pump_extender3.h
Xinclude/seqan/index/pump_extender7.h
Xinclude/seqan/index/pump_lcp_core.h
Xinclude/seqan/index/pump_separator7.h
Xinclude/seqan/index/radix.h
Xinclude/seqan/index/repeat_base.h
Xinclude/seqan/index/shape_base.h
Xinclude/seqan/index/shape_gapped.h
Xinclude/seqan/index/shape_onegapped.h
Xinclude/seqan/index/shape_predefined.h
Xinclude/seqan/index/shape_threshold.h
Xinclude/seqan/map.h
Xinclude/seqan/map/map_adapter_stl.h
Xinclude/seqan/map/map_base.h
Xinclude/seqan/map/map_chooser.h
Xinclude/seqan/map/map_generated_forwards.h
Xinclude/seqan/map/map_skiplist.h
Xinclude/seqan/map/map_vector.h
Xinclude/seqan/map/sumlist.h
Xinclude/seqan/map/sumlist_mini.h
Xinclude/seqan/map/sumlist_skip.h
Xinclude/seqan/misc/edit_environment.h
Xinclude/seqan/misc/misc_base.h
Xinclude/seqan/misc/misc_cmdparser.h
Xinclude/seqan/misc/misc_dequeue.h
Xinclude/seqan/misc/misc_generated_forwards.h
Xinclude/seqan/misc/misc_interval_tree.h
Xinclude/seqan/misc/misc_long_word.h
Xinclude/seqan/misc/misc_map.h
Xinclude/seqan/misc/misc_parsing.h
Xinclude/seqan/misc/misc_random.h
Xinclude/seqan/misc/misc_set.h
Xinclude/seqan/misc/misc_svg.h
Xinclude/seqan/misc/priority_type_base.h
Xinclude/seqan/misc/priority_type_heap.h
Xinclude/seqan/modifier.h
Xinclude/seqan/modifier/modifier_alphabet.h
Xinclude/seqan/modifier/modifier_alphabet_expansion.h
Xinclude/seqan/modifier/modifier_functors.h
Xinclude/seqan/modifier/modifier_generated_forwards.h
Xinclude/seqan/modifier/modifier_iterator.h
Xinclude/seqan/modifier/modifier_reverse.h
Xinclude/seqan/modifier/modifier_shortcuts.h
Xinclude/seqan/modifier/modifier_string.h
Xinclude/seqan/modifier/modifier_view.h
Xinclude/seqan/parallel.h
Xinclude/seqan/parallel/parallel_atomic_misc.h
Xinclude/seqan/parallel/parallel_atomic_primitives.h
Xinclude/seqan/parallel/parallel_generated_forwards.h
Xinclude/seqan/parallel/parallel_macros.h
Xinclude/seqan/pipe.h
Xinclude/seqan/pipe/pipe_base.h
Xinclude/seqan/pipe/pipe_caster.h
Xinclude/seqan/pipe/pipe_counter.h
Xinclude/seqan/pipe/pipe_echoer.h
Xinclude/seqan/pipe/pipe_edit_environment.h
Xinclude/seqan/pipe/pipe_filter.h
Xinclude/seqan/pipe/pipe_generated_forwards.h
Xinclude/seqan/pipe/pipe_iterator.h
Xinclude/seqan/pipe/pipe_joiner.h
Xinclude/seqan/pipe/pipe_namer.h
Xinclude/seqan/pipe/pipe_sampler.h
Xinclude/seqan/pipe/pipe_shifter.h
Xinclude/seqan/pipe/pipe_source.h
Xinclude/seqan/pipe/pipe_tupler.h
Xinclude/seqan/pipe/pool_base.h
Xinclude/seqan/pipe/pool_mapper.h
Xinclude/seqan/pipe/pool_sorter.h
Xinclude/seqan/platform.h
Xinclude/seqan/platform/platform_gcc.h
Xinclude/seqan/platform/platform_generated_forwards.h
Xinclude/seqan/platform/platform_mingw.h
Xinclude/seqan/platform/platform_solaris.h
Xinclude/seqan/platform/platform_windows.h
Xinclude/seqan/random.h
Xinclude/seqan/random/ext_MersenneTwister.h
Xinclude/seqan/random/random_base.h
Xinclude/seqan/random/random_generated_forwards.h
Xinclude/seqan/random/random_geometric.h
Xinclude/seqan/random/random_lognormal.h
Xinclude/seqan/random/random_mt19937.h
Xinclude/seqan/random/random_normal.h
Xinclude/seqan/random/random_rng_functor.h
Xinclude/seqan/random/random_shuffle.h
Xinclude/seqan/random/random_uniform.h
Xinclude/seqan/refinement.h
Xinclude/seqan/refinement/graph_algorithm_refine_align.h
Xinclude/seqan/refinement/graph_algorithm_refine_aligngraph.h
Xinclude/seqan/refinement/graph_algorithm_refine_annotation.h
Xinclude/seqan/refinement/graph_algorithm_refine_exact.h
Xinclude/seqan/refinement/graph_algorithm_refine_exact_iterative.h
Xinclude/seqan/refinement/graph_algorithm_refine_fragment.h
Xinclude/seqan/refinement/graph_algorithm_refine_inexact.h
Xinclude/seqan/refinement/graph_algorithm_refine_scoring.h
Xinclude/seqan/refinement/graph_impl_align.h
Xinclude/seqan/refinement/graph_impl_align_adapt.h
Xinclude/seqan/refinement/refinement_generated_forwards.h
Xinclude/seqan/score.h
Xinclude/seqan/score/score_base.h
Xinclude/seqan/score/score_edit.h
Xinclude/seqan/score/score_generated_forwards.h
Xinclude/seqan/score/score_matrix.h
Xinclude/seqan/score/score_matrix_data.h
Xinclude/seqan/score/score_simple.h
Xinclude/seqan/seeds.h
Xinclude/seqan/seeds/banded_align.h
Xinclude/seqan/seeds/banded_chain_align.h
Xinclude/seqan/seeds/banded_chain_align_affine.h
Xinclude/seqan/seeds/global_seed_chain.h
Xinclude/seqan/seeds/memoryManager_base.h
Xinclude/seqan/seeds/memoryManager_int.h
Xinclude/seqan/seeds/propertyMap.h
Xinclude/seqan/seeds/seedHandlingTags.h
Xinclude/seqan/seeds/seedSet_base.h
Xinclude/seqan/seeds/seedSet_iterator.h
Xinclude/seqan/seeds/seedSet_score.h
Xinclude/seqan/seeds/seed_base.h
Xinclude/seqan/seeds/seed_multi.h
Xinclude/seqan/seeds/seeds_generated_forwards.h
Xinclude/seqan/seeds2.h
Xinclude/seqan/seeds2/align_chain_banded.h
Xinclude/seqan/seeds2/align_dynprog_affine.h
Xinclude/seqan/seeds2/align_dynprog_banded_affine.h
Xinclude/seqan/seeds2/align_dynprog_banded_linear.h
Xinclude/seqan/seeds2/align_dynprog_linear.h
Xinclude/seqan/seeds2/basic_iter_indirect.h
Xinclude/seqan/seeds2/seeds2_generated_forwards.h
Xinclude/seqan/seeds2/seeds_base.h
Xinclude/seqan/seeds2/seeds_combination.h
Xinclude/seqan/seeds2/seeds_extension.h
Xinclude/seqan/seeds2/seeds_global_chaining.h
Xinclude/seqan/seeds2/seeds_global_chaining_base.h
Xinclude/seqan/seeds2/seeds_global_chaining_gusfield.h
Xinclude/seqan/seeds2/seeds_seed_base.h
Xinclude/seqan/seeds2/seeds_seed_chained.h
Xinclude/seqan/seeds2/seeds_seed_diagonal.h
Xinclude/seqan/seeds2/seeds_seed_set_base.h
Xinclude/seqan/seeds2/seeds_seed_set_non_scored.h
Xinclude/seqan/seeds2/seeds_seed_set_scored.h
Xinclude/seqan/seeds2/seeds_seed_set_unordered.h
Xinclude/seqan/seeds2/seeds_seed_simple.h
Xinclude/seqan/sequence.h
Xinclude/seqan/sequence/adapt_array_pointer.h
Xinclude/seqan/sequence/adapt_std_list.h
Xinclude/seqan/sequence/adapt_std_string.h
Xinclude/seqan/sequence/adapt_std_vector.h
Xinclude/seqan/sequence/iter_concat_virtual.h
Xinclude/seqan/sequence/segment_base.h
Xinclude/seqan/sequence/segment_infix.h
Xinclude/seqan/sequence/segment_prefix.h
Xinclude/seqan/sequence/segment_suffix.h
Xinclude/seqan/sequence/sequence_concatenator.h
Xinclude/seqan/sequence/sequence_forwards.h
Xinclude/seqan/sequence/sequence_generated_forwards.h
Xinclude/seqan/sequence/sequence_interface.h
Xinclude/seqan/sequence/sequence_lexical.h
Xinclude/seqan/sequence/sequence_shortcuts.h
Xinclude/seqan/sequence/sequence_stream.h
Xinclude/seqan/sequence/string_alloc.h
Xinclude/seqan/sequence/string_array.h
Xinclude/seqan/sequence/string_base.h
Xinclude/seqan/sequence/string_block.h
Xinclude/seqan/sequence/string_cstyle.h
Xinclude/seqan/sequence/string_packed.h
Xinclude/seqan/sequence/string_set_base.h
Xinclude/seqan/sequence/string_set_concat_direct.h
Xinclude/seqan/sequence/string_set_dependent_generous.h
Xinclude/seqan/sequence/string_set_dependent_tight.h
Xinclude/seqan/sequence/string_set_owner.h
Xinclude/seqan/sequence_journaled.h
Xinclude/seqan/sequence_journaled/journal_entries_sorted_array.h
Xinclude/seqan/sequence_journaled/journal_entries_unbalanced_tree.h
Xinclude/seqan/sequence_journaled/journal_entries_unbalanced_tree_iterator.h
Xinclude/seqan/sequence_journaled/journal_entries_unbalanced_tree_node.h
Xinclude/seqan/sequence_journaled/journal_entry.h
Xinclude/seqan/sequence_journaled/sequence_journaled.h
Xinclude/seqan/sequence_journaled/sequence_journaled_forwards.h
Xinclude/seqan/sequence_journaled/sequence_journaled_generated_forwards.h
Xinclude/seqan/sequence_journaled/sequence_journaled_iterator.h
Xinclude/seqan/statistics.h
Xinclude/seqan/statistics/statistics_base.h
Xinclude/seqan/statistics/statistics_generated_forwards.h
Xinclude/seqan/statistics/statistics_markov_model.h
Xinclude/seqan/store.h
Xinclude/seqan/store/store_align.h
Xinclude/seqan/store/store_align_intervals.h
Xinclude/seqan/store/store_all.h
Xinclude/seqan/store/store_annotation.h
Xinclude/seqan/store/store_base.h
Xinclude/seqan/store/store_contig.h
Xinclude/seqan/store/store_generated_forwards.h
Xinclude/seqan/store/store_intervaltree.h
Xinclude/seqan/store/store_io.h
Xinclude/seqan/store/store_io_bam.h
Xinclude/seqan/store/store_io_gff.h
Xinclude/seqan/store/store_io_sam.h
Xinclude/seqan/store/store_io_ucsc.h
Xinclude/seqan/store/store_library.h
Xinclude/seqan/store/store_matepair.h
Xinclude/seqan/store/store_read.h
Xinclude/seqan/system.h
Xinclude/seqan/system/file_async.h
Xinclude/seqan/system/file_directory.h
Xinclude/seqan/system/file_manual_forwards.h
Xinclude/seqan/system/file_sync.h
Xinclude/seqan/system/system_base.h
Xinclude/seqan/system/system_event.h
Xinclude/seqan/system/system_generated_forwards.h
Xinclude/seqan/system/system_manual_forwards.h
Xinclude/seqan/system/system_mutex.h
Xinclude/seqan/system/system_sema.h
Xinclude/seqan/system/system_thread.h
Xinclude/seqan/version.h
Xshare/seqan/docs/ADAPTION.char+array.html
Xshare/seqan/docs/ADAPTION.std_3a_3a_F_I_L_E+_2a.html
Xshare/seqan/docs/ADAPTION.std_3a_3abasic__string.html
Xshare/seqan/docs/ADAPTION.std_3a_3aiostream.html
Xshare/seqan/docs/ADAPTION.std_3a_3alist.html
Xshare/seqan/docs/ADAPTION.std_3a_3avector.html
Xshare/seqan/docs/CLASS_Align.html
Xshare/seqan/docs/CLASS_Align_Cols.html
Xshare/seqan/docs/CLASS_Align_Config.html
Xshare/seqan/docs/CLASS_Align_Quality_Store_Element.html
Xshare/seqan/docs/CLASS_Aligned_Read_Layout.html
Xshare/seqan/docs/CLASS_Aligned_Read_Store_Element.html
Xshare/seqan/docs/CLASS_Allocator.html
Xshare/seqan/docs/CLASS_Async_Request.html
Xshare/seqan/docs/CLASS_Auto_Seq_Format.html
Xshare/seqan/docs/CLASS_Blast_Hit.html
Xshare/seqan/docs/CLASS_Blast_Hsp.html
Xshare/seqan/docs/CLASS_Blast_Report.html
Xshare/seqan/docs/CLASS_Bundle2.html
Xshare/seqan/docs/CLASS_Bundle3.html
Xshare/seqan/docs/CLASS_Bundle5.html
Xshare/seqan/docs/CLASS_Command_Line_Option.html
Xshare/seqan/docs/CLASS_Command_Line_Parser.html
Xshare/seqan/docs/CLASS_Concatenator_Many_To_One.html
Xshare/seqan/docs/CLASS_Contig_File.html
Xshare/seqan/docs/CLASS_Contig_Store_Element.html
Xshare/seqan/docs/CLASS_Dequeue.html
Xshare/seqan/docs/CLASS_Edge_Stump.html
Xshare/seqan/docs/CLASS_External+_Property+_Map.html
Xshare/seqan/docs/CLASS_File.html
Xshare/seqan/docs/CLASS_File_Format.html
Xshare/seqan/docs/CLASS_Finder.html
Xshare/seqan/docs/CLASS_Fragment.html
Xshare/seqan/docs/CLASS_Fragment_Store.html
Xshare/seqan/docs/CLASS_Frequency_Distribution.html
Xshare/seqan/docs/CLASS_Functor_Complement.html
Xshare/seqan/docs/CLASS_Functor_Convert.html
Xshare/seqan/docs/CLASS_Functor_Lowcase.html
Xshare/seqan/docs/CLASS_Functor_Upcase.html
Xshare/seqan/docs/CLASS_Gap_Anchor.html
Xshare/seqan/docs/CLASS_Gaps.html
Xshare/seqan/docs/CLASS_Graph.html
Xshare/seqan/docs/CLASS_Hardwired_Shape.html
Xshare/seqan/docs/CLASS_Holder.html
Xshare/seqan/docs/CLASS_Id_Manager.html
Xshare/seqan/docs/CLASS_Index.html
Xshare/seqan/docs/CLASS_Internal_Map.html
Xshare/seqan/docs/CLASS_Internal_Pointer_Map.html
Xshare/seqan/docs/CLASS_Internal_Raw_Map.html
Xshare/seqan/docs/CLASS_Interval_And_Cargo.html
Xshare/seqan/docs/CLASS_Interval_Tree.html
Xshare/seqan/docs/CLASS_Interval_Tree_Node.html
Xshare/seqan/docs/CLASS_Iter.html
Xshare/seqan/docs/CLASS_Lexical.html
Xshare/seqan/docs/CLASS_Library_Store_Element.html
Xshare/seqan/docs/CLASS_Local_Alignment_Finder.html
Xshare/seqan/docs/CLASS_Map.html
Xshare/seqan/docs/CLASS_Markov_Model.html
Xshare/seqan/docs/CLASS_Mate_Pair_Store_Element.html
Xshare/seqan/docs/CLASS_Matrix.html
Xshare/seqan/docs/CLASS_Memory_Manager.html
Xshare/seqan/docs/CLASS_Modified_Alphabet.html
Xshare/seqan/docs/CLASS_Modified_Iterator.html
Xshare/seqan/docs/CLASS_Modified_String.html
Xshare/seqan/docs/CLASS_Motif_Finder.html
Xshare/seqan/docs/CLASS_Name_Store_Cache.html
Xshare/seqan/docs/CLASS_Pair.html
Xshare/seqan/docs/CLASS_Pattern.html
Xshare/seqan/docs/CLASS_Pdf.html
Xshare/seqan/docs/CLASS_Pipe.html
Xshare/seqan/docs/CLASS_Point_And_Cargo.html
Xshare/seqan/docs/CLASS_Pool.html
Xshare/seqan/docs/CLASS_Priority_Type.html
Xshare/seqan/docs/CLASS_Property_Map.html
Xshare/seqan/docs/CLASS_Proxy.html
Xshare/seqan/docs/CLASS_Pseudocount.html
Xshare/seqan/docs/CLASS_Read_Store_Element.html
Xshare/seqan/docs/CLASS_Rng.html
Xshare/seqan/docs/CLASS_Score.html
Xshare/seqan/docs/CLASS_Seed.html
Xshare/seqan/docs/CLASS_Seed_Set.html
Xshare/seqan/docs/CLASS_Segment.html
Xshare/seqan/docs/CLASS_Shape.html
Xshare/seqan/docs/CLASS_Simple_Type.html
Xshare/seqan/docs/CLASS_String.html
Xshare/seqan/docs/CLASS_String_Set.html
Xshare/seqan/docs/CLASS_Tag_Selector.html
Xshare/seqan/docs/CLASS_To_Std_Allocator.html
Xshare/seqan/docs/CLASS_Triple.html
Xshare/seqan/docs/CLASS_Tuple.html
Xshare/seqan/docs/CONCEPT_Allocator.html
Xshare/seqan/docs/CONCEPT_Container.html
Xshare/seqan/docs/CONCEPT_Finder.html
Xshare/seqan/docs/CONCEPT_Iterator.html
Xshare/seqan/docs/CONCEPT_Pattern.html
Xshare/seqan/docs/CONCEPT_Rooted+_Iterator.html
Xshare/seqan/docs/CONCEPT_Simple+_Type.html
Xshare/seqan/docs/DEMO_All+_Pairs+_Shortest+_Path.html
Xshare/seqan/docs/DEMO_Allocators.html
Xshare/seqan/docs/DEMO_Alphabets.html
Xshare/seqan/docs/DEMO_Approximate+_Searching.html
Xshare/seqan/docs/DEMO_Bellman-_Ford+_Algorithm.html
Xshare/seqan/docs/DEMO_Blast+_Reports.html
Xshare/seqan/docs/DEMO_Breadth-_First+_Search.html
Xshare/seqan/docs/DEMO_Constraint+_Iterator.html
Xshare/seqan/docs/DEMO_Depth-_First+_Search.html
Xshare/seqan/docs/DEMO_Dijkstras+_Algorithm.html
Xshare/seqan/docs/DEMO_Exact+_Searching.html
Xshare/seqan/docs/DEMO_File+_Format+_I_2f_O.html
Xshare/seqan/docs/DEMO_Floyd-_Warshall+_Algorithm.html
Xshare/seqan/docs/DEMO_Global+_Alignments.html
Xshare/seqan/docs/DEMO_H_M_M+_Silent+_States.html
Xshare/seqan/docs/DEMO_H_M_M.html
Xshare/seqan/docs/DEMO_Heaviest+_Increasing+_Subsequence.html
Xshare/seqan/docs/DEMO_Index+_Finder+_String_Set.html
Xshare/seqan/docs/DEMO_Index+_Finder.html
Xshare/seqan/docs/DEMO_Iterator+_Basics.html
Xshare/seqan/docs/DEMO_Kruskals+_Algorithm.html
Xshare/seqan/docs/DEMO_Local+_Alignments.html
Xshare/seqan/docs/DEMO_Longest+_Common+_Subsequence.html
Xshare/seqan/docs/DEMO_Longest+_Increasing+_Subsequence.html
Xshare/seqan/docs/DEMO_Maximal+_Repeats.html
Xshare/seqan/docs/DEMO_Maximal+_Unique+_Matches.html
Xshare/seqan/docs/DEMO_Maximum+_Flow.html
Xshare/seqan/docs/DEMO_Mod_Reverse.html
Xshare/seqan/docs/DEMO_Mod_View.html
Xshare/seqan/docs/DEMO_Motif+_Finder.html
Xshare/seqan/docs/DEMO_Mummy.html
Xshare/seqan/docs/DEMO_Nested+_Modifiers.html
Xshare/seqan/docs/DEMO_Pizza+_26+_Chili+_Index.html
Xshare/seqan/docs/DEMO_Prims+_Algorithm.html
Xshare/seqan/docs/DEMO_Rooted+_Iterators.html
Xshare/seqan/docs/DEMO_Shortest+_Path+in+_D_A_Gs.html
Xshare/seqan/docs/DEMO_String+_Basics.html
Xshare/seqan/docs/DEMO_Strongly+_Connected+_Components.html
Xshare/seqan/docs/DEMO_Suffix+_Array.html
Xshare/seqan/docs/DEMO_Supermaximal+_Repeats.html
Xshare/seqan/docs/DEMO_Topological+_Sort.html
Xshare/seqan/docs/DEMO_Transitive+_Closure.html
Xshare/seqan/docs/DEMO_Wildcard+_Searching.html
Xshare/seqan/docs/FUNCTION.abs_Freq_Of_Letters_In_Seq.html
Xshare/seqan/docs/FUNCTION.abs_Freq_Of_Letters_In_Set_Of_Seqs.html
Xshare/seqan/docs/FUNCTION.add_Argument_Text.html
Xshare/seqan/docs/FUNCTION.add_Child.html
Xshare/seqan/docs/FUNCTION.add_Edge.html
Xshare/seqan/docs/FUNCTION.add_Edges.html
Xshare/seqan/docs/FUNCTION.add_Help_Line.html
Xshare/seqan/docs/FUNCTION.add_Interval.html
Xshare/seqan/docs/FUNCTION.add_Line.html
Xshare/seqan/docs/FUNCTION.add_Option.html
Xshare/seqan/docs/FUNCTION.add_Section.html
Xshare/seqan/docs/FUNCTION.add_Seed.html
Xshare/seqan/docs/FUNCTION.add_Seeds.html
Xshare/seqan/docs/FUNCTION.add_Title_Line.html
Xshare/seqan/docs/FUNCTION.add_Usage_Line.html
Xshare/seqan/docs/FUNCTION.add_Value.html
Xshare/seqan/docs/FUNCTION.add_Version_Line.html
Xshare/seqan/docs/FUNCTION.add_Vertex.html
Xshare/seqan/docs/FUNCTION.adjust_Top.html
Xshare/seqan/docs/FUNCTION.alignment.html
Xshare/seqan/docs/FUNCTION.alignment_Evaluation.html
Xshare/seqan/docs/FUNCTION.all_Pairs_Shortest_Path.html
Xshare/seqan/docs/FUNCTION.allocate.html
Xshare/seqan/docs/FUNCTION.append.html
Xshare/seqan/docs/FUNCTION.append_Aligned_Read.html
Xshare/seqan/docs/FUNCTION.append_Diag.html
Xshare/seqan/docs/FUNCTION.append_Mate_Pair.html
Xshare/seqan/docs/FUNCTION.append_Name.html
Xshare/seqan/docs/FUNCTION.append_Read.html
Xshare/seqan/docs/FUNCTION.append_Seqs.html
Xshare/seqan/docs/FUNCTION.append_Value.html
Xshare/seqan/docs/FUNCTION.argument_Count.html
Xshare/seqan/docs/FUNCTION.argument_Text.html
Xshare/seqan/docs/FUNCTION.array_Clear_Space.html
Xshare/seqan/docs/FUNCTION.array_Construct.html
Xshare/seqan/docs/FUNCTION.array_Construct_Copy.html
Xshare/seqan/docs/FUNCTION.array_Construct_Move.html
Xshare/seqan/docs/FUNCTION.array_Copy.html
Xshare/seqan/docs/FUNCTION.array_Copy_Backward.html
Xshare/seqan/docs/FUNCTION.array_Copy_Forward.html
Xshare/seqan/docs/FUNCTION.array_Destruct.html
Xshare/seqan/docs/FUNCTION.array_Fill.html
Xshare/seqan/docs/FUNCTION.array_Move.html
Xshare/seqan/docs/FUNCTION.array_Move_Backward.html
Xshare/seqan/docs/FUNCTION.array_Move_Forward.html
Xshare/seqan/docs/FUNCTION.assign.html
Xshare/seqan/docs/FUNCTION.assign_Begin_State.html
Xshare/seqan/docs/FUNCTION.assign_Cargo.html
Xshare/seqan/docs/FUNCTION.assign_Cropped_Seq_Id.html
Xshare/seqan/docs/FUNCTION.assign_Emission_Probability.html
Xshare/seqan/docs/FUNCTION.assign_End_State.html
Xshare/seqan/docs/FUNCTION.assign_Next_S.html
Xshare/seqan/docs/FUNCTION.assign_Next_T.html
Xshare/seqan/docs/FUNCTION.assign_Property.html
Xshare/seqan/docs/FUNCTION.assign_Qual.html
Xshare/seqan/docs/FUNCTION.assign_Qual_Id.html
Xshare/seqan/docs/FUNCTION.assign_Qualities.html
Xshare/seqan/docs/FUNCTION.assign_Quality_Value.html
Xshare/seqan/docs/FUNCTION.assign_Root.html
Xshare/seqan/docs/FUNCTION.assign_Seq.html
Xshare/seqan/docs/FUNCTION.assign_Seq_Id.html
Xshare/seqan/docs/FUNCTION.assign_Silent_Status.html
Xshare/seqan/docs/FUNCTION.assign_Source.html
Xshare/seqan/docs/FUNCTION.assign_String_Set.html
Xshare/seqan/docs/FUNCTION.assign_Target.html
Xshare/seqan/docs/FUNCTION.assign_Transition_Probability.html
Xshare/seqan/docs/FUNCTION.assign_Value.html
Xshare/seqan/docs/FUNCTION.assign_Value_By_Id.html
Xshare/seqan/docs/FUNCTION.async_Read_At.html
Xshare/seqan/docs/FUNCTION.async_Write_At.html
Xshare/seqan/docs/FUNCTION.at_Begin.html
Xshare/seqan/docs/FUNCTION.at_End.html
Xshare/seqan/docs/FUNCTION.at_End_Of_Sequence.html
Xshare/seqan/docs/FUNCTION.at_Nil.html
Xshare/seqan/docs/FUNCTION.atomic_Add.html
Xshare/seqan/docs/FUNCTION.atomic_Cas.html
Xshare/seqan/docs/FUNCTION.atomic_Dec.html
Xshare/seqan/docs/FUNCTION.atomic_Inc.html
Xshare/seqan/docs/FUNCTION.atomic_Max.html
Xshare/seqan/docs/FUNCTION.atomic_Min.html
Xshare/seqan/docs/FUNCTION.atomic_Or.html
Xshare/seqan/docs/FUNCTION.atomic_Xor.html
Xshare/seqan/docs/FUNCTION.back.html
Xshare/seqan/docs/FUNCTION.background_Frequency.html
Xshare/seqan/docs/FUNCTION.backward_Algorithm.html
Xshare/seqan/docs/FUNCTION.banded_Alignment.html
Xshare/seqan/docs/FUNCTION.banded_Chain_Alignment.html
Xshare/seqan/docs/FUNCTION.begin.html
Xshare/seqan/docs/FUNCTION.begin_Position.html
Xshare/seqan/docs/FUNCTION.begin_Read.html
Xshare/seqan/docs/FUNCTION.begin_State.html
Xshare/seqan/docs/FUNCTION.begin_Write.html
Xshare/seqan/docs/FUNCTION.bellman_Ford_Algorithm.html
Xshare/seqan/docs/FUNCTION.binomial_Coefficient.html
Xshare/seqan/docs/FUNCTION.blast_23get_Alignment.html
Xshare/seqan/docs/FUNCTION.breadth_First_Search.html
Xshare/seqan/docs/FUNCTION.bundle2.html
Xshare/seqan/docs/FUNCTION.bundle3.html
Xshare/seqan/docs/FUNCTION.bundle5.html
Xshare/seqan/docs/FUNCTION.bwt_At.html
Xshare/seqan/docs/FUNCTION.calculate_Insert_Sizes.html
Xshare/seqan/docs/FUNCTION.calculate_Mate_Indices.html
Xshare/seqan/docs/FUNCTION.can_Parse_String.html
Xshare/seqan/docs/FUNCTION.cancel.html
Xshare/seqan/docs/FUNCTION.capacity.html
Xshare/seqan/docs/FUNCTION.cargo.html
Xshare/seqan/docs/FUNCTION.child_At.html
Xshare/seqan/docs/FUNCTION.child_Vertex.html
Xshare/seqan/docs/FUNCTION.children_Are_Leaves.html
Xshare/seqan/docs/FUNCTION.clear.html
Xshare/seqan/docs/FUNCTION.clear_Edges.html
Xshare/seqan/docs/FUNCTION.clear_Gaps.html
Xshare/seqan/docs/FUNCTION.clear_Reads.html
Xshare/seqan/docs/FUNCTION.clear_Vertices.html
Xshare/seqan/docs/FUNCTION.clipped_Begin_Position.html
Xshare/seqan/docs/FUNCTION.clipped_End_Position.html
Xshare/seqan/docs/FUNCTION.close.html
Xshare/seqan/docs/FUNCTION.col.html
Xshare/seqan/docs/FUNCTION.collect_Leaves.html
Xshare/seqan/docs/FUNCTION.cols.html
Xshare/seqan/docs/FUNCTION.compact_Aligned_Reads.html
Xshare/seqan/docs/FUNCTION.compact_Pair_Match_Ids.html
Xshare/seqan/docs/FUNCTION.compare.html
Xshare/seqan/docs/FUNCTION.complement.html
Xshare/seqan/docs/FUNCTION.complete_Profile.html
Xshare/seqan/docs/FUNCTION.compute_Generous_Capacity.html
Xshare/seqan/docs/FUNCTION.concat.html
Xshare/seqan/docs/FUNCTION.connected_Components.html
Xshare/seqan/docs/FUNCTION.container.html
Xshare/seqan/docs/FUNCTION.convert.html
Xshare/seqan/docs/FUNCTION.convert_Alignment.html
Xshare/seqan/docs/FUNCTION.convert_Impl.html
Xshare/seqan/docs/FUNCTION.convert_Matches_To_Global_Alignment.html
Xshare/seqan/docs/FUNCTION.convert_Pair_Wise_To_Global_Alignment.html
Xshare/seqan/docs/FUNCTION.convert_Pattern_To_Profile.html
Xshare/seqan/docs/FUNCTION.convert_Residue_To_Frequency_Dist.html
Xshare/seqan/docs/FUNCTION.convert_Set_Of_Patterns_To_Profile.html
Xshare/seqan/docs/FUNCTION.count_Characters.html
Xshare/seqan/docs/FUNCTION.count_Children.html
Xshare/seqan/docs/FUNCTION.count_Gaps.html
Xshare/seqan/docs/FUNCTION.count_Occurrences.html
Xshare/seqan/docs/FUNCTION.count_Occurrences_Multiple.html
Xshare/seqan/docs/FUNCTION.cpu_Time.html
Xshare/seqan/docs/FUNCTION.create.html
Xshare/seqan/docs/FUNCTION.create_B_W_Table.html
Xshare/seqan/docs/FUNCTION.create_Childtab.html
Xshare/seqan/docs/FUNCTION.create_Count_Array.html
Xshare/seqan/docs/FUNCTION.create_Interval_Tree.html
Xshare/seqan/docs/FUNCTION.create_Lcp_Table.html
Xshare/seqan/docs/FUNCTION.create_Oracle.html
Xshare/seqan/docs/FUNCTION.create_Oracle_On_Reverse.html
Xshare/seqan/docs/FUNCTION.create_Q_Gram_Index.html
Xshare/seqan/docs/FUNCTION.create_Q_Gram_Index_Dir_Only.html
Xshare/seqan/docs/FUNCTION.create_Q_Gram_Index_S_A_Only.html
Xshare/seqan/docs/FUNCTION.create_Root.html
Xshare/seqan/docs/FUNCTION.create_Source.html
Xshare/seqan/docs/FUNCTION.create_Suffix_Array.html
Xshare/seqan/docs/FUNCTION.create_Suffix_Trie.html
Xshare/seqan/docs/FUNCTION.create_Trie.html
Xshare/seqan/docs/FUNCTION.create_Trie_On_Reverse.html
Xshare/seqan/docs/FUNCTION.create_Wotd_Index.html
Xshare/seqan/docs/FUNCTION.dag_Shortest_Path.html
Xshare/seqan/docs/FUNCTION.database_Name.html
Xshare/seqan/docs/FUNCTION.database_Orientation_Plus.html
Xshare/seqan/docs/FUNCTION.deallocate.html
Xshare/seqan/docs/FUNCTION.degree.html
Xshare/seqan/docs/FUNCTION.dependent.html
Xshare/seqan/docs/FUNCTION.dependent_Source.html
Xshare/seqan/docs/FUNCTION.depth_First_Search.html
Xshare/seqan/docs/FUNCTION.detach.html
Xshare/seqan/docs/FUNCTION.determine_Consensus_Seq.html
Xshare/seqan/docs/FUNCTION.difference.html
Xshare/seqan/docs/FUNCTION.dijkstra.html
Xshare/seqan/docs/FUNCTION.dimension.html
Xshare/seqan/docs/FUNCTION.dir_At.html
Xshare/seqan/docs/FUNCTION.display.html
Xshare/seqan/docs/FUNCTION.display_Result.html
Xshare/seqan/docs/FUNCTION.em.html
Xshare/seqan/docs/FUNCTION.emission_Probability.html
Xshare/seqan/docs/FUNCTION.empty.html
Xshare/seqan/docs/FUNCTION.empty_Parent_Edge.html
Xshare/seqan/docs/FUNCTION.empty_Source.html
Xshare/seqan/docs/FUNCTION.end.html
Xshare/seqan/docs/FUNCTION.end_Diagonal.html
Xshare/seqan/docs/FUNCTION.end_Position.html
Xshare/seqan/docs/FUNCTION.end_Read.html
Xshare/seqan/docs/FUNCTION.end_State.html
Xshare/seqan/docs/FUNCTION.end_Write.html
Xshare/seqan/docs/FUNCTION.erase.html
Xshare/seqan/docs/FUNCTION.erase_Back.html
Xshare/seqan/docs/FUNCTION.expectation.html
Xshare/seqan/docs/FUNCTION.extend_Seed.html
Xshare/seqan/docs/FUNCTION.extend_Seed_Score.html
Xshare/seqan/docs/FUNCTION.extend_Seeds.html
Xshare/seqan/docs/FUNCTION.extend_Seeds_Score.html
Xshare/seqan/docs/FUNCTION.factorial.html
Xshare/seqan/docs/FUNCTION.find.html
Xshare/seqan/docs/FUNCTION.find_Begin.html
Xshare/seqan/docs/FUNCTION.find_Edge.html
Xshare/seqan/docs/FUNCTION.find_Intervals.html
Xshare/seqan/docs/FUNCTION.find_Intervals_Exclude_Touching.html
Xshare/seqan/docs/FUNCTION.find_Motif.html
Xshare/seqan/docs/FUNCTION.find_Vertex.html
Xshare/seqan/docs/FUNCTION.flatten.html
Xshare/seqan/docs/FUNCTION.floyd_Warshall_Algorithm.html
Xshare/seqan/docs/FUNCTION.flush.html
Xshare/seqan/docs/FUNCTION.ford_Fulkerson_Algorithm.html
Xshare/seqan/docs/FUNCTION.forward_Algorithm.html
Xshare/seqan/docs/FUNCTION.fragment_Begin.html
Xshare/seqan/docs/FUNCTION.fragment_Length.html
Xshare/seqan/docs/FUNCTION.front.html
Xshare/seqan/docs/FUNCTION.gap_Value.html
Xshare/seqan/docs/FUNCTION.gap_Value_Impl.html
Xshare/seqan/docs/FUNCTION.generate_Sequence.html
Xshare/seqan/docs/FUNCTION.get_Adjacency_Matrix.html
Xshare/seqan/docs/FUNCTION.get_Alignment.html
Xshare/seqan/docs/FUNCTION.get_Argument_Value.html
Xshare/seqan/docs/FUNCTION.get_Argument_Values.html
Xshare/seqan/docs/FUNCTION.get_Begin_Score.html
Xshare/seqan/docs/FUNCTION.get_Begin_State.html
Xshare/seqan/docs/FUNCTION.get_Bit_Score.html
Xshare/seqan/docs/FUNCTION.get_Cargo.html
Xshare/seqan/docs/FUNCTION.get_Database_Begin.html
Xshare/seqan/docs/FUNCTION.get_Database_End.html
Xshare/seqan/docs/FUNCTION.get_Database_Name.html
Xshare/seqan/docs/FUNCTION.get_Distance_Matrix.html
Xshare/seqan/docs/FUNCTION.get_E_Value.html
Xshare/seqan/docs/FUNCTION.get_E_Value_Cutoff.html
Xshare/seqan/docs/FUNCTION.get_Emission_Probability.html
Xshare/seqan/docs/FUNCTION.get_End_State.html
Xshare/seqan/docs/FUNCTION.get_Fibre.html
Xshare/seqan/docs/FUNCTION.get_First_Covered_Position.html
Xshare/seqan/docs/FUNCTION.get_Frequency.html
Xshare/seqan/docs/FUNCTION.get_Gapped_Kappa.html
Xshare/seqan/docs/FUNCTION.get_Gapped_Lambda.html
Xshare/seqan/docs/FUNCTION.get_Get_Extension.html
Xshare/seqan/docs/FUNCTION.get_Get_Open.html
Xshare/seqan/docs/FUNCTION.get_Id_By_Name.html
Xshare/seqan/docs/FUNCTION.get_Id_Lower_Bound.html
Xshare/seqan/docs/FUNCTION.get_Id_Upper_Bound.html
Xshare/seqan/docs/FUNCTION.get_Kappa.html
Xshare/seqan/docs/FUNCTION.get_Kmer_Similarity_Matrix.html
Xshare/seqan/docs/FUNCTION.get_Lambda.html
Xshare/seqan/docs/FUNCTION.get_Last_Covered_Position.html
Xshare/seqan/docs/FUNCTION.get_Left_Boundary.html
Xshare/seqan/docs/FUNCTION.get_Mate_No.html
Xshare/seqan/docs/FUNCTION.get_Motif.html
Xshare/seqan/docs/FUNCTION.get_Next.html
Xshare/seqan/docs/FUNCTION.get_Next_S.html
Xshare/seqan/docs/FUNCTION.get_Next_T.html
Xshare/seqan/docs/FUNCTION.get_Nil.html
Xshare/seqan/docs/FUNCTION.get_Num_Gaps.html
Xshare/seqan/docs/FUNCTION.get_Occurrence.html
Xshare/seqan/docs/FUNCTION.get_Occurrences.html
Xshare/seqan/docs/FUNCTION.get_Occurrences_Bwt.html
Xshare/seqan/docs/FUNCTION.get_Option_Value_Long.html
Xshare/seqan/docs/FUNCTION.get_Option_Value_Short.html
Xshare/seqan/docs/FUNCTION.get_Option_Values_Long.html
Xshare/seqan/docs/FUNCTION.get_Option_Values_Short.html
Xshare/seqan/docs/FUNCTION.get_Projected_Position.html
Xshare/seqan/docs/FUNCTION.get_Property.html
Xshare/seqan/docs/FUNCTION.get_Query_Begin.html
Xshare/seqan/docs/FUNCTION.get_Query_End.html
Xshare/seqan/docs/FUNCTION.get_Query_Name.html
Xshare/seqan/docs/FUNCTION.get_Read.html
Xshare/seqan/docs/FUNCTION.get_Right_Boundary.html
Xshare/seqan/docs/FUNCTION.get_Root.html
Xshare/seqan/docs/FUNCTION.get_Score.html
Xshare/seqan/docs/FUNCTION.get_Seq_No.html
Xshare/seqan/docs/FUNCTION.get_Seq_Offset.html
Xshare/seqan/docs/FUNCTION.get_Source.html
Xshare/seqan/docs/FUNCTION.get_Step_Size.html
Xshare/seqan/docs/FUNCTION.get_String_Set.html
Xshare/seqan/docs/FUNCTION.get_Successor.html
Xshare/seqan/docs/FUNCTION.get_Swift_Hits.html
Xshare/seqan/docs/FUNCTION.get_Target.html
Xshare/seqan/docs/FUNCTION.get_Transition_Probability.html
Xshare/seqan/docs/FUNCTION.get_Value.html
Xshare/seqan/docs/FUNCTION.get_Value_By_Id.html
Xshare/seqan/docs/FUNCTION.global_Alignment.html
Xshare/seqan/docs/FUNCTION.global_Chaining.html
Xshare/seqan/docs/FUNCTION.global_Msa_Alignment.html
Xshare/seqan/docs/FUNCTION.go_Begin.html
Xshare/seqan/docs/FUNCTION.go_Down.html
Xshare/seqan/docs/FUNCTION.go_End.html
Xshare/seqan/docs/FUNCTION.go_Further.html
Xshare/seqan/docs/FUNCTION.go_Next.html
Xshare/seqan/docs/FUNCTION.go_Nil.html
Xshare/seqan/docs/FUNCTION.go_Previous.html
Xshare/seqan/docs/FUNCTION.go_Right.html
Xshare/seqan/docs/FUNCTION.go_Root.html
Xshare/seqan/docs/FUNCTION.go_Up.html
Xshare/seqan/docs/FUNCTION.guess_File_Format.html
Xshare/seqan/docs/FUNCTION.guess_Format.html
Xshare/seqan/docs/FUNCTION.guess_Format_From_Filename.html
Xshare/seqan/docs/FUNCTION.hamming_Distance.html
Xshare/seqan/docs/FUNCTION.has_Option_Long.html
Xshare/seqan/docs/FUNCTION.has_Option_Short.html
Xshare/seqan/docs/FUNCTION.has_Prefix.html
Xshare/seqan/docs/FUNCTION.hash.html
Xshare/seqan/docs/FUNCTION.hash2.html
Xshare/seqan/docs/FUNCTION.hash2_Next.html
Xshare/seqan/docs/FUNCTION.hash2_Upper.html
Xshare/seqan/docs/FUNCTION.hash_Next.html
Xshare/seqan/docs/FUNCTION.hash_Upper.html
Xshare/seqan/docs/FUNCTION.haystack.html
Xshare/seqan/docs/FUNCTION.heaviest_Increasing_Subsequence.html
Xshare/seqan/docs/FUNCTION.help.html
Xshare/seqan/docs/FUNCTION.help_Text.html
Xshare/seqan/docs/FUNCTION.host.html
Xshare/seqan/docs/FUNCTION.host_Graph.html
Xshare/seqan/docs/FUNCTION.host_Hit.html
Xshare/seqan/docs/FUNCTION.host_Report.html
Xshare/seqan/docs/FUNCTION.id.html
Xshare/seqan/docs/FUNCTION.id_Count.html
Xshare/seqan/docs/FUNCTION.id_In_Use.html
Xshare/seqan/docs/FUNCTION.id_To_Position.html
Xshare/seqan/docs/FUNCTION.in_Degree.html
Xshare/seqan/docs/FUNCTION.index_Bucket_Map.html
Xshare/seqan/docs/FUNCTION.index_Bwt.html
Xshare/seqan/docs/FUNCTION.index_Childtab.html
Xshare/seqan/docs/FUNCTION.index_Counts.html
Xshare/seqan/docs/FUNCTION.index_Counts_Dir.html
Xshare/seqan/docs/FUNCTION.index_Create.html
Xshare/seqan/docs/FUNCTION.index_Dir.html
Xshare/seqan/docs/FUNCTION.index_Lcp.html
Xshare/seqan/docs/FUNCTION.index_Lcpe.html
Xshare/seqan/docs/FUNCTION.index_Raw_S_A.html
Xshare/seqan/docs/FUNCTION.index_Raw_Text.html
Xshare/seqan/docs/FUNCTION.index_Require.html
Xshare/seqan/docs/FUNCTION.index_S_A.html
Xshare/seqan/docs/FUNCTION.index_Shape.html
Xshare/seqan/docs/FUNCTION.index_Supplied.html
Xshare/seqan/docs/FUNCTION.index_Text.html
Xshare/seqan/docs/FUNCTION.infimum_Value_Impl.html
Xshare/seqan/docs/FUNCTION.infix.html
Xshare/seqan/docs/FUNCTION.infix_With_Length.html
Xshare/seqan/docs/FUNCTION.insert.html
Xshare/seqan/docs/FUNCTION.insert_Gap.html
Xshare/seqan/docs/FUNCTION.insert_Gaps.html
Xshare/seqan/docs/FUNCTION.insert_Value.html
Xshare/seqan/docs/FUNCTION.integrate_Align.html
Xshare/seqan/docs/FUNCTION.inverse_Hash.html
Xshare/seqan/docs/FUNCTION.is_Boolean_Option.html
Xshare/seqan/docs/FUNCTION.is_Double_Option.html
Xshare/seqan/docs/FUNCTION.is_Equal.html
Xshare/seqan/docs/FUNCTION.is_Gap.html
Xshare/seqan/docs/FUNCTION.is_Greater.html
Xshare/seqan/docs/FUNCTION.is_Greater_Or_Equal.html
Xshare/seqan/docs/FUNCTION.is_Hidden_Option.html
Xshare/seqan/docs/FUNCTION.is_Int_Option.html
Xshare/seqan/docs/FUNCTION.is_Label_Option.html
Xshare/seqan/docs/FUNCTION.is_Left_Maximal.html
Xshare/seqan/docs/FUNCTION.is_Less.html
Xshare/seqan/docs/FUNCTION.is_Less_Or_Equal.html
Xshare/seqan/docs/FUNCTION.is_Not_Equal.html
Xshare/seqan/docs/FUNCTION.is_Option_List.html
Xshare/seqan/docs/FUNCTION.is_Option_Mandatory.html
Xshare/seqan/docs/FUNCTION.is_Partially_Left_Extensible.html
Xshare/seqan/docs/FUNCTION.is_Prefix.html
Xshare/seqan/docs/FUNCTION.is_Reversed.html
Xshare/seqan/docs/FUNCTION.is_Right_Terminal.html
Xshare/seqan/docs/FUNCTION.is_Root.html
Xshare/seqan/docs/FUNCTION.is_Set_Long.html
Xshare/seqan/docs/FUNCTION.is_Set_Short.html
Xshare/seqan/docs/FUNCTION.is_Silent.html
Xshare/seqan/docs/FUNCTION.is_String_Option.html
Xshare/seqan/docs/FUNCTION.is_Unique.html
Xshare/seqan/docs/FUNCTION.iter.html
Xshare/seqan/docs/FUNCTION.key.html
Xshare/seqan/docs/FUNCTION.kruskals_Algorithm.html
Xshare/seqan/docs/FUNCTION.label.html
Xshare/seqan/docs/FUNCTION.layout_Alignment.html
Xshare/seqan/docs/FUNCTION.lca.html
Xshare/seqan/docs/FUNCTION.lcp.html
Xshare/seqan/docs/FUNCTION.lcp_At.html
Xshare/seqan/docs/FUNCTION.lcp_Length.html
Xshare/seqan/docs/FUNCTION.lcpe_At.html
Xshare/seqan/docs/FUNCTION.left_Boundary.html
Xshare/seqan/docs/FUNCTION.left_Diagonal.html
Xshare/seqan/docs/FUNCTION.left_Dim0.html
Xshare/seqan/docs/FUNCTION.left_Dim1.html
Xshare/seqan/docs/FUNCTION.left_Position.html
Xshare/seqan/docs/FUNCTION.length.html
Xshare/seqan/docs/FUNCTION.load_Contig.html
Xshare/seqan/docs/FUNCTION.load_Contigs.html
Xshare/seqan/docs/FUNCTION.load_Reads.html
Xshare/seqan/docs/FUNCTION.load_Score_Matrix.html
Xshare/seqan/docs/FUNCTION.local_Alignment.html
Xshare/seqan/docs/FUNCTION.lock_Contig.html
Xshare/seqan/docs/FUNCTION.lock_Contigs.html
Xshare/seqan/docs/FUNCTION.log2.html
Xshare/seqan/docs/FUNCTION.logarithmize.html
Xshare/seqan/docs/FUNCTION.long_Name.html
Xshare/seqan/docs/FUNCTION.longest_Common_Subsequence.html
Xshare/seqan/docs/FUNCTION.longest_Increasing_Subsequence.html
Xshare/seqan/docs/FUNCTION.lower_Bound_Aligned_Reads.html
Xshare/seqan/docs/FUNCTION.map_23add.html
Xshare/seqan/docs/FUNCTION.map_23cargo.html
Xshare/seqan/docs/FUNCTION.map_23erase.html
Xshare/seqan/docs/FUNCTION.map_23erase_All.html
Xshare/seqan/docs/FUNCTION.map_23find.html
Xshare/seqan/docs/FUNCTION.map_23has_Key.html
Xshare/seqan/docs/FUNCTION.map_23insert.html
Xshare/seqan/docs/FUNCTION.map_23value.html
Xshare/seqan/docs/FUNCTION.map_Value.html
Xshare/seqan/docs/FUNCTION.match_Refinement.html
Xshare/seqan/docs/FUNCTION.max_Value.html
Xshare/seqan/docs/FUNCTION.maximum_Distance.html
Xshare/seqan/docs/FUNCTION.min_Value.html
Xshare/seqan/docs/FUNCTION.motif_Count.html
Xshare/seqan/docs/FUNCTION.move.html
Xshare/seqan/docs/FUNCTION.move_Source.html
Xshare/seqan/docs/FUNCTION.move_Value.html
Xshare/seqan/docs/FUNCTION.mt_Rand.html
Xshare/seqan/docs/FUNCTION.mt_Rand_Double.html
Xshare/seqan/docs/FUNCTION.mt_Rand_Init.html
Xshare/seqan/docs/FUNCTION.multi_Local_Alignment.html
Xshare/seqan/docs/FUNCTION.needle.html
Xshare/seqan/docs/FUNCTION.next_S.html
Xshare/seqan/docs/FUNCTION.next_T.html
Xshare/seqan/docs/FUNCTION.node_Depth.html
Xshare/seqan/docs/FUNCTION.node_Hull_Predicate.html
Xshare/seqan/docs/FUNCTION.node_Predicate.html
Xshare/seqan/docs/FUNCTION.node_Up.html
Xshare/seqan/docs/FUNCTION.normalize.html
Xshare/seqan/docs/FUNCTION.num_Children.html
Xshare/seqan/docs/FUNCTION.num_Edges.html
Xshare/seqan/docs/FUNCTION.num_Hits.html
Xshare/seqan/docs/FUNCTION.num_Hsps.html
Xshare/seqan/docs/FUNCTION.num_Tree_Edges.html
Xshare/seqan/docs/FUNCTION.num_Vertices.html
Xshare/seqan/docs/FUNCTION.obtain_I_D.html
Xshare/seqan/docs/FUNCTION.obtain_Id.html
Xshare/seqan/docs/FUNCTION.open.html
Xshare/seqan/docs/FUNCTION.open_Temp.html
Xshare/seqan/docs/FUNCTION.ord_Value.html
Xshare/seqan/docs/FUNCTION.order_Occurrences.html
Xshare/seqan/docs/FUNCTION.out_Degree.html
Xshare/seqan/docs/FUNCTION.parent_Edge_First_Char.html
Xshare/seqan/docs/FUNCTION.parent_Edge_Label.html
Xshare/seqan/docs/FUNCTION.parent_Edge_Length.html
Xshare/seqan/docs/FUNCTION.parent_Rep_Length.html
Xshare/seqan/docs/FUNCTION.parent_Vertex.html
Xshare/seqan/docs/FUNCTION.parse.html
Xshare/seqan/docs/FUNCTION.parse_String.html
Xshare/seqan/docs/FUNCTION.pick_Random_Number.html
Xshare/seqan/docs/FUNCTION.pop.html
Xshare/seqan/docs/FUNCTION.pos_Globalize.html
Xshare/seqan/docs/FUNCTION.pos_Local_To_X.html
Xshare/seqan/docs/FUNCTION.pos_Localize.html
Xshare/seqan/docs/FUNCTION.pos_Of_Max.html
Xshare/seqan/docs/FUNCTION.position.html
Xshare/seqan/docs/FUNCTION.position_Range.html
Xshare/seqan/docs/FUNCTION.position_Range_No_Clip.html
Xshare/seqan/docs/FUNCTION.position_To_Id.html
Xshare/seqan/docs/FUNCTION.prefix.html
Xshare/seqan/docs/FUNCTION.prepend_Value.html
Xshare/seqan/docs/FUNCTION.prims_Algorithm.html
Xshare/seqan/docs/FUNCTION.print_Alignment.html
Xshare/seqan/docs/FUNCTION.print_Debug_Level.html
Xshare/seqan/docs/FUNCTION.progressive_Alignment.html
Xshare/seqan/docs/FUNCTION.property.html
Xshare/seqan/docs/FUNCTION.push.html
Xshare/seqan/docs/FUNCTION.quality_Value.html
Xshare/seqan/docs/FUNCTION.query_Name.html
Xshare/seqan/docs/FUNCTION.query_Orientation_Plus.html
Xshare/seqan/docs/FUNCTION.range.html
Xshare/seqan/docs/FUNCTION.rawsa_At.html
Xshare/seqan/docs/FUNCTION.rawtext_At.html
Xshare/seqan/docs/FUNCTION.re_Align.html
Xshare/seqan/docs/FUNCTION.read.html
Xshare/seqan/docs/FUNCTION.read_At.html
Xshare/seqan/docs/FUNCTION.read_Feature.html
Xshare/seqan/docs/FUNCTION.read_Line_Type.html
Xshare/seqan/docs/FUNCTION.read_Meta.html
Xshare/seqan/docs/FUNCTION.refresh.html
Xshare/seqan/docs/FUNCTION.release_All.html
Xshare/seqan/docs/FUNCTION.release_I_D.html
Xshare/seqan/docs/FUNCTION.release_Id.html
Xshare/seqan/docs/FUNCTION.remove_All_Children.html
Xshare/seqan/docs/FUNCTION.remove_Child.html
Xshare/seqan/docs/FUNCTION.remove_Edge.html
Xshare/seqan/docs/FUNCTION.remove_Gap.html
Xshare/seqan/docs/FUNCTION.remove_Gaps.html
Xshare/seqan/docs/FUNCTION.remove_In_Edges.html
Xshare/seqan/docs/FUNCTION.remove_Out_Edges.html
Xshare/seqan/docs/FUNCTION.remove_Value_By_Id.html
Xshare/seqan/docs/FUNCTION.remove_Vertex.html
Xshare/seqan/docs/FUNCTION.rep_Length.html
Xshare/seqan/docs/FUNCTION.replace.html
Xshare/seqan/docs/FUNCTION.representative.html
Xshare/seqan/docs/FUNCTION.required_Arguments.html
Xshare/seqan/docs/FUNCTION.reserve.html
Xshare/seqan/docs/FUNCTION.resize.html
Xshare/seqan/docs/FUNCTION.resize_Edge_Map.html
Xshare/seqan/docs/FUNCTION.resize_Space.html
Xshare/seqan/docs/FUNCTION.resize_Vertex_Map.html
Xshare/seqan/docs/FUNCTION.reverse.html
Xshare/seqan/docs/FUNCTION.reverse_Complement.html
Xshare/seqan/docs/FUNCTION.rewind.html
Xshare/seqan/docs/FUNCTION.right_Boundary.html
Xshare/seqan/docs/FUNCTION.right_Diagonal.html
Xshare/seqan/docs/FUNCTION.right_Dim0.html
Xshare/seqan/docs/FUNCTION.right_Dim1.html
Xshare/seqan/docs/FUNCTION.right_Position.html
Xshare/seqan/docs/FUNCTION.root.html
Xshare/seqan/docs/FUNCTION.row.html
Xshare/seqan/docs/FUNCTION.rows.html
Xshare/seqan/docs/FUNCTION.sa_At.html
Xshare/seqan/docs/FUNCTION.score.html
Xshare/seqan/docs/FUNCTION.score_Gap.html
Xshare/seqan/docs/FUNCTION.score_Gap_Extend.html
Xshare/seqan/docs/FUNCTION.score_Gap_Extend_Horizontal.html
Xshare/seqan/docs/FUNCTION.score_Gap_Extend_Vertical.html
Xshare/seqan/docs/FUNCTION.score_Gap_Horizontal.html
Xshare/seqan/docs/FUNCTION.score_Gap_Open.html
Xshare/seqan/docs/FUNCTION.score_Gap_Open_Horizontal.html
Xshare/seqan/docs/FUNCTION.score_Gap_Open_Vertical.html
Xshare/seqan/docs/FUNCTION.score_Gap_Vertical.html
Xshare/seqan/docs/FUNCTION.score_Limit.html
Xshare/seqan/docs/FUNCTION.score_Match.html
Xshare/seqan/docs/FUNCTION.score_Mismatch.html
Xshare/seqan/docs/FUNCTION.score_Seed.html
Xshare/seqan/docs/FUNCTION.scoring_Scheme.html
Xshare/seqan/docs/FUNCTION.seed_Score.html
Xshare/seqan/docs/FUNCTION.seek.html
Xshare/seqan/docs/FUNCTION.sequence_Id.html
Xshare/seqan/docs/FUNCTION.set.html
Xshare/seqan/docs/FUNCTION.set_Begin.html
Xshare/seqan/docs/FUNCTION.set_Begin_Position.html
Xshare/seqan/docs/FUNCTION.set_Default_Score_Matrix.html
Xshare/seqan/docs/FUNCTION.set_End.html
Xshare/seqan/docs/FUNCTION.set_End_Position.html
Xshare/seqan/docs/FUNCTION.set_Eof.html
Xshare/seqan/docs/FUNCTION.set_Haystack.html
Xshare/seqan/docs/FUNCTION.set_Help_Text.html
Xshare/seqan/docs/FUNCTION.set_Host.html
Xshare/seqan/docs/FUNCTION.set_Left_Diagonal.html
Xshare/seqan/docs/FUNCTION.set_Left_Dim0.html
Xshare/seqan/docs/FUNCTION.set_Left_Dim1.html
Xshare/seqan/docs/FUNCTION.set_Left_Position.html
Xshare/seqan/docs/FUNCTION.set_Long_Name.html
Xshare/seqan/docs/FUNCTION.set_Maximum_Distance.html
Xshare/seqan/docs/FUNCTION.set_Needle.html
Xshare/seqan/docs/FUNCTION.set_Option_Type.html
Xshare/seqan/docs/FUNCTION.set_Position.html
Xshare/seqan/docs/FUNCTION.set_Quality_Value.html
Xshare/seqan/docs/FUNCTION.set_Right_Diagonal.html
Xshare/seqan/docs/FUNCTION.set_Right_Dim0.html
Xshare/seqan/docs/FUNCTION.set_Right_Dim1.html
Xshare/seqan/docs/FUNCTION.set_Right_Position.html
Xshare/seqan/docs/FUNCTION.set_Score.html
Xshare/seqan/docs/FUNCTION.set_Score_Gap.html
Xshare/seqan/docs/FUNCTION.set_Score_Gap_Extend.html
Xshare/seqan/docs/FUNCTION.set_Score_Gap_Open.html
Xshare/seqan/docs/FUNCTION.set_Score_Limit.html
Xshare/seqan/docs/FUNCTION.set_Score_Match.html
Xshare/seqan/docs/FUNCTION.set_Score_Mismatch.html
Xshare/seqan/docs/FUNCTION.set_Scoring_Scheme.html
Xshare/seqan/docs/FUNCTION.set_Short_Name.html
Xshare/seqan/docs/FUNCTION.set_Source.html
Xshare/seqan/docs/FUNCTION.set_Step_Size.html
Xshare/seqan/docs/FUNCTION.set_Strings.html
Xshare/seqan/docs/FUNCTION.set_Value.html
Xshare/seqan/docs/FUNCTION.shape_To_String.html
Xshare/seqan/docs/FUNCTION.share_Resources.html
Xshare/seqan/docs/FUNCTION.short_Help.html
Xshare/seqan/docs/FUNCTION.short_Name.html
Xshare/seqan/docs/FUNCTION.shrink_To_Fit.html
Xshare/seqan/docs/FUNCTION.shuffle.html
Xshare/seqan/docs/FUNCTION.silent_Status.html
Xshare/seqan/docs/FUNCTION.size.html
Xshare/seqan/docs/FUNCTION.slow_Nj_Tree.html
Xshare/seqan/docs/FUNCTION.sort_Aligned_Reads.html
Xshare/seqan/docs/FUNCTION.source.html
Xshare/seqan/docs/FUNCTION.source_Begin.html
Xshare/seqan/docs/FUNCTION.source_End.html
Xshare/seqan/docs/FUNCTION.source_Length.html
Xshare/seqan/docs/FUNCTION.source_Segment.html
Xshare/seqan/docs/FUNCTION.source_Vertex.html
Xshare/seqan/docs/FUNCTION.split.html
Xshare/seqan/docs/FUNCTION.start_Diagonal.html
Xshare/seqan/docs/FUNCTION.string_Set.html
Xshare/seqan/docs/FUNCTION.string_Set_Limits.html
Xshare/seqan/docs/FUNCTION.string_To_Shape.html
Xshare/seqan/docs/FUNCTION.strongly_Connected_Components.html
Xshare/seqan/docs/FUNCTION.suffix.html
Xshare/seqan/docs/FUNCTION.sum.html
Xshare/seqan/docs/FUNCTION.sum_Of_Pairs_Score.html
Xshare/seqan/docs/FUNCTION.supremum_Value_Impl.html
Xshare/seqan/docs/FUNCTION.swap.html
Xshare/seqan/docs/FUNCTION.sys_Time.html
Xshare/seqan/docs/FUNCTION.target.html
Xshare/seqan/docs/FUNCTION.target_Vertex.html
Xshare/seqan/docs/FUNCTION.tell.html
Xshare/seqan/docs/FUNCTION.text_At.html
Xshare/seqan/docs/FUNCTION.to_C_String.html
Xshare/seqan/docs/FUNCTION.to_Lower.html
Xshare/seqan/docs/FUNCTION.to_Source_Position.html
Xshare/seqan/docs/FUNCTION.to_Upper.html
Xshare/seqan/docs/FUNCTION.to_View_Position.html
Xshare/seqan/docs/FUNCTION.topological_Sort.html
Xshare/seqan/docs/FUNCTION.transition_Probability.html
Xshare/seqan/docs/FUNCTION.transitive_Closure.html
Xshare/seqan/docs/FUNCTION.transpose.html
Xshare/seqan/docs/FUNCTION.triplet_Library_Extension.html
Xshare/seqan/docs/FUNCTION.unlock_And_Free_Contig.html
Xshare/seqan/docs/FUNCTION.unlock_And_Free_Contigs.html
Xshare/seqan/docs/FUNCTION.unlock_Contig.html
Xshare/seqan/docs/FUNCTION.unlock_Contigs.html
Xshare/seqan/docs/FUNCTION.upgma_Tree.html
Xshare/seqan/docs/FUNCTION.upper_Bound_Aligned_Reads.html
Xshare/seqan/docs/FUNCTION.value.html
Xshare/seqan/docs/FUNCTION.value_By_Id.html
Xshare/seqan/docs/FUNCTION.value_Construct.html
Xshare/seqan/docs/FUNCTION.value_Construct_Move.html
Xshare/seqan/docs/FUNCTION.value_Destruct.html
Xshare/seqan/docs/FUNCTION.variance.html
Xshare/seqan/docs/FUNCTION.version.html
Xshare/seqan/docs/FUNCTION.viterbi_Algorithm.html
Xshare/seqan/docs/FUNCTION.wait_For.html
Xshare/seqan/docs/FUNCTION.weight.html
Xshare/seqan/docs/FUNCTION.window_Find_Begin.html
Xshare/seqan/docs/FUNCTION.window_Find_End.html
Xshare/seqan/docs/FUNCTION.window_Find_Next.html
Xshare/seqan/docs/FUNCTION.write.html
Xshare/seqan/docs/FUNCTION.write_At.html
Xshare/seqan/docs/FUNCTION.write_Contigs.html
Xshare/seqan/docs/FUNCTION.zscore.html
Xshare/seqan/docs/FUNCTION_Allocator_23clear.html
Xshare/seqan/docs/FUNCTION_Automaton_23label.html
Xshare/seqan/docs/FUNCTION_Blast_23get_Blast_Match_Score.html
Xshare/seqan/docs/FUNCTION_Fileformat_23read.html
Xshare/seqan/docs/FUNCTION_Fileformat_23write.html
Xshare/seqan/docs/FUNCTION_Graph_23assign_Source.html
Xshare/seqan/docs/FUNCTION_Graph_23is_Leaf.html
Xshare/seqan/docs/FUNCTION_Graph_23is_Root.html
Xshare/seqan/docs/FUNCTION_Index_23is_Leaf.html
Xshare/seqan/docs/FUNCTION_Pipelining_23front.html
Xshare/seqan/docs/FUNCTION_Priority_Type_23pop.html
Xshare/seqan/docs/FUNCTION_Priority_Type_23push.html
Xshare/seqan/docs/FUNCTION_Priority_Type_23top.html
Xshare/seqan/docs/INDEXPAGE_Adaption.html
Xshare/seqan/docs/INDEXPAGE_Class.html
Xshare/seqan/docs/INDEXPAGE_Concept.html
Xshare/seqan/docs/INDEXPAGE_Demo.html
Xshare/seqan/docs/INDEXPAGE_Function.html
Xshare/seqan/docs/INDEXPAGE_Metafunction.html
Xshare/seqan/docs/INDEXPAGE_Shortcut.html
Xshare/seqan/docs/INDEXPAGE_Spec.html
Xshare/seqan/docs/INDEXPAGE_Tag.html
Xshare/seqan/docs/INDEX_Adaption.html
Xshare/seqan/docs/INDEX_Class.html
Xshare/seqan/docs/INDEX_Class_Aggregates.html
Xshare/seqan/docs/INDEX_Class_Alignments.html
Xshare/seqan/docs/INDEX_Class_Basic.html
Xshare/seqan/docs/INDEX_Class_Blast.html
Xshare/seqan/docs/INDEX_Class_Fragment+_Store.html
Xshare/seqan/docs/INDEX_Class_Graph.html
Xshare/seqan/docs/INDEX_Class_Index.html
Xshare/seqan/docs/INDEX_Class_Input_2f_Output.html
Xshare/seqan/docs/INDEX_Class_Map.html
Xshare/seqan/docs/INDEX_Class_Markov_Model.html
Xshare/seqan/docs/INDEX_Class_Miscellaneous.html
Xshare/seqan/docs/INDEX_Class_Modifier.html
Xshare/seqan/docs/INDEX_Class_Motif+_Search.html
Xshare/seqan/docs/INDEX_Class_Pipelining.html
Xshare/seqan/docs/INDEX_Class_Random.html
Xshare/seqan/docs/INDEX_Class_Searching.html
Xshare/seqan/docs/INDEX_Class_Seed+_Handling.html
Xshare/seqan/docs/INDEX_Class_Sequences.html
Xshare/seqan/docs/INDEX_Concept.html
Xshare/seqan/docs/INDEX_Demo.html
Xshare/seqan/docs/INDEX_Demo_Basics.html
Xshare/seqan/docs/INDEX_Demo_Graph.html
Xshare/seqan/docs/INDEX_Demo_Index.html
Xshare/seqan/docs/INDEX_Demo_Miscellaneous.html
Xshare/seqan/docs/INDEX_Demo_Modifier.html
Xshare/seqan/docs/INDEX_Demo_Motif+_Search.html
Xshare/seqan/docs/INDEX_Demo_Searching.html
Xshare/seqan/docs/INDEX_Demo_System.html
Xshare/seqan/docs/INDEX_Function.html
Xshare/seqan/docs/INDEX_Function.sequences.html
Xshare/seqan/docs/INDEX_Function_Alignments.html
Xshare/seqan/docs/INDEX_Function_Alphabets.html
Xshare/seqan/docs/INDEX_Function_Array+_Handling.html
Xshare/seqan/docs/INDEX_Function_Atomic+_Operations.html
Xshare/seqan/docs/INDEX_Function_Blast.html
Xshare/seqan/docs/INDEX_Function_Chaining.html
Xshare/seqan/docs/INDEX_Function_Class._Align.html
Xshare/seqan/docs/INDEX_Function_Class.html
Xshare/seqan/docs/INDEX_Function_Comparisons.html
Xshare/seqan/docs/INDEX_Function_Containers.html
Xshare/seqan/docs/INDEX_Function_Content+_Manipulation.html
Xshare/seqan/docs/INDEX_Function_Dependent+_Objects.html
Xshare/seqan/docs/INDEX_Function_Fragment+_Store.html
Xshare/seqan/docs/INDEX_Function_Graph.html
Xshare/seqan/docs/INDEX_Function_Index.html
Xshare/seqan/docs/INDEX_Function_Input_2f_Output.html
Xshare/seqan/docs/INDEX_Function_Iteration.html
Xshare/seqan/docs/INDEX_Function_Map.html
Xshare/seqan/docs/INDEX_Function_Memory.html
Xshare/seqan/docs/INDEX_Function_Misc.html
Xshare/seqan/docs/INDEX_Function_Miscellaneous.html
Xshare/seqan/docs/INDEX_Function_Miscellaneous_3a.html
Xshare/seqan/docs/INDEX_Function_Modifier.html
Xshare/seqan/docs/INDEX_Function_Modifiers.html
Xshare/seqan/docs/INDEX_Function_Motif+_Search.html
Xshare/seqan/docs/INDEX_Function_Pipelining.html
Xshare/seqan/docs/INDEX_Function_Random.html
Xshare/seqan/docs/INDEX_Function_Scoring.html
Xshare/seqan/docs/INDEX_Function_Searching.html
Xshare/seqan/docs/INDEX_Function_Seed+_Handling.html
Xshare/seqan/docs/INDEX_Function_Sequences.html
Xshare/seqan/docs/INDEX_Metafunction.html
Xshare/seqan/docs/INDEX_Metafunction_Basic.html
Xshare/seqan/docs/INDEX_Metafunction_Index.html
Xshare/seqan/docs/INDEX_Metafunction_Map.html
Xshare/seqan/docs/INDEX_Metafunction_Miscellaneous.html
Xshare/seqan/docs/INDEX_Metafunction_Searching.html
Xshare/seqan/docs/INDEX_Metafunction_Sequences.html
Xshare/seqan/docs/INDEX_Page.html
Xshare/seqan/docs/INDEX_Shortcut.html
Xshare/seqan/docs/INDEX_Shortcut_Input_2f_Output.html
Xshare/seqan/docs/INDEX_Shortcut_Iterators.html
Xshare/seqan/docs/INDEX_Shortcut_Modifier.html
Xshare/seqan/docs/INDEX_Shortcut_Pattern+_Matching.html
Xshare/seqan/docs/INDEX_Shortcut_Scoring.html
Xshare/seqan/docs/INDEX_Shortcut_Strings.html
Xshare/seqan/docs/INDEX_Spec.html
Xshare/seqan/docs/INDEX_Spec_Aggregates.html
Xshare/seqan/docs/INDEX_Spec_Alignments.html
Xshare/seqan/docs/INDEX_Spec_Allocators.html
Xshare/seqan/docs/INDEX_Spec_Alphabets.html
Xshare/seqan/docs/INDEX_Spec_Blast.html
Xshare/seqan/docs/INDEX_Spec_Chaining.html
Xshare/seqan/docs/INDEX_Spec_Files.html
Xshare/seqan/docs/INDEX_Spec_Graph.html
Xshare/seqan/docs/INDEX_Spec_Holders.html
Xshare/seqan/docs/INDEX_Spec_Index.html
Xshare/seqan/docs/INDEX_Spec_Iterators.html
Xshare/seqan/docs/INDEX_Spec_Map.html
Xshare/seqan/docs/INDEX_Spec_Miscellaneous.html
Xshare/seqan/docs/INDEX_Spec_Modifier.html
Xshare/seqan/docs/INDEX_Spec_Motif+_Search.html
Xshare/seqan/docs/INDEX_Spec_Pattern+_Matching.html
Xshare/seqan/docs/INDEX_Spec_Pipelining.html
Xshare/seqan/docs/INDEX_Spec_Proxies.html
Xshare/seqan/docs/INDEX_Spec_Random.html
Xshare/seqan/docs/INDEX_Spec_Scoring.html
Xshare/seqan/docs/INDEX_Spec_Searching.html
Xshare/seqan/docs/INDEX_Spec_Seed+_Handling.html
Xshare/seqan/docs/INDEX_Spec_Segments.html
Xshare/seqan/docs/INDEX_Spec_Sequences.html
Xshare/seqan/docs/INDEX_Spec_Strings.html
Xshare/seqan/docs/INDEX_Tag.html
Xshare/seqan/docs/INDEX_Tag_Fragment+_Store.html
Xshare/seqan/docs/INDEX_Tag_Index.html
Xshare/seqan/docs/INDEX_Tag_Miscellaneous.html
Xshare/seqan/docs/INDEX_Tag_Motif+_Search.html
Xshare/seqan/docs/INDEX_Tag_Random.html
Xshare/seqan/docs/INDEX_Tag_Scoring.html
Xshare/seqan/docs/INDEX_Tag_Searching.html
Xshare/seqan/docs/INDEX_Tag_Seed+_Handling.html
Xshare/seqan/docs/INDEX_Tag_Strings.html
Xshare/seqan/docs/MEMFUNC.~_Holder.html
Xshare/seqan/docs/MEMFUNC_Adaptor_Iterator_23_Iter.html
Xshare/seqan/docs/MEMFUNC_Align_Quality_Store_Element_23_Align_Quality_Store_Element.html
Xshare/seqan/docs/MEMFUNC_Aligned_Read_Store_Element_23_Aligned_Read_Store_Element.html
Xshare/seqan/docs/MEMFUNC_Bottom_Up+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_Chained_Seed_23_Seed.html
Xshare/seqan/docs/MEMFUNC_Command_Line_Option_23_Command_Line_Option.html
Xshare/seqan/docs/MEMFUNC_Command_Line_Parser_23_Command_Line_Parser.html
Xshare/seqan/docs/MEMFUNC_Concat_Virtual+_Iterator_23_Iter.html
Xshare/seqan/docs/MEMFUNC_Concatenator_Many_To_One_23_Concatenator_Many_To_One.html
Xshare/seqan/docs/MEMFUNC_Contig_Store_Element_23_Contig_Store_Element.html
Xshare/seqan/docs/MEMFUNC_Ext_String_23_String.html
Xshare/seqan/docs/MEMFUNC_Filter_23_Pipe.html
Xshare/seqan/docs/MEMFUNC_Finder_23_Finder.html
Xshare/seqan/docs/MEMFUNC_Fragment_23_Fragment.html
Xshare/seqan/docs/MEMFUNC_Gap_Anchor_23_Gap_Anchor.html
Xshare/seqan/docs/MEMFUNC_Gaps_23_Gaps.html
Xshare/seqan/docs/MEMFUNC_Generic_Shape_23_Shape.html
Xshare/seqan/docs/MEMFUNC_Geometric+_Pdf_23_Pdf.html
Xshare/seqan/docs/MEMFUNC_Holder.html
Xshare/seqan/docs/MEMFUNC_Infix_Segment_23_Segment.html
Xshare/seqan/docs/MEMFUNC_Interval_And_Cargo_23_Interval_And_Cargo.html
Xshare/seqan/docs/MEMFUNC_Interval_Tree_23_Interval_Tree.html
Xshare/seqan/docs/MEMFUNC_Interval_Tree_Node_23_Interval_Tree_Node.html
Xshare/seqan/docs/MEMFUNC_Library_Store_Element_23_Library_Store_Element.html
Xshare/seqan/docs/MEMFUNC_Local_Alignment_Finder_23_Local_Alignment_Finder.html
Xshare/seqan/docs/MEMFUNC_Log-_Normal+_Pdf_23_Pdf.html
Xshare/seqan/docs/MEMFUNC_Markov_Model_23_Markov_Model.html
Xshare/seqan/docs/MEMFUNC_Markov_Model_23build.html
Xshare/seqan/docs/MEMFUNC_Markov_Model_23emitted_Probability.html
Xshare/seqan/docs/MEMFUNC_Markov_Model_23read.html
Xshare/seqan/docs/MEMFUNC_Markov_Model_23set.html
Xshare/seqan/docs/MEMFUNC_Markov_Model_23write.html
Xshare/seqan/docs/MEMFUNC_Mate_Pair_Store_Element_23_Mate_Pair_Store_Element.html
Xshare/seqan/docs/MEMFUNC_Max_Repeats+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_Mersenne+_Twister+_Rng_23_Rng.html
Xshare/seqan/docs/MEMFUNC_Multi_Mems+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_Mums+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_Namer_23_Pipe.html
Xshare/seqan/docs/MEMFUNC_Normal+_Pdf_23_Pdf.html
Xshare/seqan/docs/MEMFUNC_One_Gapped_Shape_23_Shape.html
Xshare/seqan/docs/MEMFUNC_Pair_23_Pair.html
Xshare/seqan/docs/MEMFUNC_Pipe_23_Pipe.html
Xshare/seqan/docs/MEMFUNC_Point_And_Cargo_23_Point_And_Cargo.html
Xshare/seqan/docs/MEMFUNC_Position_Iterator_23_Iter.html
Xshare/seqan/docs/MEMFUNC_Prefix_Segment_23_Segment.html
Xshare/seqan/docs/MEMFUNC_Read_Store_Element_23_Read_Store_Element.html
Xshare/seqan/docs/MEMFUNC_Rng+_Functor_23_Rng.html
Xshare/seqan/docs/MEMFUNC_Rng_23operator_28_29.html
Xshare/seqan/docs/MEMFUNC_Score+_Matrix_23_Score.html
Xshare/seqan/docs/MEMFUNC_Score_23_Score.html
Xshare/seqan/docs/MEMFUNC_Seed_Set_23_Seed_Set.html
Xshare/seqan/docs/MEMFUNC_Shape_23_Shape.html
Xshare/seqan/docs/MEMFUNC_Simple_Seed_23_Seed.html
Xshare/seqan/docs/MEMFUNC_Simple_Shape_23_Shape.html
Xshare/seqan/docs/MEMFUNC_Suffix_Segment_23_Segment.html
Xshare/seqan/docs/MEMFUNC_Super_Max_Repeats+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_Super_Max_Repeats_Fast+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_To_Std_Allocator.html
Xshare/seqan/docs/MEMFUNC_Top_Down+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_Top_Down_History+_Iterator_23_Iterator.html
Xshare/seqan/docs/MEMFUNC_Triple_23_Triple.html
Xshare/seqan/docs/MEMVAR_Align_Quality_Store_Element_23errors.html
Xshare/seqan/docs/MEMVAR_Align_Quality_Store_Element_23pair_Score.html
Xshare/seqan/docs/MEMVAR_Align_Quality_Store_Element_23score.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Layout_23contig_Rows.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23_I_N_V_A_L_I_D___I_D.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23begin_Pos.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23contig_Id.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23end_Pos.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23gaps.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23id.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23pair_Match_Id.html
Xshare/seqan/docs/MEMVAR_Aligned_Read_Store_Element_23read_Id.html
Xshare/seqan/docs/MEMVAR_Bundle2_23in1.html
Xshare/seqan/docs/MEMVAR_Bundle2_23in2.html
Xshare/seqan/docs/MEMVAR_Bundle3_23in1.html
Xshare/seqan/docs/MEMVAR_Bundle3_23in2.html
Xshare/seqan/docs/MEMVAR_Bundle3_23in3.html
Xshare/seqan/docs/MEMVAR_Bundle5_23in1.html
Xshare/seqan/docs/MEMVAR_Bundle5_23in2.html
Xshare/seqan/docs/MEMVAR_Bundle5_23in3.html
Xshare/seqan/docs/MEMVAR_Bundle5_23in4.html
Xshare/seqan/docs/MEMVAR_Bundle5_23in5.html
Xshare/seqan/docs/MEMVAR_Concat_Direct_23concat.html
Xshare/seqan/docs/MEMVAR_Contig_File_23file_Name.html
Xshare/seqan/docs/MEMVAR_Contig_File_23first_Contig_Id.html
Xshare/seqan/docs/MEMVAR_Contig_File_23format.html
Xshare/seqan/docs/MEMVAR_Contig_Store_Element_23_I_N_V_A_L_I_D___I_D.html
Xshare/seqan/docs/MEMVAR_Contig_Store_Element_23file_Begin_Pos.html
Xshare/seqan/docs/MEMVAR_Contig_Store_Element_23file_End_Pos.html
Xshare/seqan/docs/MEMVAR_Contig_Store_Element_23file_Id.html
Xshare/seqan/docs/MEMVAR_Contig_Store_Element_23gaps.html
Xshare/seqan/docs/MEMVAR_Contig_Store_Element_23seq.html
Xshare/seqan/docs/MEMVAR_Contig_Store_Element_23usage.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23align_Quality_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23aligned_Read_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23aligned_Read_Tag_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23annotation_Name_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23annotation_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23contig_File_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23contig_Name_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23contig_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23library_Name_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23library_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23mate_Pair_Name_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23mate_Pair_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23read_Name_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23read_Seq_Store.html
Xshare/seqan/docs/MEMVAR_Fragment_Store_23read_Store.html
Xshare/seqan/docs/MEMVAR_Gap_Anchor_23gap_Pos.html
Xshare/seqan/docs/MEMVAR_Gap_Anchor_23seq_Pos.html
Xshare/seqan/docs/MEMVAR_Interval_And_Cargo_23cargo.html
Xshare/seqan/docs/MEMVAR_Interval_And_Cargo_23i1.html
Xshare/seqan/docs/MEMVAR_Interval_And_Cargo_23i2.html
Xshare/seqan/docs/MEMVAR_Interval_Tree_Node_23center.html
Xshare/seqan/docs/MEMVAR_Interval_Tree_Node_23list1.html
Xshare/seqan/docs/MEMVAR_Interval_Tree_Node_23list2.html
Xshare/seqan/docs/MEMVAR_Library_Store_Element_23mean.html
Xshare/seqan/docs/MEMVAR_Library_Store_Element_23std.html
Xshare/seqan/docs/MEMVAR_Markov_Model_23order.html
Xshare/seqan/docs/MEMVAR_Markov_Model_23stationary_Distribution.html
Xshare/seqan/docs/MEMVAR_Markov_Model_23transition.html
Xshare/seqan/docs/MEMVAR_Mate_Pair_Store_Element_23_I_N_V_A_L_I_D___I_D.html
Xshare/seqan/docs/MEMVAR_Mate_Pair_Store_Element_23lib_Id.html
Xshare/seqan/docs/MEMVAR_Mate_Pair_Store_Element_23read_Id[2].html
Xshare/seqan/docs/MEMVAR_Name_Store_Cache_23_Name_Store_Cache.html
Xshare/seqan/docs/MEMVAR_Open_Addressing_23alpha.html
Xshare/seqan/docs/MEMVAR_Pair_23i1.html
Xshare/seqan/docs/MEMVAR_Pair_23i2.html
Xshare/seqan/docs/MEMVAR_Point_And_Cargo_23cargo.html
Xshare/seqan/docs/MEMVAR_Point_And_Cargo_23point.html
Xshare/seqan/docs/MEMVAR_Read_Store_Element_23_I_N_V_A_L_I_D___I_D.html
Xshare/seqan/docs/MEMVAR_Read_Store_Element_23mate_Pair_Id.html
Xshare/seqan/docs/MEMVAR_Tag_Selector_23tag_Id.html
Xshare/seqan/docs/MEMVAR_Triple_23i1.html
Xshare/seqan/docs/MEMVAR_Triple_23i2.html
Xshare/seqan/docs/MEMVAR_Triple_23i3.html
Xshare/seqan/docs/METAFUNCTION_Allows_Fast_Random_Access.html
Xshare/seqan/docs/METAFUNCTION_Alphabet.html
Xshare/seqan/docs/METAFUNCTION_Bits_Per_Value.html
Xshare/seqan/docs/METAFUNCTION_Bytes_Per_Value.html
Xshare/seqan/docs/METAFUNCTION_Cargo.html
Xshare/seqan/docs/METAFUNCTION_Col.html
Xshare/seqan/docs/METAFUNCTION_Cols.html
Xshare/seqan/docs/METAFUNCTION_Comparator.html
Xshare/seqan/docs/METAFUNCTION_Compare_Type.html
Xshare/seqan/docs/METAFUNCTION_Concatenator.html
Xshare/seqan/docs/METAFUNCTION_Container.html
Xshare/seqan/docs/METAFUNCTION_Convert.html
Xshare/seqan/docs/METAFUNCTION_Deepest_Spec.html
Xshare/seqan/docs/METAFUNCTION_Default_Find_Begin_Pattern_Spec.html
Xshare/seqan/docs/METAFUNCTION_Default_Finder.html
Xshare/seqan/docs/METAFUNCTION_Default_Get_Iterator_Spec.html
Xshare/seqan/docs/METAFUNCTION_Default_Index_Creator.html
Xshare/seqan/docs/METAFUNCTION_Default_Index_Spec.html
Xshare/seqan/docs/METAFUNCTION_Default_Index_String_Spec.html
Xshare/seqan/docs/METAFUNCTION_Default_Iterator_Spec.html
Xshare/seqan/docs/METAFUNCTION_Default_Overflow_Explicit.html
Xshare/seqan/docs/METAFUNCTION_Default_Overflow_Implicit.html
Xshare/seqan/docs/METAFUNCTION_Default_Pattern.html
Xshare/seqan/docs/METAFUNCTION_Default_Prefix_Order.html
Xshare/seqan/docs/METAFUNCTION_Difference.html
Xshare/seqan/docs/METAFUNCTION_Edge_Descriptor.html
Xshare/seqan/docs/METAFUNCTION_Edge_Id_Handler.html
Xshare/seqan/docs/METAFUNCTION_Edge_Type.html
Xshare/seqan/docs/METAFUNCTION_Fibre.html
Xshare/seqan/docs/METAFUNCTION_Gapped_Value_Type.html
Xshare/seqan/docs/METAFUNCTION_Get_Source.html
Xshare/seqan/docs/METAFUNCTION_Get_V_S_Tree_Iterator_Traits.html
Xshare/seqan/docs/METAFUNCTION_Get_Value.html
Xshare/seqan/docs/METAFUNCTION_Haystack.html
Xshare/seqan/docs/METAFUNCTION_Hit.html
Xshare/seqan/docs/METAFUNCTION_Host.html
Xshare/seqan/docs/METAFUNCTION_Hsp.html
Xshare/seqan/docs/METAFUNCTION_Id.html
Xshare/seqan/docs/METAFUNCTION_Infix.html
Xshare/seqan/docs/METAFUNCTION_Insertion_Buffer.html
Xshare/seqan/docs/METAFUNCTION_Integral_For_Value.html
Xshare/seqan/docs/METAFUNCTION_Is_Contiguous.html
Xshare/seqan/docs/METAFUNCTION_Is_Integral.html
Xshare/seqan/docs/METAFUNCTION_Is_Sequence.html
Xshare/seqan/docs/METAFUNCTION_Is_Simple.html
Xshare/seqan/docs/METAFUNCTION_Iter_Complement_Const.html
Xshare/seqan/docs/METAFUNCTION_Iter_Make_Const.html
Xshare/seqan/docs/METAFUNCTION_Iterator.html
Xshare/seqan/docs/METAFUNCTION_Journal_Type.html
Xshare/seqan/docs/METAFUNCTION_Key.html
Xshare/seqan/docs/METAFUNCTION_L_E_N_G_T_H.html
Xshare/seqan/docs/METAFUNCTION_List_Type.html
Xshare/seqan/docs/METAFUNCTION_Map_Value.html
Xshare/seqan/docs/METAFUNCTION_Max_Value.html
Xshare/seqan/docs/METAFUNCTION_Min_Value.html
Xshare/seqan/docs/METAFUNCTION_Motif.html
Xshare/seqan/docs/METAFUNCTION_Needle.html
Xshare/seqan/docs/METAFUNCTION_Pex_Multi_Finder.html
Xshare/seqan/docs/METAFUNCTION_Position.html
Xshare/seqan/docs/METAFUNCTION_Prefix.html
Xshare/seqan/docs/METAFUNCTION_Reference.html
Xshare/seqan/docs/METAFUNCTION_Row.html
Xshare/seqan/docs/METAFUNCTION_Rows.html
Xshare/seqan/docs/METAFUNCTION_S_A_Value.html
Xshare/seqan/docs/METAFUNCTION_Scoring_Scheme.html
Xshare/seqan/docs/METAFUNCTION_Size.html
Xshare/seqan/docs/METAFUNCTION_Source.html
Xshare/seqan/docs/METAFUNCTION_Spec.html
Xshare/seqan/docs/METAFUNCTION_Std_Container_Iterator.html
Xshare/seqan/docs/METAFUNCTION_String_Set_Type.html
Xshare/seqan/docs/METAFUNCTION_Suffix.html
Xshare/seqan/docs/METAFUNCTION_Value.html
Xshare/seqan/docs/METAFUNCTION_Value_Size.html
Xshare/seqan/docs/METAFUNCTION_Vertex_Descriptor.html
Xshare/seqan/docs/METAFUNCTION_Vertex_Id_Handler.html
Xshare/seqan/docs/METAFUNCTION_W_E_I_G_H_T.html
Xshare/seqan/docs/METAFUNCTION_Weight.html
Xshare/seqan/docs/PAGE.dddoc.html
Xshare/seqan/docs/PAGE_Glossary.html
Xshare/seqan/docs/SHORTCUT_Blosum30.html
Xshare/seqan/docs/SHORTCUT_Blosum45.html
Xshare/seqan/docs/SHORTCUT_Blosum62.html
Xshare/seqan/docs/SHORTCUT_Blosum80.html
Xshare/seqan/docs/SHORTCUT_Char_Iterator.html
Xshare/seqan/docs/SHORTCUT_Char_String.html
Xshare/seqan/docs/SHORTCUT_Dna5_Iterator.html
Xshare/seqan/docs/SHORTCUT_Dna5_String.html
Xshare/seqan/docs/SHORTCUT_Dna5_String_Complement.html
Xshare/seqan/docs/SHORTCUT_Dna5_String_Reverse.html
Xshare/seqan/docs/SHORTCUT_Dna5_String_Reverse_Complement.html
Xshare/seqan/docs/SHORTCUT_Dna_Iterator.html
Xshare/seqan/docs/SHORTCUT_Dna_String.html
Xshare/seqan/docs/SHORTCUT_Dna_String_Complement.html
Xshare/seqan/docs/SHORTCUT_Dna_String_Reverse.html
Xshare/seqan/docs/SHORTCUT_Dna_String_Reverse_Complement.html
Xshare/seqan/docs/SHORTCUT_Edit_Distance_Score.html
Xshare/seqan/docs/SHORTCUT_Iupac_Iterator.html
Xshare/seqan/docs/SHORTCUT_Iupac_String.html
Xshare/seqan/docs/SHORTCUT_Mod_Complement_Dna.html
Xshare/seqan/docs/SHORTCUT_Mod_Complement_Dna5.html
Xshare/seqan/docs/SHORTCUT_Mod_Complement_Rna.html
Xshare/seqan/docs/SHORTCUT_Mod_Complement_Rna5.html
Xshare/seqan/docs/SHORTCUT_Multi_Fasta.html
Xshare/seqan/docs/SHORTCUT_Multi_Seq_File.html
Xshare/seqan/docs/SHORTCUT_Myers_Ukkonen.html
Xshare/seqan/docs/SHORTCUT_Myers_Ukkonen_Banded.html
Xshare/seqan/docs/SHORTCUT_Myers_Ukkonen_Global.html
Xshare/seqan/docs/SHORTCUT_Myers_Ukkonen_Global_Banded.html
Xshare/seqan/docs/SHORTCUT_Pam120.html
Xshare/seqan/docs/SHORTCUT_Pam200.html
Xshare/seqan/docs/SHORTCUT_Pam250.html
Xshare/seqan/docs/SHORTCUT_Pam40.html
Xshare/seqan/docs/SHORTCUT_Peptide.html
Xshare/seqan/docs/SHORTCUT_Peptide_Iterator.html
Xshare/seqan/docs/SHORTCUT_Rna5_Iterator.html
Xshare/seqan/docs/SHORTCUT_Rna5_String.html
Xshare/seqan/docs/SHORTCUT_Rna5_String_Complement.html
Xshare/seqan/docs/SHORTCUT_Rna5_String_Reverse.html
Xshare/seqan/docs/SHORTCUT_Rna5_String_Reverse_Complement.html
Xshare/seqan/docs/SHORTCUT_Rna_Iterator.html
Xshare/seqan/docs/SHORTCUT_Rna_String.html
Xshare/seqan/docs/SHORTCUT_Rna_String_Complement.html
Xshare/seqan/docs/SHORTCUT_Rna_String_Reverse.html
Xshare/seqan/docs/SHORTCUT_Rna_String_Reverse_Complement.html
Xshare/seqan/docs/SHORTCUT_Simple_Score.html
Xshare/seqan/docs/SHORTCUT_Unicode_Iterator.html
Xshare/seqan/docs/SHORTCUT_Unicode_String.html
Xshare/seqan/docs/SHORTCUT_Vtml200.html
Xshare/seqan/docs/SPEC_Abndm_Algo.html
Xshare/seqan/docs/SPEC_Adaptor+_Iterator.html
Xshare/seqan/docs/SPEC_Adjacency+_Iterator.html
Xshare/seqan/docs/SPEC_Aho_Corasick.html
Xshare/seqan/docs/SPEC_Align_Col_Iterator.html
Xshare/seqan/docs/SPEC_Alignment+_Graph.html
Xshare/seqan/docs/SPEC_Alloc+_String.html
Xshare/seqan/docs/SPEC_Alphabet+_Expansion.html
Xshare/seqan/docs/SPEC_Amino_Acid.html
Xshare/seqan/docs/SPEC_Anchor_Gaps.html
Xshare/seqan/docs/SPEC_Array+_String.html
Xshare/seqan/docs/SPEC_Array_Gaps.html
Xshare/seqan/docs/SPEC_Async.html
Xshare/seqan/docs/SPEC_Automaton.html
Xshare/seqan/docs/SPEC_Basic_Info.html
Xshare/seqan/docs/SPEC_Bfam.html
Xshare/seqan/docs/SPEC_Bfam_3c_Oracle_3e.html
Xshare/seqan/docs/SPEC_Bfam_3c_Trie_3e.html
Xshare/seqan/docs/SPEC_Bfs+_Iterator.html
Xshare/seqan/docs/SPEC_Bit+_Compressed+_Pair.html
Xshare/seqan/docs/SPEC_Bit+_Packed+_Tuple.html
Xshare/seqan/docs/SPEC_Blast_N.html
Xshare/seqan/docs/SPEC_Blast_P.html
Xshare/seqan/docs/SPEC_Block+_String.html
Xshare/seqan/docs/SPEC_Bndm_Algo.html
Xshare/seqan/docs/SPEC_Bottom_Up+_Iterator.html
Xshare/seqan/docs/SPEC_C_Mode.html
Xshare/seqan/docs/SPEC_C_Style+_String.html
Xshare/seqan/docs/SPEC_Caster.html
Xshare/seqan/docs/SPEC_Chained.html
Xshare/seqan/docs/SPEC_Chained_Seed.html
Xshare/seqan/docs/SPEC_Chunk+_Pool+_Allocator.html
Xshare/seqan/docs/SPEC_Concat_Direct.html
Xshare/seqan/docs/SPEC_Concat_Virtual+_Iterator.html
Xshare/seqan/docs/SPEC_Counter.html
Xshare/seqan/docs/SPEC_Counting+_Id_Manager.html
Xshare/seqan/docs/SPEC_D_P_Search.html
Xshare/seqan/docs/SPEC_Dependent.html
Xshare/seqan/docs/SPEC_Dfs+_Preorder+_Iterator.html
Xshare/seqan/docs/SPEC_Directed+_Graph.html
Xshare/seqan/docs/SPEC_Dna.html
Xshare/seqan/docs/SPEC_Dna5.html
Xshare/seqan/docs/SPEC_Dna5_Q.html
Xshare/seqan/docs/SPEC_Dna_Q.html
Xshare/seqan/docs/SPEC_E_Pattern_Branching.html
Xshare/seqan/docs/SPEC_Echoer.html
Xshare/seqan/docs/SPEC_Edge+_Iterator.html
Xshare/seqan/docs/SPEC_Edit_Distance.html
Xshare/seqan/docs/SPEC_Edit_Environment.html
Xshare/seqan/docs/SPEC_Exact_Fragment.html
Xshare/seqan/docs/SPEC_Exact_Reversable_Fragment.html
Xshare/seqan/docs/SPEC_External+_String.html
Xshare/seqan/docs/SPEC_File+_Reader+_String.html
Xshare/seqan/docs/SPEC_Filter.html
Xshare/seqan/docs/SPEC_Finite.html
Xshare/seqan/docs/SPEC_Full_Info.html
Xshare/seqan/docs/SPEC_Gapped_Shape.html
Xshare/seqan/docs/SPEC_Generic_Shape.html
Xshare/seqan/docs/SPEC_Geometric+_Pdf.html
Xshare/seqan/docs/SPEC_Hamming_Simple_Finder.html
Xshare/seqan/docs/SPEC_Hierarchical.html
Xshare/seqan/docs/SPEC_Hit_Iterator.html
Xshare/seqan/docs/SPEC_Hmm.html
Xshare/seqan/docs/SPEC_Horspool.html
Xshare/seqan/docs/SPEC_Hsp_Iterator.html
Xshare/seqan/docs/SPEC_Index_Dfi.html
Xshare/seqan/docs/SPEC_Index_Esa.html
Xshare/seqan/docs/SPEC_Index_Q_Gram.html
Xshare/seqan/docs/SPEC_Index_Wotd.html
Xshare/seqan/docs/SPEC_Infix_Segment.html
Xshare/seqan/docs/SPEC_Interval+_Tree+_Node.html
Xshare/seqan/docs/SPEC_Iterator+_Proxy.html
Xshare/seqan/docs/SPEC_Iupac.html
Xshare/seqan/docs/SPEC_Joiner.html
Xshare/seqan/docs/SPEC_Journaled+_String.html
Xshare/seqan/docs/SPEC_Log-_Normal+_Pdf.html
Xshare/seqan/docs/SPEC_M_Map+_String.html
Xshare/seqan/docs/SPEC_Mapper_Config.html
Xshare/seqan/docs/SPEC_Mapper_Config_Size.html
Xshare/seqan/docs/SPEC_Mapper_Spec.html
Xshare/seqan/docs/SPEC_Max_Repeats+_Iterator.html
Xshare/seqan/docs/SPEC_Memory_Manager_Index.html
Xshare/seqan/docs/SPEC_Memory_Manager_Pointer.html
Xshare/seqan/docs/SPEC_Mersenne+_Twister+_Rng.html
Xshare/seqan/docs/SPEC_Mod_Reverse.html
Xshare/seqan/docs/SPEC_Mod_View.html
Xshare/seqan/docs/SPEC_Multi+_Pool+_Allocator.html
Xshare/seqan/docs/SPEC_Multi_Bfam.html
Xshare/seqan/docs/SPEC_Multi_Bfam_3c_Oracle_3e.html
Xshare/seqan/docs/SPEC_Multi_Mems+_Iterator.html
Xshare/seqan/docs/SPEC_Multi_Seed.html
Xshare/seqan/docs/SPEC_Multiple_Shift_And.html
Xshare/seqan/docs/SPEC_Mums+_Iterator.html
Xshare/seqan/docs/SPEC_Myers.html
Xshare/seqan/docs/SPEC_Namer.html
Xshare/seqan/docs/SPEC_Non_Hierarchical.html
Xshare/seqan/docs/SPEC_Non_Scored+_Seed_Set.html
Xshare/seqan/docs/SPEC_Normal+_Pdf.html
Xshare/seqan/docs/SPEC_One_Gapped_Shape.html
Xshare/seqan/docs/SPEC_Open_Addressing.html
Xshare/seqan/docs/SPEC_Oracle.html
Xshare/seqan/docs/SPEC_Out-_Edge+_Iterator.html
Xshare/seqan/docs/SPEC_Owner.html
Xshare/seqan/docs/SPEC_P_Mode.html
Xshare/seqan/docs/SPEC_Packed+_Pair.html
Xshare/seqan/docs/SPEC_Packed+_String.html
Xshare/seqan/docs/SPEC_Packed+_Triple.html
Xshare/seqan/docs/SPEC_Pex.html
Xshare/seqan/docs/SPEC_Pizza+_26+_Chili+_Index.html
Xshare/seqan/docs/SPEC_Pizza+_26+_Chili+_String.html
Xshare/seqan/docs/SPEC_Pms1.html
Xshare/seqan/docs/SPEC_Pmsp.html
Xshare/seqan/docs/SPEC_Points+_Only+_Tree+_Node.html
Xshare/seqan/docs/SPEC_Pool_Config.html
Xshare/seqan/docs/SPEC_Pool_Config_Size.html
Xshare/seqan/docs/SPEC_Pool_Spec.html
Xshare/seqan/docs/SPEC_Position+_Iterator.html
Xshare/seqan/docs/SPEC_Prefix_Segment.html
Xshare/seqan/docs/SPEC_Priority_Heap.html
Xshare/seqan/docs/SPEC_Projection.html
Xshare/seqan/docs/SPEC_Rna.html
Xshare/seqan/docs/SPEC_Rna5.html
Xshare/seqan/docs/SPEC_Rng+_Functor.html
Xshare/seqan/docs/SPEC_Sampler.html
Xshare/seqan/docs/SPEC_Score+_Chain_So_P.html
Xshare/seqan/docs/SPEC_Score+_Manhattan.html
Xshare/seqan/docs/SPEC_Score+_Matrix.html
Xshare/seqan/docs/SPEC_Score+_Zero.html
Xshare/seqan/docs/SPEC_Scored+_Seed_Set.html
Xshare/seqan/docs/SPEC_Set_Horspool.html
Xshare/seqan/docs/SPEC_Shift_And.html
Xshare/seqan/docs/SPEC_Shift_Or.html
Xshare/seqan/docs/SPEC_Shifter.html
Xshare/seqan/docs/SPEC_Simple+_Allocator.html
Xshare/seqan/docs/SPEC_Simple+_Finder.html
Xshare/seqan/docs/SPEC_Simple+_Score.html
Xshare/seqan/docs/SPEC_Simple_Iterator.html
Xshare/seqan/docs/SPEC_Simple_Seed.html
Xshare/seqan/docs/SPEC_Simple_Shape.html
Xshare/seqan/docs/SPEC_Single+_Pool+_Allocator.html
Xshare/seqan/docs/SPEC_Skiplist.html
Xshare/seqan/docs/SPEC_Sorter_Config.html
Xshare/seqan/docs/SPEC_Sorter_Config_Size.html
Xshare/seqan/docs/SPEC_Sorter_Spec.html
Xshare/seqan/docs/SPEC_Source.html
Xshare/seqan/docs/SPEC_Store_Report.html
Xshare/seqan/docs/SPEC_Stream_Report.html
Xshare/seqan/docs/SPEC_Striped.html
Xshare/seqan/docs/SPEC_Suffix_Segment.html
Xshare/seqan/docs/SPEC_Sumlist_Gaps.html
Xshare/seqan/docs/SPEC_Super_Max_Repeats+_Iterator.html
Xshare/seqan/docs/SPEC_Super_Max_Repeats_Fast+_Iterator.html
Xshare/seqan/docs/SPEC_Swift.html
Xshare/seqan/docs/SPEC_Swift_Local.html
Xshare/seqan/docs/SPEC_Swift_Semi_Global.html
Xshare/seqan/docs/SPEC_Sync.html
Xshare/seqan/docs/SPEC_Top_Down+_Iterator.html
Xshare/seqan/docs/SPEC_Top_Down_History+_Iterator.html
Xshare/seqan/docs/SPEC_Trace_Back.html
Xshare/seqan/docs/SPEC_Tree.html
Xshare/seqan/docs/SPEC_Trie.html
Xshare/seqan/docs/SPEC_Tristate+_Holder.html
Xshare/seqan/docs/SPEC_Tupler.html
Xshare/seqan/docs/SPEC_Undirected+_Graph.html
Xshare/seqan/docs/SPEC_Ungapped_Shape.html
Xshare/seqan/docs/SPEC_Uniform+_Pdf.html
Xshare/seqan/docs/SPEC_V_S_Tree+_Iterator.html
Xshare/seqan/docs/SPEC_Vector_Set.html
Xshare/seqan/docs/SPEC_Vertex+_Iterator.html
Xshare/seqan/docs/SPEC_Wild_Shift_And.html
Xshare/seqan/docs/SPEC_Word+_Graph.html
Xshare/seqan/docs/SPEC_Wu_Manber.html
Xshare/seqan/docs/TAG.sort_Aligned_Read+_Tags.html
Xshare/seqan/docs/TAG_Alignment+_Graph+_Combination.html
Xshare/seqan/docs/TAG_Alignment+_Graph+_Format.html
Xshare/seqan/docs/TAG_Allocator+_Usage.html
Xshare/seqan/docs/TAG_Consensus+_Calling.html
Xshare/seqan/docs/TAG_Default.html
Xshare/seqan/docs/TAG_Distance+_Calculation.html
Xshare/seqan/docs/TAG_Dot_Drawing.html
Xshare/seqan/docs/TAG_E_S_A+_Index+_Fibres.html
Xshare/seqan/docs/TAG_Empty_Edges.html
Xshare/seqan/docs/TAG_External_Config.html
Xshare/seqan/docs/TAG_External_Config_Large.html
Xshare/seqan/docs/TAG_External_Config_Size.html
Xshare/seqan/docs/TAG_File+_Format.html
Xshare/seqan/docs/TAG_Find_Infix.html
Xshare/seqan/docs/TAG_Find_Prefix.html
Xshare/seqan/docs/TAG_Global+_Alignment+_Algorithms.html
Xshare/seqan/docs/TAG_Graph+_Iterator.html
Xshare/seqan/docs/TAG_Hamming_Distance.html
Xshare/seqan/docs/TAG_Hide_Empty_Edges.html
Xshare/seqan/docs/TAG_Index+_Find+_Algorithm.html
Xshare/seqan/docs/TAG_Interval_Tree+_Centers.html
Xshare/seqan/docs/TAG_Interval_Tree+_Node+_Types.html
Xshare/seqan/docs/TAG_Iterator+_Spec.html
Xshare/seqan/docs/TAG_Levenshtein_Distance.html
Xshare/seqan/docs/TAG_Local+_Alignment+_Algorithms.html
Xshare/seqan/docs/TAG_Logical+_Values.html
Xshare/seqan/docs/TAG_Mean_Std_Dev.html
Xshare/seqan/docs/TAG_Move+_Switch.html
Xshare/seqan/docs/TAG_Mu_Sigma.html
Xshare/seqan/docs/TAG_Nothing.html
Xshare/seqan/docs/TAG_Omops.html
Xshare/seqan/docs/TAG_Oops.html
Xshare/seqan/docs/TAG_Overflow+_Strategy.html
Xshare/seqan/docs/TAG_Pizza+_26+_Chili+_Index+_Fibres.html
Xshare/seqan/docs/TAG_Pizza+_26+_Chili+_Index+_Tags.html
Xshare/seqan/docs/TAG_Postorder.html
Xshare/seqan/docs/TAG_Postorder_Empty_Edges.html
Xshare/seqan/docs/TAG_Prefix+_Order.html
Xshare/seqan/docs/TAG_Preorder.html
Xshare/seqan/docs/TAG_Preorder_Empty_Edges.html
Xshare/seqan/docs/TAG_Q_Gram+_Index+_Fibres.html
Xshare/seqan/docs/TAG_Seed+_Adding.html
Xshare/seqan/docs/TAG_Seed+_Extension.html
Xshare/seqan/docs/TAG_Seed_Set.html
Xshare/seqan/docs/TAG_Segment+_Match+_Generation.html
Xshare/seqan/docs/TAG_Simple.html
Xshare/seqan/docs/TAG_Tag_List.html
Xshare/seqan/docs/TAG_Tcm.html
Xshare/seqan/docs/TAG_Upgma+_Configurator.html
Xshare/seqan/docs/TAG_W_O_T_D+_Index+_Fibres.html
Xshare/seqan/docs/TAG_Zoops.html
Xshare/seqan/docs/TYPEDEF_Aligned_Read_Store_Element_23_T_Gap_Anchors.html
Xshare/seqan/docs/TYPEDEF_Aligned_Read_Store_Element_23_T_Pos.html
Xshare/seqan/docs/TYPEDEF_Aligned_Read_Store_Element_23_T_Spec.html
Xshare/seqan/docs/TYPEDEF_Contig_Store_Element_23_T_Contig_Seq.html
Xshare/seqan/docs/TYPEDEF_Contig_Store_Element_23_T_Gap_Anchors.html
Xshare/seqan/docs/TYPEDEF_Contig_Store_Element_23_T_Pos.html
Xshare/seqan/docs/TYPEDEF_Contig_Store_Element_23_T_Spec.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Align_Quality_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Aligned_Read_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Aligned_Read_Tag_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Annotation_Name_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Annotation_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Contig_File_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Contig_Name_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Contig_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Library_Name_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Library_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Mate_Pair_Name_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Mate_Pair_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Read_Name_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Read_Seq_Store.html
Xshare/seqan/docs/TYPEDEF_Fragment_Store_23_T_Read_Store.html
Xshare/seqan/docs/alignment.cpp
Xshare/seqan/docs/alignmentGraph.png
Xshare/seqan/docs/alignment_local.cpp
Xshare/seqan/docs/allocator.cpp
Xshare/seqan/docs/alphabet.cpp
Xshare/seqan/docs/automatonGraph.png
Xshare/seqan/docs/blast_report.cpp
Xshare/seqan/docs/dddoc.js
Xshare/seqan/docs/dddoc_empty.gif
Xshare/seqan/docs/dddoc_html.css
Xshare/seqan/docs/dddoc_minus.gif
Xshare/seqan/docs/dddoc_plus.gif
Xshare/seqan/docs/directedGraph.png
Xshare/seqan/docs/file_format.cpp
Xshare/seqan/docs/find_approx.cpp
Xshare/seqan/docs/find_exact.cpp
Xshare/seqan/docs/find_motif.cpp
Xshare/seqan/docs/find_wild.cpp
Xshare/seqan/docs/graph_algo_bfs.cpp
Xshare/seqan/docs/graph_algo_dfs.cpp
Xshare/seqan/docs/graph_algo_flow_fordfulkerson.cpp
Xshare/seqan/docs/graph_algo_his.cpp
Xshare/seqan/docs/graph_algo_lcs.cpp
Xshare/seqan/docs/graph_algo_lis.cpp
Xshare/seqan/docs/graph_algo_path_allpairs.cpp
Xshare/seqan/docs/graph_algo_path_bellmanford.cpp
Xshare/seqan/docs/graph_algo_path_dag.cpp
Xshare/seqan/docs/graph_algo_path_dijkstra.cpp
Xshare/seqan/docs/graph_algo_path_floydwarshall.cpp
Xshare/seqan/docs/graph_algo_path_transitive.cpp
Xshare/seqan/docs/graph_algo_scc.cpp
Xshare/seqan/docs/graph_algo_topsort.cpp
Xshare/seqan/docs/graph_algo_tree_kruskal.cpp
Xshare/seqan/docs/graph_algo_tree_prim.cpp
Xshare/seqan/docs/graph_hmm.cpp
Xshare/seqan/docs/graph_hmm_silent.cpp
Xshare/seqan/docs/index.html
Xshare/seqan/docs/index_find.cpp
Xshare/seqan/docs/index_find_stringset.cpp
Xshare/seqan/docs/index_maxrepeats.cpp
Xshare/seqan/docs/index_mummy.cpp
Xshare/seqan/docs/index_mums.cpp
Xshare/seqan/docs/index_node_predicate.cpp
Xshare/seqan/docs/index_sufarray.cpp
Xshare/seqan/docs/index_supermaxrepeats.cpp
Xshare/seqan/docs/iterator.cpp
Xshare/seqan/docs/modifier_modreverse.cpp
Xshare/seqan/docs/modifier_modview.cpp
Xshare/seqan/docs/modifier_nested.cpp
Xshare/seqan/docs/pizzachili.cpp
Xshare/seqan/docs/rooted_iterator.cpp
Xshare/seqan/docs/searchfile.js
Xshare/seqan/docs/seqan_logo.gif
Xshare/seqan/docs/seqan_logo_large.png
Xshare/seqan/docs/shape_predefined.h
Xshare/seqan/docs/treeGraph.png
Xshare/seqan/docs/trieGraph.png
Xshare/seqan/docs/undirectedGraph.png
Xshare/seqan/gapped_params/results_N15_H.dat
Xshare/seqan/gapped_params/results_N15_L.dat
Xshare/seqan/gapped_params/results_N16_H.dat
Xshare/seqan/gapped_params/results_N16_L.dat
Xshare/seqan/gapped_params/results_N17_H.dat
Xshare/seqan/gapped_params/results_N17_L.dat
Xshare/seqan/gapped_params/results_N18_H.dat
Xshare/seqan/gapped_params/results_N18_L.dat
Xshare/seqan/gapped_params/results_N19_H.dat
Xshare/seqan/gapped_params/results_N19_L.dat
Xshare/seqan/gapped_params/results_N20_H.dat
Xshare/seqan/gapped_params/results_N20_L.dat
Xshare/seqan/gapped_params/results_N21_H.dat
Xshare/seqan/gapped_params/results_N21_L.dat
Xshare/seqan/gapped_params/results_N22_H.dat
Xshare/seqan/gapped_params/results_N22_L.dat
Xshare/seqan/gapped_params/results_N23_H.dat
Xshare/seqan/gapped_params/results_N23_L.dat
Xshare/seqan/gapped_params/results_N24_H.dat
Xshare/seqan/gapped_params/results_N24_L.dat
Xshare/seqan/gapped_params/results_N25_H.dat
Xshare/seqan/gapped_params/results_N25_L.dat
Xshare/seqan/gapped_params/results_N26_H.dat
Xshare/seqan/gapped_params/results_N26_L.dat
Xshare/seqan/gapped_params/results_N27_H.dat
Xshare/seqan/gapped_params/results_N27_L.dat
Xshare/seqan/gapped_params/results_N28_H.dat
Xshare/seqan/gapped_params/results_N28_L.dat
Xshare/seqan/gapped_params/results_N29_H.dat
Xshare/seqan/gapped_params/results_N29_L.dat
Xshare/seqan/gapped_params/results_N30_H.dat
Xshare/seqan/gapped_params/results_N30_L.dat
Xshare/seqan/gapped_params/results_N31_H.dat
Xshare/seqan/gapped_params/results_N31_L.dat
Xshare/seqan/gapped_params/results_N32_H.dat
Xshare/seqan/gapped_params/results_N32_L.dat
Xshare/seqan/gapped_params/results_N33_H.dat
Xshare/seqan/gapped_params/results_N33_L.dat
Xshare/seqan/gapped_params/results_N34_H.dat
Xshare/seqan/gapped_params/results_N34_L.dat
Xshare/seqan/gapped_params/results_N35_H.dat
Xshare/seqan/gapped_params/results_N35_L.dat
Xshare/seqan/gapped_params/results_N36_H.dat
Xshare/seqan/gapped_params/results_N36_L.dat
Xshare/seqan/gapped_params/results_N37_H.dat
Xshare/seqan/gapped_params/results_N37_L.dat
Xshare/seqan/gapped_params/results_N38_H.dat
Xshare/seqan/gapped_params/results_N38_L.dat
Xshare/seqan/gapped_params/results_N39_H.dat
Xshare/seqan/gapped_params/results_N39_L.dat
Xshare/seqan/gapped_params/results_N40_H.dat
Xshare/seqan/gapped_params/results_N40_L.dat
Xshare/seqan/gapped_params/results_N41_H.dat
Xshare/seqan/gapped_params/results_N41_L.dat
Xshare/seqan/gapped_params/results_N42_H.dat
Xshare/seqan/gapped_params/results_N42_L.dat
Xshare/seqan/gapped_params/results_N43_H.dat
Xshare/seqan/gapped_params/results_N43_L.dat
Xshare/seqan/gapped_params/results_N44_H.dat
Xshare/seqan/gapped_params/results_N44_L.dat
Xshare/seqan/gapped_params/results_N45_H.dat
Xshare/seqan/gapped_params/results_N45_L.dat
Xshare/seqan/gapped_params/results_N46_H.dat
Xshare/seqan/gapped_params/results_N46_L.dat
Xshare/seqan/gapped_params/results_N47_H.dat
Xshare/seqan/gapped_params/results_N47_L.dat
Xshare/seqan/gapped_params/results_N48_H.dat
Xshare/seqan/gapped_params/results_N48_L.dat
Xshare/seqan/gapped_params/results_N49_H.dat
Xshare/seqan/gapped_params/results_N49_L.dat
Xshare/seqan/gapped_params/results_N50_H.dat
Xshare/seqan/gapped_params/results_N50_L.dat
Xshare/seqan/gapped_params/results_N51_H.dat
Xshare/seqan/gapped_params/results_N51_L.dat
Xshare/seqan/gapped_params/results_N52_H.dat
Xshare/seqan/gapped_params/results_N52_L.dat
Xshare/seqan/gapped_params/results_N53_H.dat
Xshare/seqan/gapped_params/results_N53_L.dat
Xshare/seqan/gapped_params/results_N54_H.dat
Xshare/seqan/gapped_params/results_N54_L.dat
Xshare/seqan/gapped_params/results_N55_H.dat
Xshare/seqan/gapped_params/results_N55_L.dat
Xshare/seqan/gapped_params/results_N56_H.dat
Xshare/seqan/gapped_params/results_N56_L.dat
Xshare/seqan/gapped_params/results_N57_H.dat
Xshare/seqan/gapped_params/results_N57_L.dat
Xshare/seqan/gapped_params/results_N58_H.dat
Xshare/seqan/gapped_params/results_N58_L.dat
Xshare/seqan/gapped_params/results_N59_H.dat
Xshare/seqan/gapped_params/results_N59_L.dat
Xshare/seqan/gapped_params/results_N60_H.dat
Xshare/seqan/gapped_params/results_N60_L.dat
Xshare/seqan/gapped_params/results_N61_H.dat
Xshare/seqan/gapped_params/results_N61_L.dat
Xshare/seqan/gapped_params/results_N62_H.dat
Xshare/seqan/gapped_params/results_N62_L.dat
Xshare/seqan/gapped_params/results_N63_H.dat
Xshare/seqan/gapped_params/results_N63_L.dat
Xshare/seqan/gapped_params/results_N64_H.dat
Xshare/seqan/gapped_params/results_N64_L.dat
Xshare/seqan/gapped_params/results_N65_H.dat
Xshare/seqan/gapped_params/results_N65_L.dat
Xshare/seqan/gapped_params/results_N66_H.dat
Xshare/seqan/gapped_params/results_N67_H.dat
Xshare/seqan/gapped_params/results_N68_H.dat
Xshare/seqan/gapped_params/results_N69_H.dat
Xshare/seqan/gapped_params/results_N70_H.dat
Xshare/seqan/gapped_params/results_N71_H.dat
Xshare/seqan/gapped_params/results_N72_H.dat
Xshare/seqan/gapped_params/results_N73_H.dat
Xshare/seqan/gapped_params/results_N74_H.dat
Xshare/seqan/gapped_params/results_N75_H.dat
X@dirrm share/seqan/gapped_params
X@dirrm share/seqan/docs
X@dirrm share/seqan
X@dirrm include/seqan/system
X@dirrm include/seqan/store
X@dirrm include/seqan/statistics
X@dirrm include/seqan/sequence_journaled
X@dirrm include/seqan/sequence
X@dirrm include/seqan/seeds2
X@dirrm include/seqan/seeds
X@dirrm include/seqan/score
X@dirrm include/seqan/refinement
X@dirrm include/seqan/random
X@dirrm include/seqan/platform
X@dirrm include/seqan/pipe
X@dirrm include/seqan/parallel
X@dirrm include/seqan/modifier
X@dirrm include/seqan/misc
X@dirrm include/seqan/map
X@dirrm include/seqan/index
X@dirrm include/seqan/graph_types
X@dirrm include/seqan/graph_msa
X@dirrm include/seqan/graph_align
X@dirrm include/seqan/graph_algorithms
X@dirrm include/seqan/find_motif
X@dirrm include/seqan/find2
X@dirrm include/seqan/find
X@dirrm include/seqan/file
X@dirrm include/seqan/consensus
X@dirrm include/seqan/chaining
X@dirrm include/seqan/blast
X@dirrm include/seqan/basic
X@dirrm include/seqan/align
X@dirrm include/seqan
c2d0b767f4af5a77aa847e7b4e826c70
echo c - seqan/files
mkdir -p seqan/files > /dev/null 2>&1
echo x - seqan/files/patch-cmake-apps-CMakeLists.txt
sed 's/^X//' >seqan/files/patch-cmake-apps-CMakeLists.txt << 'e8f5f2ec626c5ad0f06a47678d4bb557'
X--- cmake/apps/CMakeLists.txt.orig	2012-05-04 11:12:35.000000000 +0800
X+++ cmake/apps/CMakeLists.txt	2012-05-04 11:23:26.000000000 +0800
X@@ -108,4 +108,4 @@
X 
X # Install RazerS gapped parameters.
X install(DIRECTORY ${SEQAN_LIBRARY}/apps/razers2/gapped_params
X-        DESTINATION bin)
X+        DESTINATION share/seqan)
e8f5f2ec626c5ad0f06a47678d4bb557
echo x - seqan/files/patch-cmake-CMakeLists.txt
sed 's/^X//' >seqan/files/patch-cmake-CMakeLists.txt << '86b1e5cdb1549c7bd1d49b69e78ae2a6'
X--- cmake/CMakeLists.txt.orig	2012-05-04 12:56:23.000000000 +0800
X+++ cmake/CMakeLists.txt	2012-05-04 13:00:03.000000000 +0800
X@@ -146,6 +146,10 @@
X             COMPONENT headers)
X     #message("install(FILES ${HEADER} RENAME seqan${NEW_PATH} DESTINATION include COMPONENT headers)")
X endforeach()
X+#seqan.h
X+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../seqan.h
X+	DESTINATION include
X+	COMPONENT headers)
X 
X ################################################################################
X # Set Compiler Flags
86b1e5cdb1549c7bd1d49b69e78ae2a6
echo x - seqan/pkg-message
sed 's/^X//' >seqan/pkg-message << 'f29e7b3a22803482eada786d6c2d408d'
Xgapped_params for Razers2 have been installed to 
X      /usr/local/share/seqan/gapped_params
X      
XIf you require these, make sure to set the correct 
Xpath with --param-dir as Razers2 will not pick them 
Xup automatically.
f29e7b3a22803482eada786d6c2d408d
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205041125.q44BPtAU037372>