View | Details | Raw Unified | Return to bug 204127 | Differences between
and this patch

Collapse All | Expand All

(-)seqan/Makefile (-19 / +17 lines)
Lines 2-34 Link Here
2
# $FreeBSD: head/biology/seqan/Makefile 381791 2015-03-21 11:53:27Z marino $
2
# $FreeBSD: head/biology/seqan/Makefile 381791 2015-03-21 11:53:27Z marino $
3
3
4
PORTNAME=	seqan
4
PORTNAME=	seqan
5
PORTVERSION=	1.3.1
5
PORTVERSION=	2.1.1
6
PORTREVISION=	3
7
CATEGORIES=	biology
6
CATEGORIES=	biology
8
MASTER_SITES=	http://ftp.seqan.de/releases/
7
MASTER_SITES=	http://packages.seqan.de/seqan-library/
8
DISTNAME=	${PORTNAME}-library-${PORTVERSION}
9
9
10
MAINTAINER=	h2+fbsdports@fsfe.org
10
MAINTAINER=	h2+fbsdports@fsfe.org
11
COMMENT=	C++ Sequence Analysis Library
11
COMMENT=	C++ Sequence Analysis Template Library
12
12
13
LICENSE=	BSD3CLAUSE GPLv3
13
LICENSE=	BSD3CLAUSE
14
LICENSE_COMB=	multi
14
LICENSE_FILE=	${WRKSRC}/share/doc/seqan/LICENSE
15
15
16
LICENSE_FILE_BSD=${WRKSRC}/seqan/LICENSE
16
USES=		tar:xz
17
LICENSE_FILE_GPLv3=${WRKSRC}/apps/LICENSE
17
NO_BUILD=	yes
18
18
19
USES=		cmake:outsource python:build zip
19
CONFLICTS=	seqan1*
20
CMAKE_SOURCE_PATH=${WRKSRC}/cmake
21
MAKE_JOB_SAFE=	yes
22
20
23
SUB_FILES=	pkg-message
21
OPTIONS_DEFINE=	DOCS
24
PKG_MESSAGE=	${WRKDIR}/pkg-message
22
DOCS_DESC=	Install official API documentation (html)
25
23
26
USE_GCC=	4.8
24
do-install:
25
	${MKDIR} ${STAGEDIR}/${PREFIX}/include/${PORTNAME}
26
	cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} ./${PORTNAME} ${STAGEDIR}/${PREFIX}/include
27
27
28
# unsafe workaround because FreeBSD lacks logl and expl
28
post-install:
29
# see "BUGS" in `man 3 math`
29
	${MKDIR} ${STAGEDIR}${DOCSDIR}
30
post-patch:
30
	cd ${WRKSRC}/share/doc/ && ${COPYTREE_SHARE} ./seqan/ ${STAGEDIR}${DOCSDIR}/../
31
	@${REINPLACE_CMD} -e 's|expl|exp|g' ${WRKSRC}/apps/snp_store/snp_store.h
32
	@${REINPLACE_CMD} -e 's|logl|log|g' ${WRKSRC}/apps/snp_store/snp_store.h
33
31
34
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)seqan/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (seqan-1.3.1.zip) = 87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb
1
SHA256 (seqan-library-2.1.1.tar.xz) = 8926f91fec5ce57e8efc70ac16cbf041bde0e0be463685b86e0d2e1e6a8169d7
2
SIZE (seqan-1.3.1.zip) = 8787521
2
SIZE (seqan-library-2.1.1.tar.xz) = 5238884
(-)seqan/pkg-descr (+3 lines)
Lines 3-6 Link Here
3
focus on biological data. The library is licensed under the
3
focus on biological data. The library is licensed under the
4
3-clause BSD license except the applications which are GPL.
4
3-clause BSD license except the applications which are GPL.
5
5
6
This port now only contains the header library and API
7
documentation. The apps are seperate.
8
6
WWW: http://www.seqan.de/
9
WWW: http://www.seqan.de/
(-)seqan/pkg-plist (-1867 / +1657 lines)
Lines 1-169 Link Here
1
bin/dfi
2
bin/insegt
3
bin/mason
4
bin/micro_razers
5
bin/pair_align
6
bin/param_chooser
7
bin/rabema
8
bin/razers
9
bin/razers2
10
bin/rep_sep
11
bin/sak
12
bin/seqan_tcoffee
13
bin/seqcons
14
bin/snp_store
15
bin/splazers
16
bin/stellar
17
bin/tree_recon
18
include/seqan.h
19
include/seqan/align.h
1
include/seqan/align.h
20
include/seqan/align/align_algorithms.h
21
include/seqan/align/align_base.h
2
include/seqan/align/align_base.h
22
include/seqan/align/align_cols_base.h
3
include/seqan/align/align_cols.h
23
include/seqan/align/align_dynprog.h
4
include/seqan/align/align_config.h
24
include/seqan/align/align_generated_forwards.h
25
include/seqan/align/align_hirschberg.h
26
include/seqan/align/align_iterator_base.h
5
include/seqan/align/align_iterator_base.h
27
include/seqan/align/align_local_dynprog.h
6
include/seqan/align/align_metafunctions.h
28
include/seqan/align/align_local_dynprog_banded.h
7
include/seqan/align/align_traceback.h
29
include/seqan/align/align_myers.h
8
include/seqan/align/alignment_algorithm_tags.h
30
include/seqan/align/align_trace.h
9
include/seqan/align/alignment_operations.h
10
include/seqan/align/dp_algorithm_impl.h
11
include/seqan/align/dp_band.h
12
include/seqan/align/dp_cell.h
13
include/seqan/align/dp_cell_affine.h
14
include/seqan/align/dp_cell_dynamic.h
15
include/seqan/align/dp_cell_linear.h
16
include/seqan/align/dp_context.h
17
include/seqan/align/dp_formula.h
18
include/seqan/align/dp_formula_affine.h
19
include/seqan/align/dp_formula_dynamic.h
20
include/seqan/align/dp_formula_linear.h
21
include/seqan/align/dp_matrix.h
22
include/seqan/align/dp_matrix_navigator.h
23
include/seqan/align/dp_matrix_navigator_score_matrix.h
24
include/seqan/align/dp_matrix_navigator_score_matrix_sparse.h
25
include/seqan/align/dp_matrix_navigator_trace_matrix.h
26
include/seqan/align/dp_matrix_sparse.h
27
include/seqan/align/dp_meta_info.h
28
include/seqan/align/dp_profile.h
29
include/seqan/align/dp_scout.h
30
include/seqan/align/dp_setup.h
31
include/seqan/align/dp_trace_segment.h
32
include/seqan/align/dp_traceback_adaptor.h
33
include/seqan/align/dp_traceback_impl.h
34
include/seqan/align/evaluate_alignment.h
35
include/seqan/align/fragment.h
36
include/seqan/align/gap_anchor.h
37
include/seqan/align/gapped_value_type.h
38
include/seqan/align/gaps_anchor.h
31
include/seqan/align/gaps_array.h
39
include/seqan/align/gaps_array.h
32
include/seqan/align/gaps_base.h
40
include/seqan/align/gaps_base.h
41
include/seqan/align/gaps_iterator_anchor.h
42
include/seqan/align/gaps_iterator_array.h
33
include/seqan/align/gaps_iterator_base.h
43
include/seqan/align/gaps_iterator_base.h
34
include/seqan/align/gaps_sumlist.h
44
include/seqan/align/global_alignment_banded.h
35
include/seqan/align/hirschberg_set.h
45
include/seqan/align/global_alignment_hirschberg_impl.h
46
include/seqan/align/global_alignment_myers_hirschberg_impl.h
47
include/seqan/align/global_alignment_myers_impl.h
48
include/seqan/align/global_alignment_specialized.h
49
include/seqan/align/global_alignment_unbanded.h
50
include/seqan/align/local_alignment_banded.h
51
include/seqan/align/local_alignment_banded_waterman_eggert_impl.h
52
include/seqan/align/local_alignment_enumeration.h
53
include/seqan/align/local_alignment_enumeration_banded.h
54
include/seqan/align/local_alignment_enumeration_unbanded.h
55
include/seqan/align/local_alignment_unbanded.h
56
include/seqan/align/local_alignment_waterman_eggert_impl.h
36
include/seqan/align/matrix_base.h
57
include/seqan/align/matrix_base.h
58
include/seqan/align_extend.h
59
include/seqan/align_extend/align_extend.h
60
include/seqan/align_extend/align_extend_base.h
61
include/seqan/align_extend/dp_scout_xdrop.h
62
include/seqan/align_profile.h
63
include/seqan/align_profile/add_to_profile.h
64
include/seqan/align_profile/score_profile_seq.h
65
include/seqan/align_split.h
66
include/seqan/align_split/align_split_interface.h
67
include/seqan/align_split/dp_scout_split.h
68
include/seqan/alignment_free.h
69
include/seqan/alignment_free/af_d2.h
70
include/seqan/alignment_free/af_d2star.h
71
include/seqan/alignment_free/af_d2z.h
72
include/seqan/alignment_free/af_n2.h
73
include/seqan/alignment_free/alignment_free_base.h
74
include/seqan/alignment_free/alignment_free_comparison.h
75
include/seqan/alignment_free/kmer_functions.h
76
include/seqan/arg_parse.h
77
include/seqan/arg_parse/arg_parse_argument.h
78
include/seqan/arg_parse/arg_parse_ctd_support.h
79
include/seqan/arg_parse/arg_parse_doc.h
80
include/seqan/arg_parse/arg_parse_exceptions.h
81
include/seqan/arg_parse/arg_parse_option.h
82
include/seqan/arg_parse/arg_parse_parse.h
83
include/seqan/arg_parse/arg_parse_type_support.h
84
include/seqan/arg_parse/argument_parser.h
85
include/seqan/arg_parse/tool_doc.h
86
include/seqan/arg_parse/xml_support.h
87
include/seqan/bam_io.h
88
include/seqan/bam_io/bam_alignment_record.h
89
include/seqan/bam_io/bam_alignment_record_util.h
90
include/seqan/bam_io/bam_file.h
91
include/seqan/bam_io/bam_header_record.h
92
include/seqan/bam_io/bam_index_bai.h
93
include/seqan/bam_io/bam_io_context.h
94
include/seqan/bam_io/bam_sam_conversion.h
95
include/seqan/bam_io/bam_scanner_cache.h
96
include/seqan/bam_io/bam_tags_dict.h
97
include/seqan/bam_io/cigar.h
98
include/seqan/bam_io/read_bam.h
99
include/seqan/bam_io/read_sam.h
100
include/seqan/bam_io/write_bam.h
101
include/seqan/bam_io/write_sam.h
37
include/seqan/basic.h
102
include/seqan/basic.h
38
include/seqan/basic/basic_aggregates.h
103
include/seqan/basic/aggregate_concept.h
39
include/seqan/basic/basic_allocator_chunkpool.h
104
include/seqan/basic/allocator_chunkpool.h
40
include/seqan/basic/basic_allocator_interface.h
105
include/seqan/basic/allocator_interface.h
41
include/seqan/basic/basic_allocator_multipool.h
106
include/seqan/basic/allocator_multipool.h
42
include/seqan/basic/basic_allocator_simple.h
107
include/seqan/basic/allocator_simple.h
43
include/seqan/basic/basic_allocator_singlepool.h
108
include/seqan/basic/allocator_singlepool.h
44
include/seqan/basic/basic_allocator_to_std.h
109
include/seqan/basic/allocator_to_std.h
45
include/seqan/basic/basic_alphabet_interface.h
110
include/seqan/basic/alphabet_adapt_builtins.h
46
include/seqan/basic/basic_alphabet_interface2.h
111
include/seqan/basic/alphabet_bio.h
47
include/seqan/basic/basic_alphabet_simple.h
112
include/seqan/basic/alphabet_concept.h
48
include/seqan/basic/basic_alphabet_simple_tabs.h
113
include/seqan/basic/alphabet_math.h
49
include/seqan/basic/basic_alphabet_trait_basic.h
114
include/seqan/basic/alphabet_profile.h
50
include/seqan/basic/basic_compare.h
115
include/seqan/basic/alphabet_qualities.h
51
include/seqan/basic/basic_converter.h
116
include/seqan/basic/alphabet_residue.h
52
include/seqan/basic/basic_counted_ptr.h
117
include/seqan/basic/alphabet_residue_funcs.h
118
include/seqan/basic/alphabet_residue_tabs.h
119
include/seqan/basic/alphabet_simple_type.h
120
include/seqan/basic/alphabet_storage.h
121
include/seqan/basic/array_construct_destruct.h
122
include/seqan/basic/basic_aggregate.h
123
include/seqan/basic/basic_allocator.h
124
include/seqan/basic/basic_alphabet.h
125
include/seqan/basic/basic_concept.h
126
include/seqan/basic/basic_container.h
53
include/seqan/basic/basic_debug.h
127
include/seqan/basic/basic_debug.h
54
include/seqan/basic/basic_definition.h
128
include/seqan/basic/basic_device.h
55
include/seqan/basic/basic_forwards.h
129
include/seqan/basic/basic_exception.h
56
include/seqan/basic/basic_generated_forwards.h
130
include/seqan/basic/basic_functors.h
57
include/seqan/basic/basic_holder.h
131
include/seqan/basic/basic_fundamental.h
58
include/seqan/basic/basic_holder_dynamic.h
59
include/seqan/basic/basic_host.h
60
include/seqan/basic/basic_iterator.h
132
include/seqan/basic/basic_iterator.h
61
include/seqan/basic/basic_iterator_adapt_std.h
133
include/seqan/basic/basic_math.h
62
include/seqan/basic/basic_iterator_adaptor.h
63
include/seqan/basic/basic_iterator_base.h
64
include/seqan/basic/basic_iterator_position.h
65
include/seqan/basic/basic_iterator_simple.h
66
include/seqan/basic/basic_logvalue.h
67
include/seqan/basic/basic_metaprogramming.h
134
include/seqan/basic/basic_metaprogramming.h
68
include/seqan/basic/basic_operator.h
69
include/seqan/basic/basic_parallelism.h
135
include/seqan/basic/basic_parallelism.h
70
include/seqan/basic/basic_pointer.h
71
include/seqan/basic/basic_profchar.h
72
include/seqan/basic/basic_profile.h
73
include/seqan/basic/basic_proxy.h
136
include/seqan/basic/basic_proxy.h
74
include/seqan/basic/basic_sse2.h
137
include/seqan/basic/basic_simd_vector.h
75
include/seqan/basic/basic_tag.h
138
include/seqan/basic/basic_smart_pointer.h
76
include/seqan/basic/basic_testing.h
139
include/seqan/basic/basic_stream.h
77
include/seqan/basic/basic_transport.h
140
include/seqan/basic/basic_tangle.h
78
include/seqan/basic/basic_type.h
141
include/seqan/basic/basic_type.h
79
include/seqan/basic/basic_volatile_ptr.h
142
include/seqan/basic/basic_view.h
143
include/seqan/basic/boost_preprocessor_subset.h
144
include/seqan/basic/builtin_functions.h
145
include/seqan/basic/concept_checking.h
146
include/seqan/basic/container_concept.h
147
include/seqan/basic/debug_helper.h
148
include/seqan/basic/debug_test_system.h
149
include/seqan/basic/fundamental_chunking.h
150
include/seqan/basic/fundamental_comparison.h
151
include/seqan/basic/fundamental_concepts.h
152
include/seqan/basic/fundamental_conversion.h
153
include/seqan/basic/fundamental_metafunctions.h
154
include/seqan/basic/fundamental_tags.h
155
include/seqan/basic/fundamental_transport.h
156
include/seqan/basic/holder_base.h
157
include/seqan/basic/holder_simple.h
158
include/seqan/basic/holder_tristate.h
159
include/seqan/basic/hosted_type_interface.h
160
include/seqan/basic/iterator_adapt_pointer.h
161
include/seqan/basic/iterator_adapt_std.h
162
include/seqan/basic/iterator_adaptor.h
163
include/seqan/basic/iterator_base.h
164
include/seqan/basic/iterator_concept.h
165
include/seqan/basic/iterator_counting.h
166
include/seqan/basic/iterator_interface.h
167
include/seqan/basic/iterator_position.h
168
include/seqan/basic/iterator_range.h
169
include/seqan/basic/iterator_zip.h
170
include/seqan/basic/macro_deprecated.h
171
include/seqan/basic/math_functions.h
172
include/seqan/basic/math_log_space_value.h
173
include/seqan/basic/metaprogramming_control.h
174
include/seqan/basic/metaprogramming_enable_if.h
175
include/seqan/basic/metaprogramming_logic.h
176
include/seqan/basic/metaprogramming_math.h
177
include/seqan/basic/metaprogramming_type.h
178
include/seqan/basic/metaprogramming_type_algebra.h
179
include/seqan/basic/pair_base.h
180
include/seqan/basic/pair_bit_compressed.h
181
include/seqan/basic/pair_packed.h
182
include/seqan/basic/profiling.h
183
include/seqan/basic/property_map_concept.h
184
include/seqan/basic/proxy_base.h
185
include/seqan/basic/proxy_iterator.h
186
include/seqan/basic/test_system.h
187
include/seqan/basic/triple_base.h
188
include/seqan/basic/triple_packed.h
189
include/seqan/basic/tuple_base.h
190
include/seqan/basic/tuple_bit_compressed.h
191
include/seqan/basic/volatile_ptr.h
192
include/seqan/bed_io.h
193
include/seqan/bed_io/bed_file.h
194
include/seqan/bed_io/bed_record.h
195
include/seqan/bed_io/read_bed.h
196
include/seqan/bed_io/write_bed.h
80
include/seqan/blast.h
197
include/seqan/blast.h
81
include/seqan/blast/blast_base.h
198
include/seqan/blast/blast_base.h
82
include/seqan/blast/blast_generated_forwards.h
199
include/seqan/blast/blast_io_context.h
83
include/seqan/blast/blast_hit.h
200
include/seqan/blast/blast_record.h
84
include/seqan/blast/blast_hit_iterator.h
201
include/seqan/blast/blast_report_out.h
85
include/seqan/blast/blast_hsp.h
202
include/seqan/blast/blast_statistics.h
86
include/seqan/blast/blast_hsp_iterator.h
203
include/seqan/blast/blast_tabular.h
87
include/seqan/blast/blast_iterator.h
204
include/seqan/blast/blast_tabular_in.h
88
include/seqan/blast/blast_parsing.h
205
include/seqan/blast/blast_tabular_lowlevel.h
89
include/seqan/blast/blast_report.h
206
include/seqan/blast/blast_tabular_out.h
90
include/seqan/blast/blast_run.h
91
include/seqan/blast/blast_stream_hit.h
92
include/seqan/blast/blast_stream_hit_iterator.h
93
include/seqan/blast/blast_stream_hsp_iterator.h
94
include/seqan/blast/blast_stream_report.h
95
include/seqan/chaining.h
96
include/seqan/chaining/chain_base.h
97
include/seqan/chaining/chain_generic.h
98
include/seqan/chaining/chain_meta_fragment.h
99
include/seqan/chaining/chain_point.h
100
include/seqan/chaining/chain_wrapper_point.h
101
include/seqan/chaining/chaining_generated_forwards.h
102
include/seqan/chaining/fragment.h
103
include/seqan/chaining/geom_distribution.h
104
include/seqan/chaining/range_max_tree.h
105
include/seqan/chaining/range_tree.h
106
include/seqan/chaining/rmt_base.h
107
include/seqan/chaining/rmt_common_algos.h
108
include/seqan/chaining/rmt_compl_algos.h
109
include/seqan/chaining/rmt_def_algos.h
110
include/seqan/chaining/rmt_skip_base_element.h
111
include/seqan/chaining/rmt_skip_element.h
112
include/seqan/chaining/rt_base.h
113
include/seqan/chaining/rt_common_algos.h
114
include/seqan/chaining/rt_impl.h
115
include/seqan/chaining/rt_skip_base_element.h
116
include/seqan/chaining/rt_skip_element.h
117
include/seqan/chaining/rt_sl_base.h
118
include/seqan/chaining/rt_sl_compl_algos.h
119
include/seqan/chaining/rt_sl_def_algos.h
120
include/seqan/chaining/rt_sl_impl.h
121
include/seqan/chaining/score_chain.h
122
include/seqan/chaining/score_chain_sop.h
123
include/seqan/chaining/score_manhattan.h
124
include/seqan/chaining/score_zero.h
125
include/seqan/chaining/skip_base_element.h
126
include/seqan/chaining/skip_element.h
127
include/seqan/chaining/skip_list.h
128
include/seqan/chaining/skip_list_base.h
129
include/seqan/chaining/skip_list_dynamic.h
130
include/seqan/chaining/skip_list_impl.h
131
include/seqan/chaining/skip_list_iterator.h
132
include/seqan/chaining/skip_list_type.h
133
include/seqan/chaining/skip_pool_alloc.h
134
include/seqan/chaining/tree_chain.h
135
include/seqan/chaining/tree_chain_sop.h
136
include/seqan/chaining/tree_chain_utils.h
137
include/seqan/consensus.h
207
include/seqan/consensus.h
208
include/seqan/consensus/consensus_aligner.h
209
include/seqan/consensus/consensus_aligner_interface.h
210
include/seqan/consensus/consensus_alignment_options.h
138
include/seqan/consensus/consensus_base.h
211
include/seqan/consensus/consensus_base.h
139
include/seqan/consensus/consensus_generated_forwards.h
212
include/seqan/consensus/consensus_builder.h
140
include/seqan/consensus/consensus_library.h
213
include/seqan/consensus/consensus_library.h
141
include/seqan/consensus/consensus_realign.h
214
include/seqan/consensus/consensus_realign.h
142
include/seqan/consensus/consensus_score.h
215
include/seqan/consensus/consensus_score.h
216
include/seqan/consensus/overlap_info_computation.h
217
include/seqan/consensus/overlapper.h
143
include/seqan/file.h
218
include/seqan/file.h
144
include/seqan/file/chunk_collector.h
145
include/seqan/file/cstream.h
146
include/seqan/file/file_array.h
147
include/seqan/file/file_base.h
219
include/seqan/file/file_base.h
148
include/seqan/file/file_cstyle.h
220
include/seqan/file/file_cstyle.h
149
include/seqan/file/file_filereader.h
150
include/seqan/file/file_filereaderiterator.h
151
include/seqan/file/file_format.h
152
include/seqan/file/file_format_cgviz.h
153
include/seqan/file/file_format_embl.h
154
include/seqan/file/file_format_fasta.h
155
include/seqan/file/file_format_fasta_align.h
156
include/seqan/file/file_format_genbank.h
157
include/seqan/file/file_format_guess.h
158
include/seqan/file/file_format_mmap.h
159
include/seqan/file/file_format_raw.h
160
include/seqan/file/file_forwards.h
221
include/seqan/file/file_forwards.h
161
include/seqan/file/file_generated_forwards.h
222
include/seqan/file/file_interface.h
223
include/seqan/file/file_mapping.h
162
include/seqan/file/file_page.h
224
include/seqan/file/file_page.h
163
include/seqan/file/file_page_raid0.h
164
include/seqan/file/meta.h
165
include/seqan/file/stream.h
166
include/seqan/file/stream_algorithms.h
167
include/seqan/file/string_external.h
225
include/seqan/file/string_external.h
168
include/seqan/file/string_mmap.h
226
include/seqan/file/string_mmap.h
169
include/seqan/find.h
227
include/seqan/find.h
Lines 173-181 Link Here
173
include/seqan/find/find_begin.h
231
include/seqan/find/find_begin.h
174
include/seqan/find/find_bndm.h
232
include/seqan/find/find_bndm.h
175
include/seqan/find/find_bom.h
233
include/seqan/find/find_bom.h
176
include/seqan/find/find_generated_forwards.h
177
include/seqan/find/find_hamming_simple.h
234
include/seqan/find/find_hamming_simple.h
178
include/seqan/find/find_horspool.h
235
include/seqan/find/find_horspool.h
236
include/seqan/find/find_lambda.h
179
include/seqan/find/find_multi.h
237
include/seqan/find/find_multi.h
180
include/seqan/find/find_multiple_bfam.h
238
include/seqan/find/find_multiple_bfam.h
181
include/seqan/find/find_multiple_shiftand.h
239
include/seqan/find/find_multiple_shiftand.h
Lines 189-238 Link Here
189
include/seqan/find/find_simple.h
247
include/seqan/find/find_simple.h
190
include/seqan/find/find_wild_shiftand.h
248
include/seqan/find/find_wild_shiftand.h
191
include/seqan/find/find_wumanber.h
249
include/seqan/find/find_wumanber.h
192
include/seqan/find2.h
250
include/seqan/gff_io.h
193
include/seqan/find2/find2_generated_forwards.h
251
include/seqan/gff_io/gff_file.h
194
include/seqan/find2/find_approx_dpsearch.h
252
include/seqan/gff_io/gff_io_base.h
195
include/seqan/find2/find_approx_find_begin.h
196
include/seqan/find2/find_base.h
197
include/seqan/find2/find_exact_shiftand.h
198
include/seqan/find2/find_exact_simple.h
199
include/seqan/find2/find_finder_default.h
200
include/seqan/find2/find_hamming_simple.h
201
include/seqan/find2/find_multiple_exact_simple.h
202
include/seqan/find2/find_pattern_wild_shiftand.h
203
include/seqan/find_motif.h
204
include/seqan/find_motif/em_algorithm.h
205
include/seqan/find_motif/find_motif_base.h
206
include/seqan/find_motif/find_motif_epatternbranching.h
207
include/seqan/find_motif/find_motif_generated_forwards.h
208
include/seqan/find_motif/find_motif_pms1.h
209
include/seqan/find_motif/find_motif_pmsp.h
210
include/seqan/find_motif/find_motif_projection.h
211
include/seqan/find_motif/frequency_distribution.h
212
include/seqan/find_motif/profile.h
213
include/seqan/find_motif/pseudocount_base.h
214
include/seqan/find_motif/pseudocount_mode_c.h
215
include/seqan/find_motif/pseudocount_mode_p.h
216
include/seqan/find_motif/sequence_model_types.h
217
include/seqan/graph_algorithms.h
253
include/seqan/graph_algorithms.h
218
include/seqan/graph_algorithms/graph_algorithm.h
254
include/seqan/graph_algorithms/all_pairs_shortest_path.h
255
include/seqan/graph_algorithms/bellman_ford.h
256
include/seqan/graph_algorithms/bipartite_matching.h
257
include/seqan/graph_algorithms/breadth_first_search.h
258
include/seqan/graph_algorithms/connected_components.h
259
include/seqan/graph_algorithms/depth_first_search.h
260
include/seqan/graph_algorithms/dijkstra.h
261
include/seqan/graph_algorithms/floyd_warshall.h
262
include/seqan/graph_algorithms/ford_fulkerson.h
219
include/seqan/graph_algorithms/graph_algorithm_heap_tree.h
263
include/seqan/graph_algorithms/graph_algorithm_heap_tree.h
220
include/seqan/graph_algorithms/graph_algorithm_hmm.h
264
include/seqan/graph_algorithms/graph_algorithm_hmm.h
221
include/seqan/graph_algorithms/graph_algorithm_lis_his.h
265
include/seqan/graph_algorithms/graph_algorithm_lis_his.h
222
include/seqan/graph_algorithms/graph_algorithms_generated_forwards.h
266
include/seqan/graph_algorithms/kruskal.h
267
include/seqan/graph_algorithms/path_growing.h
268
include/seqan/graph_algorithms/prim.h
269
include/seqan/graph_algorithms/single_source_shortest_path.h
270
include/seqan/graph_algorithms/strongly_connected_compnents.h
271
include/seqan/graph_algorithms/topological_sort.h
272
include/seqan/graph_algorithms/transitive_closure.h
273
include/seqan/graph_algorithms/weakly_connected_components.h
274
include/seqan/graph_algorithms/weighted_bipartite_matching.h
223
include/seqan/graph_align.h
275
include/seqan/graph_align.h
224
include/seqan/graph_align/graph_align_banded_gotoh.h
276
include/seqan/graph_align/graph_algorithm_refine_align.h
225
include/seqan/graph_align/graph_align_banded_needleman_wunsch.h
277
include/seqan/graph_align/graph_algorithm_refine_aligngraph.h
226
include/seqan/graph_align/graph_align_banded_smith_waterman_clump.h
278
include/seqan/graph_align/graph_algorithm_refine_annotation.h
227
include/seqan/graph_align/graph_align_base.h
279
include/seqan/graph_align/graph_algorithm_refine_exact.h
228
include/seqan/graph_align/graph_align_config.h
280
include/seqan/graph_align/graph_algorithm_refine_exact_iterative.h
229
include/seqan/graph_align/graph_align_generated_forwards.h
281
include/seqan/graph_align/graph_algorithm_refine_fragment.h
230
include/seqan/graph_align/graph_align_gotoh.h
282
include/seqan/graph_align/graph_algorithm_refine_inexact.h
231
include/seqan/graph_align/graph_align_hirschberg.h
283
include/seqan/graph_align/graph_algorithm_refine_scoring.h
232
include/seqan/graph_align/graph_align_interface.h
284
include/seqan/graph_align/graph_impl_align.h
233
include/seqan/graph_align/graph_align_needleman_wunsch.h
285
include/seqan/graph_align/graph_impl_align_adapt.h
234
include/seqan/graph_align/graph_align_smith_waterman.h
235
include/seqan/graph_align/graph_align_smith_waterman_clump.h
236
include/seqan/graph_msa.h
286
include/seqan/graph_msa.h
237
include/seqan/graph_msa/graph_align_tcoffee_base.h
287
include/seqan/graph_msa/graph_align_tcoffee_base.h
238
include/seqan/graph_msa/graph_align_tcoffee_distance.h
288
include/seqan/graph_msa/graph_align_tcoffee_distance.h
Lines 243-249 Link Here
243
include/seqan/graph_msa/graph_align_tcoffee_msa.h
293
include/seqan/graph_msa/graph_align_tcoffee_msa.h
244
include/seqan/graph_msa/graph_align_tcoffee_progressive.h
294
include/seqan/graph_msa/graph_align_tcoffee_progressive.h
245
include/seqan/graph_msa/graph_align_tcoffee_refinement.h
295
include/seqan/graph_msa/graph_align_tcoffee_refinement.h
246
include/seqan/graph_msa/graph_msa_generated_forwards.h
247
include/seqan/graph_types.h
296
include/seqan/graph_types.h
248
include/seqan/graph_types/graph_base.h
297
include/seqan/graph_types/graph_base.h
249
include/seqan/graph_types/graph_drawing.h
298
include/seqan/graph_types/graph_drawing.h
Lines 251-257 Link Here
251
include/seqan/graph_types/graph_idmanager.h
300
include/seqan/graph_types/graph_idmanager.h
252
include/seqan/graph_types/graph_impl_automaton.h
301
include/seqan/graph_types/graph_impl_automaton.h
253
include/seqan/graph_types/graph_impl_directed.h
302
include/seqan/graph_types/graph_impl_directed.h
254
include/seqan/graph_types/graph_impl_fragment.h
255
include/seqan/graph_types/graph_impl_hmm.h
303
include/seqan/graph_types/graph_impl_hmm.h
256
include/seqan/graph_types/graph_impl_oracle.h
304
include/seqan/graph_types/graph_impl_oracle.h
257
include/seqan/graph_types/graph_impl_tree.h
305
include/seqan/graph_types/graph_impl_tree.h
Lines 266-309 Link Here
266
include/seqan/graph_types/graph_iterator_edge.h
314
include/seqan/graph_types/graph_iterator_edge.h
267
include/seqan/graph_types/graph_iterator_outedge.h
315
include/seqan/graph_types/graph_iterator_outedge.h
268
include/seqan/graph_types/graph_iterator_vertex.h
316
include/seqan/graph_types/graph_iterator_vertex.h
269
include/seqan/graph_types/graph_property.h
270
include/seqan/graph_types/graph_types_generated_forwards.h
271
include/seqan/graph_types/graph_utility_parsing.h
317
include/seqan/graph_types/graph_utility_parsing.h
318
include/seqan/graph_types/property_map_generic.h
319
include/seqan/graph_types/property_map_internal.h
320
include/seqan/graph_types/property_map_internal_pointer.h
272
include/seqan/index.h
321
include/seqan/index.h
322
include/seqan/index/find2_backtracking.h
323
include/seqan/index/find2_base.h
324
include/seqan/index/find2_functors.h
325
include/seqan/index/find2_index.h
326
include/seqan/index/find2_index_multi.h
327
include/seqan/index/find2_vstree_factory.h
328
include/seqan/index/find_backtracking.h
273
include/seqan/index/find_index.h
329
include/seqan/index/find_index.h
274
include/seqan/index/find_index_approx.h
330
include/seqan/index/find_index_approx.h
331
include/seqan/index/find_index_binary.h
275
include/seqan/index/find_index_esa.h
332
include/seqan/index/find_index_esa.h
333
include/seqan/index/find_index_lambda.h
276
include/seqan/index/find_index_qgram.h
334
include/seqan/index/find_index_qgram.h
335
include/seqan/index/find_pigeonhole.h
277
include/seqan/index/find_quasar.h
336
include/seqan/index/find_quasar.h
278
include/seqan/index/find_swift.h
337
include/seqan/index/find_swift.h
279
include/seqan/index/index_base.h
338
include/seqan/index/index_base.h
280
include/seqan/index/index_bwt.h
339
include/seqan/index/index_bwt.h
281
include/seqan/index/index_childtab.h
340
include/seqan/index/index_childtab.h
341
include/seqan/index/index_device.h
282
include/seqan/index/index_dfi.h
342
include/seqan/index/index_dfi.h
283
include/seqan/index/index_esa_algs.h
343
include/seqan/index/index_esa_algs.h
284
include/seqan/index/index_esa_algs_multi.h
344
include/seqan/index/index_esa_algs_multi.h
285
include/seqan/index/index_esa_base.h
345
include/seqan/index/index_esa_base.h
286
include/seqan/index/index_esa_drawing.h
346
include/seqan/index/index_esa_drawing.h
287
include/seqan/index/index_esa_stree.h
347
include/seqan/index/index_esa_stree.h
288
include/seqan/index/index_generated_forwards.h
348
include/seqan/index/index_fm.h
349
include/seqan/index/index_fm_compressed_sa.h
350
include/seqan/index/index_fm_compressed_sa_iterator.h
351
include/seqan/index/index_fm_device.h
352
include/seqan/index/index_fm_dox.h
353
include/seqan/index/index_fm_lf_table.h
354
include/seqan/index/index_fm_rank_dictionary_base.h
355
include/seqan/index/index_fm_rank_dictionary_levels.h
356
include/seqan/index/index_fm_rank_dictionary_naive.h
357
include/seqan/index/index_fm_rank_dictionary_wt.h
358
include/seqan/index/index_fm_right_array_binary_tree.h
359
include/seqan/index/index_fm_right_array_binary_tree_iterator.h
360
include/seqan/index/index_fm_sparse_string.h
361
include/seqan/index/index_fm_stree.h
362
include/seqan/index/index_forwards.h
289
include/seqan/index/index_lcp.h
363
include/seqan/index/index_lcp.h
290
include/seqan/index/index_lcp_tree.h
364
include/seqan/index/index_lcp_tree.h
291
include/seqan/index/index_manual_forwards.h
292
include/seqan/index/index_pizzachili.h
365
include/seqan/index/index_pizzachili.h
293
include/seqan/index/index_pizzachili_find.h
366
include/seqan/index/index_pizzachili_find.h
294
include/seqan/index/index_pizzachili_string.h
367
include/seqan/index/index_pizzachili_string.h
295
include/seqan/index/index_qgram.h
368
include/seqan/index/index_qgram.h
369
include/seqan/index/index_qgram_bucketrefinement.h
296
include/seqan/index/index_qgram_openaddressing.h
370
include/seqan/index/index_qgram_openaddressing.h
371
include/seqan/index/index_qgram_stree.h
297
include/seqan/index/index_sa_btree.h
372
include/seqan/index/index_sa_btree.h
298
include/seqan/index/index_sa_bwtwalk.h
373
include/seqan/index/index_sa_bwtwalk.h
299
include/seqan/index/index_sa_lss.h
374
include/seqan/index/index_sa_lss.h
300
include/seqan/index/index_sa_mm.h
375
include/seqan/index/index_sa_mm.h
301
include/seqan/index/index_sa_qsort.h
376
include/seqan/index/index_sa_qsort.h
377
include/seqan/index/index_sa_stree.h
378
include/seqan/index/index_sa_truncated.h
302
include/seqan/index/index_shawarma.h
379
include/seqan/index/index_shawarma.h
303
include/seqan/index/index_shims.h
380
include/seqan/index/index_shims.h
304
include/seqan/index/index_skew3.h
381
include/seqan/index/index_skew3.h
305
include/seqan/index/index_skew7.h
382
include/seqan/index/index_skew7.h
306
include/seqan/index/index_skew7_multi.h
383
include/seqan/index/index_skew7_multi.h
384
include/seqan/index/index_view.h
307
include/seqan/index/index_wotd.h
385
include/seqan/index/index_wotd.h
308
include/seqan/index/pipe_merger3.h
386
include/seqan/index/pipe_merger3.h
309
include/seqan/index/pipe_merger7.h
387
include/seqan/index/pipe_merger7.h
Lines 316-363 Link Here
316
include/seqan/index/repeat_base.h
394
include/seqan/index/repeat_base.h
317
include/seqan/index/shape_base.h
395
include/seqan/index/shape_base.h
318
include/seqan/index/shape_gapped.h
396
include/seqan/index/shape_gapped.h
397
include/seqan/index/shape_minimizer.h
319
include/seqan/index/shape_onegapped.h
398
include/seqan/index/shape_onegapped.h
320
include/seqan/index/shape_predefined.h
399
include/seqan/index/shape_predefined.h
321
include/seqan/index/shape_threshold.h
400
include/seqan/index/shape_threshold.h
401
include/seqan/journaled_set.h
402
include/seqan/journaled_set/journal_alignment_interface.h
403
include/seqan/journaled_set/journal_alignment_traceback_adaptor.h
404
include/seqan/journaled_set/journaled_set_base.h
405
include/seqan/journaled_set/journaled_set_impl.h
406
include/seqan/journaled_set/journaled_set_join.h
407
include/seqan/journaled_set/journaled_set_join_config.h
408
include/seqan/journaled_set/journaled_set_join_global_align_compact.h
409
include/seqan/journaled_set/journaled_set_join_global_align_manhatten.h
410
include/seqan/journaled_set/journaled_set_journal_trace_descriptor.h
411
include/seqan/journaled_set/score_biaffine.h
412
include/seqan/journaled_string_tree.h
413
include/seqan/journaled_string_tree/delta_map.h
414
include/seqan/journaled_string_tree/delta_map_entry.h
415
include/seqan/journaled_string_tree/delta_map_iterator.h
416
include/seqan/journaled_string_tree/delta_store.h
417
include/seqan/journaled_string_tree/journaled_string_tree_base.h
418
include/seqan/journaled_string_tree/journaled_string_tree_impl.h
419
include/seqan/journaled_string_tree/journaled_string_tree_sequence_buffer.h
420
include/seqan/journaled_string_tree/journaled_string_tree_traverser.h
421
include/seqan/journaled_string_tree/journaled_string_tree_traverser_node.h
422
include/seqan/journaled_string_tree/journaled_string_tree_traverser_util.h
423
include/seqan/journaled_string_tree/jst_extension_base.h
424
include/seqan/journaled_string_tree/jst_extension_horspool.h
425
include/seqan/journaled_string_tree/jst_extension_myers_ukkonen.h
426
include/seqan/journaled_string_tree/jst_extension_shiftand.h
427
include/seqan/journaled_string_tree/jst_extension_shiftor.h
428
include/seqan/journaled_string_tree/observable.h
429
include/seqan/journaled_string_tree/stack_observer.h
322
include/seqan/map.h
430
include/seqan/map.h
323
include/seqan/map/map_adapter_stl.h
431
include/seqan/map/map_adapter_stl.h
324
include/seqan/map/map_base.h
432
include/seqan/map/map_base.h
325
include/seqan/map/map_chooser.h
433
include/seqan/map/map_chooser.h
326
include/seqan/map/map_generated_forwards.h
327
include/seqan/map/map_skiplist.h
434
include/seqan/map/map_skiplist.h
328
include/seqan/map/map_vector.h
435
include/seqan/map/map_vector.h
329
include/seqan/map/sumlist.h
436
include/seqan/map/sumlist.h
330
include/seqan/map/sumlist_mini.h
437
include/seqan/map/sumlist_mini.h
331
include/seqan/map/sumlist_skip.h
438
include/seqan/map/sumlist_skip.h
439
include/seqan/math.h
440
include/seqan/math/math_common_factor.h
441
include/seqan/math/math_operators.h
442
include/seqan/math/math_rational.h
443
include/seqan/misc/accumulators.h
444
include/seqan/misc/base.h
445
include/seqan/misc/bit_twiddling.h
446
include/seqan/misc/bit_twiddling_functors.h
447
include/seqan/misc/cuda.h
448
include/seqan/misc/dequeue.h
332
include/seqan/misc/edit_environment.h
449
include/seqan/misc/edit_environment.h
333
include/seqan/misc/misc_base.h
450
include/seqan/misc/interval_tree.h
334
include/seqan/misc/misc_cmdparser.h
451
include/seqan/misc/map.h
335
include/seqan/misc/misc_dequeue.h
452
include/seqan/misc/memset.h
336
include/seqan/misc/misc_generated_forwards.h
453
include/seqan/misc/name_store_cache.h
337
include/seqan/misc/misc_interval_tree.h
338
include/seqan/misc/misc_long_word.h
339
include/seqan/misc/misc_map.h
340
include/seqan/misc/misc_parsing.h
341
include/seqan/misc/misc_random.h
342
include/seqan/misc/misc_set.h
343
include/seqan/misc/misc_svg.h
344
include/seqan/misc/priority_type_base.h
454
include/seqan/misc/priority_type_base.h
345
include/seqan/misc/priority_type_heap.h
455
include/seqan/misc/priority_type_heap.h
456
include/seqan/misc/set.h
457
include/seqan/misc/svg.h
458
include/seqan/misc/terminal.h
459
include/seqan/misc/union_find.h
346
include/seqan/modifier.h
460
include/seqan/modifier.h
461
include/seqan/modifier/cyclic_shape.h
347
include/seqan/modifier/modifier_alphabet.h
462
include/seqan/modifier/modifier_alphabet.h
348
include/seqan/modifier/modifier_alphabet_expansion.h
463
include/seqan/modifier/modifier_alphabet_expansion.h
464
include/seqan/modifier/modifier_cyclic_shape.h
349
include/seqan/modifier/modifier_functors.h
465
include/seqan/modifier/modifier_functors.h
350
include/seqan/modifier/modifier_generated_forwards.h
351
include/seqan/modifier/modifier_iterator.h
466
include/seqan/modifier/modifier_iterator.h
467
include/seqan/modifier/modifier_position.h
352
include/seqan/modifier/modifier_reverse.h
468
include/seqan/modifier/modifier_reverse.h
353
include/seqan/modifier/modifier_shortcuts.h
469
include/seqan/modifier/modifier_shortcuts.h
354
include/seqan/modifier/modifier_string.h
470
include/seqan/modifier/modifier_string.h
355
include/seqan/modifier/modifier_view.h
471
include/seqan/modifier/modifier_view.h
356
include/seqan/parallel.h
472
include/seqan/parallel.h
473
include/seqan/parallel/parallel_algorithms.h
357
include/seqan/parallel/parallel_atomic_misc.h
474
include/seqan/parallel/parallel_atomic_misc.h
358
include/seqan/parallel/parallel_atomic_primitives.h
475
include/seqan/parallel/parallel_atomic_primitives.h
359
include/seqan/parallel/parallel_generated_forwards.h
476
include/seqan/parallel/parallel_lock.h
360
include/seqan/parallel/parallel_macros.h
477
include/seqan/parallel/parallel_macros.h
478
include/seqan/parallel/parallel_queue.h
479
include/seqan/parallel/parallel_queue_suspendable.h
480
include/seqan/parallel/parallel_resource_pool.h
481
include/seqan/parallel/parallel_sequence.h
482
include/seqan/parallel/parallel_serializer.h
483
include/seqan/parallel/parallel_splitting.h
484
include/seqan/parallel/parallel_tags.h
485
include/seqan/parse_lm.h
486
include/seqan/parse_lm/local_match_store.h
487
include/seqan/parse_lm/parse_blastn_tabular.h
488
include/seqan/parse_lm/parse_lastz_general.h
489
include/seqan/parse_lm/parse_stellar_gff.h
361
include/seqan/pipe.h
490
include/seqan/pipe.h
362
include/seqan/pipe/pipe_base.h
491
include/seqan/pipe/pipe_base.h
363
include/seqan/pipe/pipe_caster.h
492
include/seqan/pipe/pipe_caster.h
Lines 365-371 Link Here
365
include/seqan/pipe/pipe_echoer.h
494
include/seqan/pipe/pipe_echoer.h
366
include/seqan/pipe/pipe_edit_environment.h
495
include/seqan/pipe/pipe_edit_environment.h
367
include/seqan/pipe/pipe_filter.h
496
include/seqan/pipe/pipe_filter.h
368
include/seqan/pipe/pipe_generated_forwards.h
369
include/seqan/pipe/pipe_iterator.h
497
include/seqan/pipe/pipe_iterator.h
370
include/seqan/pipe/pipe_joiner.h
498
include/seqan/pipe/pipe_joiner.h
371
include/seqan/pipe/pipe_namer.h
499
include/seqan/pipe/pipe_namer.h
Lines 378-495 Link Here
378
include/seqan/pipe/pool_sorter.h
506
include/seqan/pipe/pool_sorter.h
379
include/seqan/platform.h
507
include/seqan/platform.h
380
include/seqan/platform/platform_gcc.h
508
include/seqan/platform/platform_gcc.h
381
include/seqan/platform/platform_generated_forwards.h
509
include/seqan/platform/platform_icc.h
382
include/seqan/platform/platform_mingw.h
510
include/seqan/platform/platform_nvcc.h
383
include/seqan/platform/platform_solaris.h
384
include/seqan/platform/platform_windows.h
511
include/seqan/platform/platform_windows.h
385
include/seqan/random.h
512
include/seqan/random.h
386
include/seqan/random/ext_MersenneTwister.h
387
include/seqan/random/random_base.h
513
include/seqan/random/random_base.h
388
include/seqan/random/random_generated_forwards.h
514
include/seqan/random/random_beta.h
389
include/seqan/random/random_geometric.h
515
include/seqan/random/random_util.h
390
include/seqan/random/random_lognormal.h
516
include/seqan/realign.h
391
include/seqan/random/random_mt19937.h
517
include/seqan/realign/realign_base.h
392
include/seqan/random/random_normal.h
518
include/seqan/realign/realign_helper_functions.h
393
include/seqan/random/random_rng_functor.h
519
include/seqan/reduced_aminoacid.h
394
include/seqan/random/random_shuffle.h
520
include/seqan/reduced_aminoacid/reduced_aminoacid_base.h
395
include/seqan/random/random_uniform.h
521
include/seqan/reduced_aminoacid/reduced_aminoacid_base_late.h
396
include/seqan/refinement.h
522
include/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_base.h
397
include/seqan/refinement/graph_algorithm_refine_align.h
523
include/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_20_to_n_b62.h
398
include/seqan/refinement/graph_algorithm_refine_aligngraph.h
524
include/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_22_to_n_b62.h
399
include/seqan/refinement/graph_algorithm_refine_annotation.h
525
include/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_24_to_n_b62.h
400
include/seqan/refinement/graph_algorithm_refine_exact.h
526
include/seqan/reduced_aminoacid/reduced_aminoacid_murphy10_base.h
401
include/seqan/refinement/graph_algorithm_refine_exact_iterative.h
527
include/seqan/reduced_aminoacid/reduced_aminoacid_murphy10_tables.h
402
include/seqan/refinement/graph_algorithm_refine_fragment.h
528
include/seqan/roi_io.h
403
include/seqan/refinement/graph_algorithm_refine_inexact.h
529
include/seqan/roi_io/read_roi.h
404
include/seqan/refinement/graph_algorithm_refine_scoring.h
530
include/seqan/roi_io/roi_file.h
405
include/seqan/refinement/graph_impl_align.h
531
include/seqan/roi_io/roi_io_context.h
406
include/seqan/refinement/graph_impl_align_adapt.h
532
include/seqan/roi_io/roi_record.h
407
include/seqan/refinement/refinement_generated_forwards.h
533
include/seqan/roi_io/write_roi.h
408
include/seqan/score.h
534
include/seqan/score.h
409
include/seqan/score/score_base.h
535
include/seqan/score/score_base.h
410
include/seqan/score/score_edit.h
536
include/seqan/score/score_edit.h
411
include/seqan/score/score_generated_forwards.h
412
include/seqan/score/score_matrix.h
537
include/seqan/score/score_matrix.h
413
include/seqan/score/score_matrix_data.h
538
include/seqan/score/score_matrix_data.h
539
include/seqan/score/score_matrix_io.h
414
include/seqan/score/score_simple.h
540
include/seqan/score/score_simple.h
415
include/seqan/seeds.h
541
include/seqan/seeds.h
416
include/seqan/seeds/banded_align.h
542
include/seqan/seeds/banded_chain_alignment.h
417
include/seqan/seeds/banded_chain_align.h
543
include/seqan/seeds/banded_chain_alignment_impl.h
418
include/seqan/seeds/banded_chain_align_affine.h
544
include/seqan/seeds/banded_chain_alignment_profile.h
419
include/seqan/seeds/global_seed_chain.h
545
include/seqan/seeds/banded_chain_alignment_scout.h
420
include/seqan/seeds/memoryManager_base.h
546
include/seqan/seeds/banded_chain_alignment_traceback.h
421
include/seqan/seeds/memoryManager_int.h
547
include/seqan/seeds/basic_iter_indirect.h
422
include/seqan/seeds/propertyMap.h
548
include/seqan/seeds/seeds_base.h
423
include/seqan/seeds/seedHandlingTags.h
549
include/seqan/seeds/seeds_combination.h
424
include/seqan/seeds/seedSet_base.h
550
include/seqan/seeds/seeds_extension.h
425
include/seqan/seeds/seedSet_iterator.h
551
include/seqan/seeds/seeds_global_chaining.h
426
include/seqan/seeds/seedSet_score.h
552
include/seqan/seeds/seeds_global_chaining_base.h
427
include/seqan/seeds/seed_base.h
553
include/seqan/seeds/seeds_global_chaining_gusfield.h
428
include/seqan/seeds/seed_multi.h
554
include/seqan/seeds/seeds_seed_base.h
429
include/seqan/seeds/seeds_generated_forwards.h
555
include/seqan/seeds/seeds_seed_chained.h
430
include/seqan/seeds2.h
556
include/seqan/seeds/seeds_seed_diagonal.h
431
include/seqan/seeds2/align_chain_banded.h
557
include/seqan/seeds/seeds_seed_set_base.h
432
include/seqan/seeds2/align_dynprog_affine.h
558
include/seqan/seeds/seeds_seed_set_non_scored.h
433
include/seqan/seeds2/align_dynprog_banded_affine.h
559
include/seqan/seeds/seeds_seed_set_scored.h
434
include/seqan/seeds2/align_dynprog_banded_linear.h
560
include/seqan/seeds/seeds_seed_set_unordered.h
435
include/seqan/seeds2/align_dynprog_linear.h
561
include/seqan/seeds/seeds_seed_simple.h
436
include/seqan/seeds2/basic_iter_indirect.h
562
include/seqan/seq_io.h
437
include/seqan/seeds2/seeds2_generated_forwards.h
563
include/seqan/seq_io/fai_index.h
438
include/seqan/seeds2/seeds_base.h
564
include/seqan/seq_io/fasta_fastq.h
439
include/seqan/seeds2/seeds_combination.h
565
include/seqan/seq_io/genomic_region.h
440
include/seqan/seeds2/seeds_extension.h
566
include/seqan/seq_io/read_embl.h
441
include/seqan/seeds2/seeds_global_chaining.h
567
include/seqan/seq_io/read_genbank.h
442
include/seqan/seeds2/seeds_global_chaining_base.h
568
include/seqan/seq_io/sequence_file.h
443
include/seqan/seeds2/seeds_global_chaining_gusfield.h
444
include/seqan/seeds2/seeds_seed_base.h
445
include/seqan/seeds2/seeds_seed_chained.h
446
include/seqan/seeds2/seeds_seed_diagonal.h
447
include/seqan/seeds2/seeds_seed_set_base.h
448
include/seqan/seeds2/seeds_seed_set_non_scored.h
449
include/seqan/seeds2/seeds_seed_set_scored.h
450
include/seqan/seeds2/seeds_seed_set_unordered.h
451
include/seqan/seeds2/seeds_seed_simple.h
452
include/seqan/sequence.h
569
include/seqan/sequence.h
453
include/seqan/sequence/adapt_array_pointer.h
570
include/seqan/sequence/adapt_array_pointer.h
454
include/seqan/sequence/adapt_std_list.h
571
include/seqan/sequence/adapt_stl_container.h
455
include/seqan/sequence/adapt_std_string.h
572
include/seqan/sequence/adapt_thrust_vector.h
456
include/seqan/sequence/adapt_std_vector.h
573
include/seqan/sequence/container_view.h
574
include/seqan/sequence/container_view_zip.h
457
include/seqan/sequence/iter_concat_virtual.h
575
include/seqan/sequence/iter_concat_virtual.h
458
include/seqan/sequence/segment_base.h
576
include/seqan/sequence/segment_base.h
459
include/seqan/sequence/segment_infix.h
577
include/seqan/sequence/segment_infix.h
460
include/seqan/sequence/segment_prefix.h
578
include/seqan/sequence/segment_prefix.h
461
include/seqan/sequence/segment_suffix.h
579
include/seqan/sequence/segment_suffix.h
580
include/seqan/sequence/segment_utils.h
462
include/seqan/sequence/sequence_concatenator.h
581
include/seqan/sequence/sequence_concatenator.h
463
include/seqan/sequence/sequence_forwards.h
582
include/seqan/sequence/sequence_forwards.h
464
include/seqan/sequence/sequence_generated_forwards.h
465
include/seqan/sequence/sequence_interface.h
583
include/seqan/sequence/sequence_interface.h
466
include/seqan/sequence/sequence_lexical.h
584
include/seqan/sequence/sequence_lexical.h
467
include/seqan/sequence/sequence_shortcuts.h
585
include/seqan/sequence/sequence_shortcuts.h
468
include/seqan/sequence/sequence_stream.h
469
include/seqan/sequence/string_alloc.h
586
include/seqan/sequence/string_alloc.h
470
include/seqan/sequence/string_array.h
587
include/seqan/sequence/string_array.h
471
include/seqan/sequence/string_base.h
588
include/seqan/sequence/string_base.h
472
include/seqan/sequence/string_block.h
589
include/seqan/sequence/string_block.h
473
include/seqan/sequence/string_cstyle.h
590
include/seqan/sequence/string_cstyle.h
474
include/seqan/sequence/string_packed.h
591
include/seqan/sequence/string_packed.h
592
include/seqan/sequence/string_packed_old.h
475
include/seqan/sequence/string_set_base.h
593
include/seqan/sequence/string_set_base.h
476
include/seqan/sequence/string_set_concat_direct.h
594
include/seqan/sequence/string_set_concat_direct.h
477
include/seqan/sequence/string_set_dependent_generous.h
595
include/seqan/sequence/string_set_dependent_generous.h
478
include/seqan/sequence/string_set_dependent_tight.h
596
include/seqan/sequence/string_set_dependent_tight.h
597
include/seqan/sequence/string_set_device.h
479
include/seqan/sequence/string_set_owner.h
598
include/seqan/sequence/string_set_owner.h
599
include/seqan/sequence/string_set_segment.h
600
include/seqan/sequence/string_set_view.h
480
include/seqan/sequence_journaled.h
601
include/seqan/sequence_journaled.h
481
include/seqan/sequence_journaled/journal_entries_sorted_array.h
602
include/seqan/sequence_journaled/journal_entries_sorted_array.h
482
include/seqan/sequence_journaled/journal_entries_unbalanced_tree.h
483
include/seqan/sequence_journaled/journal_entries_unbalanced_tree_iterator.h
484
include/seqan/sequence_journaled/journal_entries_unbalanced_tree_node.h
485
include/seqan/sequence_journaled/journal_entry.h
603
include/seqan/sequence_journaled/journal_entry.h
486
include/seqan/sequence_journaled/sequence_journaled.h
604
include/seqan/sequence_journaled/sequence_journaled.h
487
include/seqan/sequence_journaled/sequence_journaled_forwards.h
488
include/seqan/sequence_journaled/sequence_journaled_generated_forwards.h
489
include/seqan/sequence_journaled/sequence_journaled_iterator.h
605
include/seqan/sequence_journaled/sequence_journaled_iterator.h
606
include/seqan/sequence_journaled/sequence_journaled_iterator_fast.h
607
include/seqan/simple_intervals_io.h
608
include/seqan/simple_intervals_io/simple_intervals_file.h
609
include/seqan/simple_intervals_io/simple_intervals_io.h
490
include/seqan/statistics.h
610
include/seqan/statistics.h
491
include/seqan/statistics/statistics_base.h
611
include/seqan/statistics/statistics_base.h
492
include/seqan/statistics/statistics_generated_forwards.h
493
include/seqan/statistics/statistics_markov_model.h
612
include/seqan/statistics/statistics_markov_model.h
494
include/seqan/store.h
613
include/seqan/store.h
495
include/seqan/store/store_align.h
614
include/seqan/store/store_align.h
Lines 498-2111 Link Here
498
include/seqan/store/store_annotation.h
617
include/seqan/store/store_annotation.h
499
include/seqan/store/store_base.h
618
include/seqan/store/store_base.h
500
include/seqan/store/store_contig.h
619
include/seqan/store/store_contig.h
501
include/seqan/store/store_generated_forwards.h
502
include/seqan/store/store_intervaltree.h
620
include/seqan/store/store_intervaltree.h
503
include/seqan/store/store_io.h
621
include/seqan/store/store_io.h
504
include/seqan/store/store_io_bam.h
505
include/seqan/store/store_io_gff.h
622
include/seqan/store/store_io_gff.h
506
include/seqan/store/store_io_sam.h
623
include/seqan/store/store_io_sam.h
507
include/seqan/store/store_io_ucsc.h
624
include/seqan/store/store_io_ucsc.h
508
include/seqan/store/store_library.h
625
include/seqan/store/store_library.h
509
include/seqan/store/store_matepair.h
626
include/seqan/store/store_matepair.h
510
include/seqan/store/store_read.h
627
include/seqan/store/store_read.h
628
include/seqan/stream.h
629
include/seqan/stream/adapt_ios.h
630
include/seqan/stream/buffered_stream.h
631
include/seqan/stream/file_stream.h
632
include/seqan/stream/formatted_file.h
633
include/seqan/stream/guess_format.h
634
include/seqan/stream/iostream_bgzf.h
635
include/seqan/stream/iostream_bzip2.h
636
include/seqan/stream/iostream_bzip2_impl.h
637
include/seqan/stream/iostream_zip.h
638
include/seqan/stream/iostream_zip_impl.h
639
include/seqan/stream/iostream_zutil.h
640
include/seqan/stream/iter_stream.h
641
include/seqan/stream/lexical_cast.h
642
include/seqan/stream/stream_base.h
643
include/seqan/stream/stream_compressor.h
644
include/seqan/stream/tokenization.h
645
include/seqan/stream/virtual_stream.h
511
include/seqan/system.h
646
include/seqan/system.h
512
include/seqan/system/file_async.h
647
include/seqan/system/file_async.h
513
include/seqan/system/file_directory.h
648
include/seqan/system/file_directory.h
514
include/seqan/system/file_manual_forwards.h
649
include/seqan/system/file_forwards.h
515
include/seqan/system/file_sync.h
650
include/seqan/system/file_sync.h
516
include/seqan/system/system_base.h
651
include/seqan/system/system_base.h
652
include/seqan/system/system_condition.h
653
include/seqan/system/system_critical_section.h
517
include/seqan/system/system_event.h
654
include/seqan/system/system_event.h
518
include/seqan/system/system_generated_forwards.h
655
include/seqan/system/system_forwards.h
519
include/seqan/system/system_manual_forwards.h
520
include/seqan/system/system_mutex.h
656
include/seqan/system/system_mutex.h
521
include/seqan/system/system_sema.h
522
include/seqan/system/system_thread.h
657
include/seqan/system/system_thread.h
658
include/seqan/tabix_io.h
659
include/seqan/tabix_io/tabix_index_tbi.h
660
include/seqan/translation.h
661
include/seqan/translation/translation.h
662
include/seqan/translation/translation_tables.h
663
include/seqan/ucsc_io.h
664
include/seqan/ucsc_io/ucsc_file.h
665
include/seqan/ucsc_io/ucsc_io.h
666
include/seqan/ucsc_io/ucsc_record.h
667
include/seqan/vcf_io.h
668
include/seqan/vcf_io/read_vcf.h
669
include/seqan/vcf_io/vcf_file.h
670
include/seqan/vcf_io/vcf_header.h
671
include/seqan/vcf_io/vcf_header_record.h
672
include/seqan/vcf_io/vcf_io_context.h
673
include/seqan/vcf_io/vcf_record.h
674
include/seqan/vcf_io/write_vcf.h
523
include/seqan/version.h
675
include/seqan/version.h
524
%%DATADIR%%/docs/ADAPTION.char+array.html
676
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.rst
525
%%DATADIR%%/docs/ADAPTION.std_3a_3a_F_I_L_E+_2a.html
677
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
526
%%DATADIR%%/docs/ADAPTION.std_3a_3abasic__string.html
678
%%PORTDOCS%%%%DOCSDIR%%/README.rst
527
%%DATADIR%%/docs/ADAPTION.std_3a_3aiostream.html
679
%%PORTDOCS%%%%DOCSDIR%%/html/class_AFScore.html
528
%%DATADIR%%/docs/ADAPTION.std_3a_3alist.html
680
%%PORTDOCS%%%%DOCSDIR%%/html/class_Accumulator.html
529
%%DATADIR%%/docs/ADAPTION.std_3a_3avector.html
681
%%PORTDOCS%%%%DOCSDIR%%/html/class_Align.html
530
%%DATADIR%%/docs/CLASS_Align.html
682
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlignCols.html
531
%%DATADIR%%/docs/CLASS_Align_Cols.html
683
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlignConfig.html
532
%%DATADIR%%/docs/CLASS_Align_Config.html
684
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlignQualityStoreElement.html
533
%%DATADIR%%/docs/CLASS_Align_Quality_Store_Element.html
685
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlignTraceback.html
534
%%DATADIR%%/docs/CLASS_Aligned_Read_Layout.html
686
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlignedReadLayout.html
535
%%DATADIR%%/docs/CLASS_Aligned_Read_Store_Element.html
687
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlignedReadStoreElement.html
536
%%DATADIR%%/docs/CLASS_Allocator.html
688
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlignmentStats.html
537
%%DATADIR%%/docs/CLASS_Async_Request.html
689
%%PORTDOCS%%%%DOCSDIR%%/html/class_Allocator.html
538
%%DATADIR%%/docs/CLASS_Auto_Seq_Format.html
690
%%PORTDOCS%%%%DOCSDIR%%/html/class_AlphabetExpansion.html
539
%%DATADIR%%/docs/CLASS_Blast_Hit.html
691
%%PORTDOCS%%%%DOCSDIR%%/html/class_AnnotationStoreElement.html
540
%%DATADIR%%/docs/CLASS_Blast_Hsp.html
692
%%PORTDOCS%%%%DOCSDIR%%/html/class_ArgParseArgument.html
541
%%DATADIR%%/docs/CLASS_Blast_Report.html
693
%%PORTDOCS%%%%DOCSDIR%%/html/class_ArgumentParser.html
542
%%DATADIR%%/docs/CLASS_Bundle2.html
694
%%PORTDOCS%%%%DOCSDIR%%/html/class_AsyncRequest.html
543
%%DATADIR%%/docs/CLASS_Bundle3.html
695
%%PORTDOCS%%%%DOCSDIR%%/html/class_BadAlloc.html
544
%%DATADIR%%/docs/CLASS_Bundle5.html
696
%%PORTDOCS%%%%DOCSDIR%%/html/class_BadCast.html
545
%%DATADIR%%/docs/CLASS_Command_Line_Option.html
697
%%PORTDOCS%%%%DOCSDIR%%/html/class_BamAlignmentRecord.html
546
%%DATADIR%%/docs/CLASS_Command_Line_Parser.html
698
%%PORTDOCS%%%%DOCSDIR%%/html/class_BamHeader.html
547
%%DATADIR%%/docs/CLASS_Concatenator_Many_To_One.html
699
%%PORTDOCS%%%%DOCSDIR%%/html/class_BamHeaderRecord.html
548
%%DATADIR%%/docs/CLASS_Contig_File.html
700
%%PORTDOCS%%%%DOCSDIR%%/html/class_BamIOContext.html
549
%%DATADIR%%/docs/CLASS_Contig_Store_Element.html
701
%%PORTDOCS%%%%DOCSDIR%%/html/class_BamIndex.html
550
%%DATADIR%%/docs/CLASS_Dequeue.html
702
%%PORTDOCS%%%%DOCSDIR%%/html/class_BamTagsDict.html
551
%%DATADIR%%/docs/CLASS_Edge_Stump.html
703
%%PORTDOCS%%%%DOCSDIR%%/html/class_BedRecord.html
552
%%DATADIR%%/docs/CLASS_External+_Property+_Map.html
704
%%PORTDOCS%%%%DOCSDIR%%/html/class_BedRgb.html
553
%%DATADIR%%/docs/CLASS_File.html
705
%%PORTDOCS%%%%DOCSDIR%%/html/class_BetaDistribution.html
554
%%DATADIR%%/docs/CLASS_File_Format.html
706
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastIOContext.html
555
%%DATADIR%%/docs/CLASS_Finder.html
707
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastMatch.html
556
%%DATADIR%%/docs/CLASS_Fragment.html
708
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastMatchField.html
557
%%DATADIR%%/docs/CLASS_Fragment_Store.html
709
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastProgramSelector.html
558
%%DATADIR%%/docs/CLASS_Frequency_Distribution.html
710
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastRecord.html
559
%%DATADIR%%/docs/CLASS_Functor_Complement.html
711
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastReport.html
560
%%DATADIR%%/docs/CLASS_Functor_Convert.html
712
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastScoringScheme.html
561
%%DATADIR%%/docs/CLASS_Functor_Lowcase.html
713
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastTabular.html
562
%%DATADIR%%/docs/CLASS_Functor_Upcase.html
714
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastTabularLL.html
563
%%DATADIR%%/docs/CLASS_Gap_Anchor.html
715
%%PORTDOCS%%%%DOCSDIR%%/html/class_BlastTabularSpecSelector.html
564
%%DATADIR%%/docs/CLASS_Gaps.html
716
%%PORTDOCS%%%%DOCSDIR%%/html/class_BufferedStream.html
565
%%DATADIR%%/docs/CLASS_Graph.html
717
%%PORTDOCS%%%%DOCSDIR%%/html/class_Bundle2.html
566
%%DATADIR%%/docs/CLASS_Hardwired_Shape.html
718
%%PORTDOCS%%%%DOCSDIR%%/html/class_Bundle3.html
567
%%DATADIR%%/docs/CLASS_Holder.html
719
%%PORTDOCS%%%%DOCSDIR%%/html/class_Bundle5.html
568
%%DATADIR%%/docs/CLASS_Id_Manager.html
720
%%PORTDOCS%%%%DOCSDIR%%/html/class_CigarElement.html
569
%%DATADIR%%/docs/CLASS_Index.html
721
%%PORTDOCS%%%%DOCSDIR%%/html/class_CompressedSA.html
570
%%DATADIR%%/docs/CLASS_Internal_Map.html
722
%%PORTDOCS%%%%DOCSDIR%%/html/class_ConcatenatorManyToOne.html
571
%%DATADIR%%/docs/CLASS_Internal_Pointer_Map.html
723
%%PORTDOCS%%%%DOCSDIR%%/html/class_ConcurrentQueue.html
572
%%DATADIR%%/docs/CLASS_Internal_Raw_Map.html
724
%%PORTDOCS%%%%DOCSDIR%%/html/class_ConsensusAlignerIllegalArgumentException.html
573
%%DATADIR%%/docs/CLASS_Interval_And_Cargo.html
725
%%PORTDOCS%%%%DOCSDIR%%/html/class_ConsensusAlignmentOptions.html
574
%%DATADIR%%/docs/CLASS_Interval_Tree.html
726
%%PORTDOCS%%%%DOCSDIR%%/html/class_ConsensusScoreSequenceEntry.html
575
%%DATADIR%%/docs/CLASS_Interval_Tree_Node.html
727
%%PORTDOCS%%%%DOCSDIR%%/html/class_ContainerView.html
576
%%DATADIR%%/docs/CLASS_Iter.html
728
%%PORTDOCS%%%%DOCSDIR%%/html/class_ContigFile.html
577
%%DATADIR%%/docs/CLASS_Lexical.html
729
%%PORTDOCS%%%%DOCSDIR%%/html/class_ContigStoreElement.html
578
%%DATADIR%%/docs/CLASS_Library_Store_Element.html
730
%%PORTDOCS%%%%DOCSDIR%%/html/class_CyclicShape.html
579
%%DATADIR%%/docs/CLASS_Local_Alignment_Finder.html
731
%%PORTDOCS%%%%DOCSDIR%%/html/class_DPBandConfig.html
580
%%DATADIR%%/docs/CLASS_Map.html
732
%%PORTDOCS%%%%DOCSDIR%%/html/class_DefaultJstConfig.html
581
%%DATADIR%%/docs/CLASS_Markov_Model.html
733
%%PORTDOCS%%%%DOCSDIR%%/html/class_DefaultSeedConfig.html
582
%%DATADIR%%/docs/CLASS_Mate_Pair_Store_Element.html
734
%%PORTDOCS%%%%DOCSDIR%%/html/class_DeltaMap.html
583
%%DATADIR%%/docs/CLASS_Matrix.html
735
%%PORTDOCS%%%%DOCSDIR%%/html/class_Deque.html
584
%%DATADIR%%/docs/CLASS_Memory_Manager.html
736
%%PORTDOCS%%%%DOCSDIR%%/html/class_EdgeStump.html
585
%%DATADIR%%/docs/CLASS_Modified_Alphabet.html
737
%%PORTDOCS%%%%DOCSDIR%%/html/class_Exception.html
586
%%DATADIR%%/docs/CLASS_Modified_Iterator.html
738
%%PORTDOCS%%%%DOCSDIR%%/html/class_ExternalConfig.html
587
%%DATADIR%%/docs/CLASS_Modified_String.html
739
%%PORTDOCS%%%%DOCSDIR%%/html/class_ExternalConfigLarge.html
588
%%DATADIR%%/docs/CLASS_Motif_Finder.html
740
%%PORTDOCS%%%%DOCSDIR%%/html/class_ExternalConfigSize.html
589
%%DATADIR%%/docs/CLASS_Name_Store_Cache.html
741
%%PORTDOCS%%%%DOCSDIR%%/html/class_FMIndexConfig.html
590
%%DATADIR%%/docs/CLASS_Pair.html
742
%%PORTDOCS%%%%DOCSDIR%%/html/class_FaiIndex.html
591
%%DATADIR%%/docs/CLASS_Pattern.html
743
%%PORTDOCS%%%%DOCSDIR%%/html/class_File.html
592
%%DATADIR%%/docs/CLASS_Pdf.html
744
%%PORTDOCS%%%%DOCSDIR%%/html/class_FileMapping.html
593
%%DATADIR%%/docs/CLASS_Pipe.html
745
%%PORTDOCS%%%%DOCSDIR%%/html/class_Finder.html
594
%%DATADIR%%/docs/CLASS_Point_And_Cargo.html
746
%%PORTDOCS%%%%DOCSDIR%%/html/class_FormattedFile.html
595
%%DATADIR%%/docs/CLASS_Pool.html
747
%%PORTDOCS%%%%DOCSDIR%%/html/class_FormattedNumber.html
596
%%DATADIR%%/docs/CLASS_Priority_Type.html
748
%%PORTDOCS%%%%DOCSDIR%%/html/class_Fragment.html
597
%%DATADIR%%/docs/CLASS_Property_Map.html
749
%%PORTDOCS%%%%DOCSDIR%%/html/class_FragmentStore.html
598
%%DATADIR%%/docs/CLASS_Proxy.html
750
%%PORTDOCS%%%%DOCSDIR%%/html/class_FunctorComplement.html
599
%%DATADIR%%/docs/CLASS_Pseudocount.html
751
%%PORTDOCS%%%%DOCSDIR%%/html/class_FunctorConvert.html
600
%%DATADIR%%/docs/CLASS_Read_Store_Element.html
752
%%PORTDOCS%%%%DOCSDIR%%/html/class_FunctorLowcase.html
601
%%DATADIR%%/docs/CLASS_Rng.html
753
%%PORTDOCS%%%%DOCSDIR%%/html/class_FunctorUpcase.html
602
%%DATADIR%%/docs/CLASS_Score.html
754
%%PORTDOCS%%%%DOCSDIR%%/html/class_GapAnchor.html
603
%%DATADIR%%/docs/CLASS_Seed.html
755
%%PORTDOCS%%%%DOCSDIR%%/html/class_Gaps.html
604
%%DATADIR%%/docs/CLASS_Seed_Set.html
756
%%PORTDOCS%%%%DOCSDIR%%/html/class_GapsIterator.html
605
%%DATADIR%%/docs/CLASS_Segment.html
757
%%PORTDOCS%%%%DOCSDIR%%/html/class_GenomicRegion.html
606
%%DATADIR%%/docs/CLASS_Shape.html
758
%%PORTDOCS%%%%DOCSDIR%%/html/class_GffRecord.html
607
%%DATADIR%%/docs/CLASS_Simple_Type.html
759
%%PORTDOCS%%%%DOCSDIR%%/html/class_Graph.html
608
%%DATADIR%%/docs/CLASS_String.html
760
%%PORTDOCS%%%%DOCSDIR%%/html/class_Holder.html
609
%%DATADIR%%/docs/CLASS_String_Set.html
761
%%PORTDOCS%%%%DOCSDIR%%/html/class_IOError.html
610
%%DATADIR%%/docs/CLASS_Tag_Selector.html
762
%%PORTDOCS%%%%DOCSDIR%%/html/class_IdManager.html
611
%%DATADIR%%/docs/CLASS_To_Std_Allocator.html
763
%%PORTDOCS%%%%DOCSDIR%%/html/class_Index.html
612
%%DATADIR%%/docs/CLASS_Triple.html
764
%%PORTDOCS%%%%DOCSDIR%%/html/class_InternalPointerPropertyMap.html
613
%%DATADIR%%/docs/CLASS_Tuple.html
765
%%PORTDOCS%%%%DOCSDIR%%/html/class_InternalPropertyMap.html
614
%%DATADIR%%/docs/CONCEPT_Allocator.html
766
%%PORTDOCS%%%%DOCSDIR%%/html/class_IntervalAndCargo.html
615
%%DATADIR%%/docs/CONCEPT_Container.html
767
%%PORTDOCS%%%%DOCSDIR%%/html/class_IntervalTree.html
616
%%DATADIR%%/docs/CONCEPT_Finder.html
768
%%PORTDOCS%%%%DOCSDIR%%/html/class_IntervalTreeNode.html
617
%%DATADIR%%/docs/CONCEPT_Iterator.html
769
%%PORTDOCS%%%%DOCSDIR%%/html/class_Iter.html
618
%%DATADIR%%/docs/CONCEPT_Pattern.html
770
%%PORTDOCS%%%%DOCSDIR%%/html/class_JoinConfig.html
619
%%DATADIR%%/docs/CONCEPT_Rooted+_Iterator.html
771
%%PORTDOCS%%%%DOCSDIR%%/html/class_JournaledStringTree.html
620
%%DATADIR%%/docs/CONCEPT_Simple+_Type.html
772
%%PORTDOCS%%%%DOCSDIR%%/html/class_LF.html
621
%%DATADIR%%/docs/DEMO_All+_Pairs+_Shortest+_Path.html
773
%%PORTDOCS%%%%DOCSDIR%%/html/class_Lexical.html
622
%%DATADIR%%/docs/DEMO_Allocators.html
774
%%PORTDOCS%%%%DOCSDIR%%/html/class_LibraryStoreElement.html
623
%%DATADIR%%/docs/DEMO_Alphabets.html
775
%%PORTDOCS%%%%DOCSDIR%%/html/class_LocalAlignmentEnumerator.html
624
%%DATADIR%%/docs/DEMO_Approximate+_Searching.html
776
%%PORTDOCS%%%%DOCSDIR%%/html/class_LocalMatch.html
625
%%DATADIR%%/docs/DEMO_Bellman-_Ford+_Algorithm.html
777
%%PORTDOCS%%%%DOCSDIR%%/html/class_LocalMatchStore.html
626
%%DATADIR%%/docs/DEMO_Blast+_Reports.html
778
%%PORTDOCS%%%%DOCSDIR%%/html/class_LocalMatchStoreConfig.html
627
%%DATADIR%%/docs/DEMO_Breadth-_First+_Search.html
779
%%PORTDOCS%%%%DOCSDIR%%/html/class_LogProb.html
628
%%DATADIR%%/docs/DEMO_Constraint+_Iterator.html
780
%%PORTDOCS%%%%DOCSDIR%%/html/class_Loop.html
629
%%DATADIR%%/docs/DEMO_Depth-_First+_Search.html
781
%%PORTDOCS%%%%DOCSDIR%%/html/class_LoopReverse.html
630
%%DATADIR%%/docs/DEMO_Dijkstras+_Algorithm.html
782
%%PORTDOCS%%%%DOCSDIR%%/html/class_MMapConfig.html
631
%%DATADIR%%/docs/DEMO_Exact+_Searching.html
783
%%PORTDOCS%%%%DOCSDIR%%/html/class_Map.html
632
%%DATADIR%%/docs/DEMO_File+_Format+_I_2f_O.html
784
%%PORTDOCS%%%%DOCSDIR%%/html/class_MarkovModel.html
633
%%DATADIR%%/docs/DEMO_Floyd-_Warshall+_Algorithm.html
785
%%PORTDOCS%%%%DOCSDIR%%/html/class_MatePairStoreElement.html
634
%%DATADIR%%/docs/DEMO_Global+_Alignments.html
786
%%PORTDOCS%%%%DOCSDIR%%/html/class_Matrix.html
635
%%DATADIR%%/docs/DEMO_H_M_M+_Silent+_States.html
787
%%PORTDOCS%%%%DOCSDIR%%/html/class_ModifiedAlphabet.html
636
%%DATADIR%%/docs/DEMO_H_M_M.html
788
%%PORTDOCS%%%%DOCSDIR%%/html/class_ModifiedIterator.html
637
%%DATADIR%%/docs/DEMO_Heaviest+_Increasing+_Subsequence.html
789
%%PORTDOCS%%%%DOCSDIR%%/html/class_ModifiedString.html
638
%%DATADIR%%/docs/DEMO_Index+_Finder+_String_Set.html
790
%%PORTDOCS%%%%DOCSDIR%%/html/class_MsaOptions.html
639
%%DATADIR%%/docs/DEMO_Index+_Finder.html
791
%%PORTDOCS%%%%DOCSDIR%%/html/class_NameStoreCache.html
640
%%DATADIR%%/docs/DEMO_Iterator+_Basics.html
792
%%PORTDOCS%%%%DOCSDIR%%/html/class_Pair.html
641
%%DATADIR%%/docs/DEMO_Kruskals+_Algorithm.html
793
%%PORTDOCS%%%%DOCSDIR%%/html/class_Pattern.html
642
%%DATADIR%%/docs/DEMO_Local+_Alignments.html
794
%%PORTDOCS%%%%DOCSDIR%%/html/class_PigeonholeParameters.html
643
%%DATADIR%%/docs/DEMO_Longest+_Common+_Subsequence.html
795
%%PORTDOCS%%%%DOCSDIR%%/html/class_Pipe.html
644
%%DATADIR%%/docs/DEMO_Longest+_Increasing+_Subsequence.html
796
%%PORTDOCS%%%%DOCSDIR%%/html/class_PointAndCargo.html
645
%%DATADIR%%/docs/DEMO_Maximal+_Repeats.html
797
%%PORTDOCS%%%%DOCSDIR%%/html/class_Pool.html
646
%%DATADIR%%/docs/DEMO_Maximal+_Unique+_Matches.html
798
%%PORTDOCS%%%%DOCSDIR%%/html/class_PriorityType.html
647
%%DATADIR%%/docs/DEMO_Maximum+_Flow.html
799
%%PORTDOCS%%%%DOCSDIR%%/html/class_ProfileChar.html
648
%%DATADIR%%/docs/DEMO_Mod_Reverse.html
800
%%PORTDOCS%%%%DOCSDIR%%/html/class_Proxy.html
649
%%DATADIR%%/docs/DEMO_Mod_View.html
801
%%PORTDOCS%%%%DOCSDIR%%/html/class_Range.html
650
%%DATADIR%%/docs/DEMO_Motif+_Finder.html
802
%%PORTDOCS%%%%DOCSDIR%%/html/class_RankDictionary.html
651
%%DATADIR%%/docs/DEMO_Mummy.html
803
%%PORTDOCS%%%%DOCSDIR%%/html/class_RankSupportBitString.html
652
%%DATADIR%%/docs/DEMO_Nested+_Modifiers.html
804
%%PORTDOCS%%%%DOCSDIR%%/html/class_ReadStoreElement.html
653
%%DATADIR%%/docs/DEMO_Pizza+_26+_Chili+_Index.html
805
%%PORTDOCS%%%%DOCSDIR%%/html/class_Repeat.html
654
%%DATADIR%%/docs/DEMO_Prims+_Algorithm.html
806
%%PORTDOCS%%%%DOCSDIR%%/html/class_RightArrayBinaryTree.html
655
%%DATADIR%%/docs/DEMO_Rooted+_Iterators.html
807
%%PORTDOCS%%%%DOCSDIR%%/html/class_RuntimeError.html
656
%%DATADIR%%/docs/DEMO_Shortest+_Path+in+_D_A_Gs.html
808
%%PORTDOCS%%%%DOCSDIR%%/html/class_Score.html
657
%%DATADIR%%/docs/DEMO_String+_Basics.html
809
%%PORTDOCS%%%%DOCSDIR%%/html/class_Seed.html
658
%%DATADIR%%/docs/DEMO_Strongly+_Connected+_Components.html
810
%%PORTDOCS%%%%DOCSDIR%%/html/class_SeedDiagonal.html
659
%%DATADIR%%/docs/DEMO_Suffix+_Array.html
811
%%PORTDOCS%%%%DOCSDIR%%/html/class_SeedSet.html
660
%%DATADIR%%/docs/DEMO_Supermaximal+_Repeats.html
812
%%PORTDOCS%%%%DOCSDIR%%/html/class_Segment.html
661
%%DATADIR%%/docs/DEMO_Topological+_Sort.html
813
%%PORTDOCS%%%%DOCSDIR%%/html/class_SentinelRankDictionary.html
662
%%DATADIR%%/docs/DEMO_Transitive+_Closure.html
814
%%PORTDOCS%%%%DOCSDIR%%/html/class_SequenceOutputOptions.html
663
%%DATADIR%%/docs/DEMO_Wildcard+_Searching.html
815
%%PORTDOCS%%%%DOCSDIR%%/html/class_Shape.html
664
%%DATADIR%%/docs/FUNCTION.abs_Freq_Of_Letters_In_Seq.html
816
%%PORTDOCS%%%%DOCSDIR%%/html/class_SimpleIntervalsIOContext.html
665
%%DATADIR%%/docs/FUNCTION.abs_Freq_Of_Letters_In_Set_Of_Seqs.html
817
%%PORTDOCS%%%%DOCSDIR%%/html/class_SimpleType.html
666
%%DATADIR%%/docs/FUNCTION.add_Argument_Text.html
818
%%PORTDOCS%%%%DOCSDIR%%/html/class_SparseString.html
667
%%DATADIR%%/docs/FUNCTION.add_Child.html
819
%%PORTDOCS%%%%DOCSDIR%%/html/class_Splitter.html
668
%%DATADIR%%/docs/FUNCTION.add_Edge.html
820
%%PORTDOCS%%%%DOCSDIR%%/html/class_StreamBuffer.html
669
%%DATADIR%%/docs/FUNCTION.add_Edges.html
821
%%PORTDOCS%%%%DOCSDIR%%/html/class_String.html
670
%%DATADIR%%/docs/FUNCTION.add_Help_Line.html
822
%%PORTDOCS%%%%DOCSDIR%%/html/class_StringEnumerator.html
671
%%DATADIR%%/docs/FUNCTION.add_Interval.html
823
%%PORTDOCS%%%%DOCSDIR%%/html/class_StringSet.html
672
%%DATADIR%%/docs/FUNCTION.add_Line.html
824
%%PORTDOCS%%%%DOCSDIR%%/html/class_SwiftParameters.html
673
%%DATADIR%%/docs/FUNCTION.add_Option.html
825
%%PORTDOCS%%%%DOCSDIR%%/html/class_TabixIndex.html
674
%%DATADIR%%/docs/FUNCTION.add_Section.html
826
%%PORTDOCS%%%%DOCSDIR%%/html/class_Tag.html
675
%%DATADIR%%/docs/FUNCTION.add_Seed.html
827
%%PORTDOCS%%%%DOCSDIR%%/html/class_TagList.html
676
%%DATADIR%%/docs/FUNCTION.add_Seeds.html
828
%%PORTDOCS%%%%DOCSDIR%%/html/class_TagSelector.html
677
%%DATADIR%%/docs/FUNCTION.add_Title_Line.html
829
%%PORTDOCS%%%%DOCSDIR%%/html/class_ToStdAllocator.html
678
%%DATADIR%%/docs/FUNCTION.add_Usage_Line.html
830
%%PORTDOCS%%%%DOCSDIR%%/html/class_ToolDoc.html
679
%%DATADIR%%/docs/FUNCTION.add_Value.html
831
%%PORTDOCS%%%%DOCSDIR%%/html/class_Triple.html
680
%%DATADIR%%/docs/FUNCTION.add_Version_Line.html
832
%%PORTDOCS%%%%DOCSDIR%%/html/class_Tuple.html
681
%%DATADIR%%/docs/FUNCTION.add_Vertex.html
833
%%PORTDOCS%%%%DOCSDIR%%/html/class_UcscIOContext.html
682
%%DATADIR%%/docs/FUNCTION.adjust_Top.html
834
%%PORTDOCS%%%%DOCSDIR%%/html/class_UcscRecord.html
683
%%DATADIR%%/docs/FUNCTION.alignment.html
835
%%PORTDOCS%%%%DOCSDIR%%/html/class_UnionFind.html
684
%%DATADIR%%/docs/FUNCTION.alignment_Evaluation.html
836
%%PORTDOCS%%%%DOCSDIR%%/html/class_VcfHeader.html
685
%%DATADIR%%/docs/FUNCTION.all_Pairs_Shortest_Path.html
837
%%PORTDOCS%%%%DOCSDIR%%/html/class_VcfHeaderRecord.html
686
%%DATADIR%%/docs/FUNCTION.allocate.html
838
%%PORTDOCS%%%%DOCSDIR%%/html/class_VcfIOContext.html
687
%%DATADIR%%/docs/FUNCTION.append.html
839
%%PORTDOCS%%%%DOCSDIR%%/html/class_VcfRecord.html
688
%%DATADIR%%/docs/FUNCTION.append_Aligned_Read.html
840
%%PORTDOCS%%%%DOCSDIR%%/html/class_VirtualStream.html
689
%%DATADIR%%/docs/FUNCTION.append_Diag.html
841
%%PORTDOCS%%%%DOCSDIR%%/html/class_VolatilePtr.html
690
%%DATADIR%%/docs/FUNCTION.append_Mate_Pair.html
842
%%PORTDOCS%%%%DOCSDIR%%/html/concept_AggregateConcept.html
691
%%DATADIR%%/docs/FUNCTION.append_Name.html
843
%%PORTDOCS%%%%DOCSDIR%%/html/concept_AlphabetConcept.html
692
%%DATADIR%%/docs/FUNCTION.append_Read.html
844
%%PORTDOCS%%%%DOCSDIR%%/html/concept_AlphabetWithGapsConcept.html
693
%%DATADIR%%/docs/FUNCTION.append_Seqs.html
845
%%PORTDOCS%%%%DOCSDIR%%/html/concept_AlphabetWithQualitiesConcept.html
694
%%DATADIR%%/docs/FUNCTION.append_Value.html
846
%%PORTDOCS%%%%DOCSDIR%%/html/concept_AlphabetWithUnknownValueConcept.html
695
%%DATADIR%%/docs/FUNCTION.argument_Count.html
847
%%PORTDOCS%%%%DOCSDIR%%/html/concept_AssignableConcept.html
696
%%DATADIR%%/docs/FUNCTION.argument_Text.html
848
%%PORTDOCS%%%%DOCSDIR%%/html/concept_BidirectionalIteratorConcept.html
697
%%DATADIR%%/docs/FUNCTION.array_Clear_Space.html
849
%%PORTDOCS%%%%DOCSDIR%%/html/concept_BidirectionalStreamConcept.html
698
%%DATADIR%%/docs/FUNCTION.array_Construct.html
850
%%PORTDOCS%%%%DOCSDIR%%/html/concept_ComparableConcept.html
699
%%DATADIR%%/docs/FUNCTION.array_Construct_Copy.html
851
%%PORTDOCS%%%%DOCSDIR%%/html/concept_ContainerConcept.html
700
%%DATADIR%%/docs/FUNCTION.array_Construct_Move.html
852
%%PORTDOCS%%%%DOCSDIR%%/html/concept_ConvertibleConcept.html
701
%%DATADIR%%/docs/FUNCTION.array_Copy.html
853
%%PORTDOCS%%%%DOCSDIR%%/html/concept_CopyConstructibleConcept.html
702
%%DATADIR%%/docs/FUNCTION.array_Copy_Backward.html
854
%%PORTDOCS%%%%DOCSDIR%%/html/concept_DefaultConstructibleConcept.html
703
%%DATADIR%%/docs/FUNCTION.array_Copy_Forward.html
855
%%PORTDOCS%%%%DOCSDIR%%/html/concept_DestructibleConcept.html
704
%%DATADIR%%/docs/FUNCTION.array_Destruct.html
856
%%PORTDOCS%%%%DOCSDIR%%/html/concept_EqualityComparableConcept.html
705
%%DATADIR%%/docs/FUNCTION.array_Fill.html
857
%%PORTDOCS%%%%DOCSDIR%%/html/concept_FiniteOrderedAlphabetConcept.html
706
%%DATADIR%%/docs/FUNCTION.array_Move.html
858
%%PORTDOCS%%%%DOCSDIR%%/html/concept_FormattedFileHeaderConcept.html
707
%%DATADIR%%/docs/FUNCTION.array_Move_Backward.html
859
%%PORTDOCS%%%%DOCSDIR%%/html/concept_FormattedFileRecordConcept.html
708
%%DATADIR%%/docs/FUNCTION.array_Move_Forward.html
860
%%PORTDOCS%%%%DOCSDIR%%/html/concept_ForwardContainerConcept.html
709
%%DATADIR%%/docs/FUNCTION.assign.html
861
%%PORTDOCS%%%%DOCSDIR%%/html/concept_ForwardIteratorConcept.html
710
%%DATADIR%%/docs/FUNCTION.assign_Begin_State.html
862
%%PORTDOCS%%%%DOCSDIR%%/html/concept_GraphOverAlphabetConcept.html
711
%%DATADIR%%/docs/FUNCTION.assign_Cargo.html
863
%%PORTDOCS%%%%DOCSDIR%%/html/concept_HostedConcept.html
712
%%DATADIR%%/docs/FUNCTION.assign_Cropped_Seq_Id.html
864
%%PORTDOCS%%%%DOCSDIR%%/html/concept_InputIteratorConcept.html
713
%%DATADIR%%/docs/FUNCTION.assign_Emission_Probability.html
865
%%PORTDOCS%%%%DOCSDIR%%/html/concept_InputStreamConcept.html
714
%%DATADIR%%/docs/FUNCTION.assign_End_State.html
866
%%PORTDOCS%%%%DOCSDIR%%/html/concept_IntegerConcept.html
715
%%DATADIR%%/docs/FUNCTION.assign_Next_S.html
867
%%PORTDOCS%%%%DOCSDIR%%/html/concept_IteratorAssociatedTypesConcept.html
716
%%DATADIR%%/docs/FUNCTION.assign_Next_T.html
868
%%PORTDOCS%%%%DOCSDIR%%/html/concept_LessThanComparableConcept.html
717
%%DATADIR%%/docs/FUNCTION.assign_Property.html
869
%%PORTDOCS%%%%DOCSDIR%%/html/concept_MutableBidirectionalIteratorConcept.html
718
%%DATADIR%%/docs/FUNCTION.assign_Qual.html
870
%%PORTDOCS%%%%DOCSDIR%%/html/concept_MutableForwardIteratorConcept.html
719
%%DATADIR%%/docs/FUNCTION.assign_Qual_Id.html
871
%%PORTDOCS%%%%DOCSDIR%%/html/concept_MutableRandomAccessIteratorConcept.html
720
%%DATADIR%%/docs/FUNCTION.assign_Qualities.html
872
%%PORTDOCS%%%%DOCSDIR%%/html/concept_MutableRootedIteratorConcept.html
721
%%DATADIR%%/docs/FUNCTION.assign_Quality_Value.html
873
%%PORTDOCS%%%%DOCSDIR%%/html/concept_MutableRootedRandomAccessIteratorConcept.html
722
%%DATADIR%%/docs/FUNCTION.assign_Root.html
874
%%PORTDOCS%%%%DOCSDIR%%/html/concept_NumberConcept.html
723
%%DATADIR%%/docs/FUNCTION.assign_Seq.html
875
%%PORTDOCS%%%%DOCSDIR%%/html/concept_OrderedAlphabetConcept.html
724
%%DATADIR%%/docs/FUNCTION.assign_Seq_Id.html
876
%%PORTDOCS%%%%DOCSDIR%%/html/concept_OutputIteratorConcept.html
725
%%DATADIR%%/docs/FUNCTION.assign_Silent_Status.html
877
%%PORTDOCS%%%%DOCSDIR%%/html/concept_OutputStreamConcept.html
726
%%DATADIR%%/docs/FUNCTION.assign_Source.html
878
%%PORTDOCS%%%%DOCSDIR%%/html/concept_PropertyMapConcept.html
727
%%DATADIR%%/docs/FUNCTION.assign_String_Set.html
879
%%PORTDOCS%%%%DOCSDIR%%/html/concept_RandomAccessContainerConcept.html
728
%%DATADIR%%/docs/FUNCTION.assign_Target.html
880
%%PORTDOCS%%%%DOCSDIR%%/html/concept_RandomAccessIteratorConcept.html
729
%%DATADIR%%/docs/FUNCTION.assign_Transition_Probability.html
881
%%PORTDOCS%%%%DOCSDIR%%/html/concept_ReversibleContainerConcept.html
730
%%DATADIR%%/docs/FUNCTION.assign_Value.html
882
%%PORTDOCS%%%%DOCSDIR%%/html/concept_RootedIteratorConcept.html
731
%%DATADIR%%/docs/FUNCTION.assign_Value_By_Id.html
883
%%PORTDOCS%%%%DOCSDIR%%/html/concept_RootedRandomAccessIteratorConcept.html
732
%%DATADIR%%/docs/FUNCTION.async_Read_At.html
884
%%PORTDOCS%%%%DOCSDIR%%/html/concept_SegmentableConcept.html
733
%%DATADIR%%/docs/FUNCTION.async_Write_At.html
885
%%PORTDOCS%%%%DOCSDIR%%/html/concept_SignedIntegerConcept.html
734
%%DATADIR%%/docs/FUNCTION.at_Begin.html
886
%%PORTDOCS%%%%DOCSDIR%%/html/concept_StreamConcept.html
735
%%DATADIR%%/docs/FUNCTION.at_End.html
887
%%PORTDOCS%%%%DOCSDIR%%/html/concept_StringConcept.html
736
%%DATADIR%%/docs/FUNCTION.at_End_Of_Sequence.html
888
%%PORTDOCS%%%%DOCSDIR%%/html/concept_StringIndexConcept.html
737
%%DATADIR%%/docs/FUNCTION.at_Nil.html
889
%%PORTDOCS%%%%DOCSDIR%%/html/concept_StringTreeConcept.html
738
%%DATADIR%%/docs/FUNCTION.atomic_Add.html
890
%%PORTDOCS%%%%DOCSDIR%%/html/concept_StringTrieConcept.html
739
%%DATADIR%%/docs/FUNCTION.atomic_Cas.html
891
%%PORTDOCS%%%%DOCSDIR%%/html/concept_TextConcept.html
740
%%DATADIR%%/docs/FUNCTION.atomic_Dec.html
892
%%PORTDOCS%%%%DOCSDIR%%/html/concept_UnsignedIntegerConcept.html
741
%%DATADIR%%/docs/FUNCTION.atomic_Inc.html
893
%%PORTDOCS%%%%DOCSDIR%%/html/css/common.less
742
%%DATADIR%%/docs/FUNCTION.atomic_Max.html
894
%%PORTDOCS%%%%DOCSDIR%%/html/css/common.less.css
743
%%DATADIR%%/docs/FUNCTION.atomic_Min.html
895
%%PORTDOCS%%%%DOCSDIR%%/html/css/custom.css
744
%%DATADIR%%/docs/FUNCTION.atomic_Or.html
896
%%PORTDOCS%%%%DOCSDIR%%/html/css/full_list.css
745
%%DATADIR%%/docs/FUNCTION.atomic_Xor.html
897
%%PORTDOCS%%%%DOCSDIR%%/html/css/main.css
746
%%DATADIR%%/docs/FUNCTION.back.html
898
%%PORTDOCS%%%%DOCSDIR%%/html/css/reset.css
747
%%DATADIR%%/docs/FUNCTION.background_Frequency.html
899
%%PORTDOCS%%%%DOCSDIR%%/html/css/rules.less
748
%%DATADIR%%/docs/FUNCTION.backward_Algorithm.html
900
%%PORTDOCS%%%%DOCSDIR%%/html/css/style.css
749
%%DATADIR%%/docs/FUNCTION.banded_Alignment.html
901
%%PORTDOCS%%%%DOCSDIR%%/html/demos/blast/blast_in_lowlevel.cpp
750
%%DATADIR%%/docs/FUNCTION.banded_Chain_Alignment.html
902
%%PORTDOCS%%%%DOCSDIR%%/html/demos/blast/blast_in_lowlevel.cpp.stdout_
751
%%DATADIR%%/docs/FUNCTION.begin.html
903
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/align.cpp
752
%%DATADIR%%/docs/FUNCTION.begin_Position.html
904
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/align.cpp.stdout
753
%%DATADIR%%/docs/FUNCTION.begin_Read.html
905
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/compute_alignment_stats.cpp
754
%%DATADIR%%/docs/FUNCTION.begin_State.html
906
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/compute_alignment_stats.cpp.stdout
755
%%DATADIR%%/docs/FUNCTION.begin_Write.html
907
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/gaps_example.cpp
756
%%DATADIR%%/docs/FUNCTION.bellman_Ford_Algorithm.html
908
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/gaps_example.cpp.stdout
757
%%DATADIR%%/docs/FUNCTION.binomial_Coefficient.html
909
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/global_alignment_banded.cpp
758
%%DATADIR%%/docs/FUNCTION.blast_23get_Alignment.html
910
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/global_alignment_banded.cpp.stdout
759
%%DATADIR%%/docs/FUNCTION.breadth_First_Search.html
911
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/global_alignment_unbanded.cpp
760
%%DATADIR%%/docs/FUNCTION.bundle2.html
912
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/global_alignment_unbanded.cpp.stdout
761
%%DATADIR%%/docs/FUNCTION.bundle3.html
913
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/integrate_align.cpp
762
%%DATADIR%%/docs/FUNCTION.bundle5.html
914
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align/integrate_align.cpp.stdout
763
%%DATADIR%%/docs/FUNCTION.bwt_At.html
915
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align_extend/extend_alignment.cpp
764
%%DATADIR%%/docs/FUNCTION.calculate_Insert_Sizes.html
916
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align_extend/extend_alignment.cpp.stdout
765
%%DATADIR%%/docs/FUNCTION.calculate_Mate_Indices.html
917
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align_profile/profile_seq_frac_score.cpp
766
%%DATADIR%%/docs/FUNCTION.can_Parse_String.html
918
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align_profile/profile_seq_score.cpp
767
%%DATADIR%%/docs/FUNCTION.cancel.html
919
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align_split/split_alignment.cpp
768
%%DATADIR%%/docs/FUNCTION.capacity.html
920
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/align_split/split_alignment.cpp.stdout
769
%%DATADIR%%/docs/FUNCTION.cargo.html
921
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/arg_parse/argument_parser.cpp
770
%%DATADIR%%/docs/FUNCTION.child_At.html
922
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/bam_io/bam_tags_dict.cpp
771
%%DATADIR%%/docs/FUNCTION.child_Vertex.html
923
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/bam_io/bam_tags_dict.cpp.stdout
772
%%DATADIR%%/docs/FUNCTION.children_Are_Leaves.html
924
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/enable_if.cpp
773
%%DATADIR%%/docs/FUNCTION.clear.html
925
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/metaprogramming_control.cpp
774
%%DATADIR%%/docs/FUNCTION.clear_Edges.html
926
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/metaprogramming_logic.cpp
775
%%DATADIR%%/docs/FUNCTION.clear_Gaps.html
927
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/metaprogramming_math.cpp
776
%%DATADIR%%/docs/FUNCTION.clear_Reads.html
928
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/metaprogramming_switch.cpp
777
%%DATADIR%%/docs/FUNCTION.clear_Vertices.html
929
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/simple_type_construction.cpp
778
%%DATADIR%%/docs/FUNCTION.clipped_Begin_Position.html
930
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/zip_iterator.cpp
779
%%DATADIR%%/docs/FUNCTION.clipped_End_Position.html
931
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/basic/zip_iterator.cpp.stdout
780
%%DATADIR%%/docs/FUNCTION.close.html
932
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/consensus/consensus_alignment.cpp
781
%%DATADIR%%/docs/FUNCTION.col.html
933
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/consensus/consensus_alignment.cpp.stdout
782
%%DATADIR%%/docs/FUNCTION.collect_Leaves.html
934
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/find/finder_aho_corasick.cpp
783
%%DATADIR%%/docs/FUNCTION.cols.html
935
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/find/finder_index.cpp
784
%%DATADIR%%/docs/FUNCTION.compact_Aligned_Reads.html
936
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/find/finder_index.cpp.stdout
785
%%DATADIR%%/docs/FUNCTION.compact_Pair_Match_Ids.html
937
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/find/finder_online.cpp
786
%%DATADIR%%/docs/FUNCTION.compare.html
938
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/find/finder_online.cpp.stdout
787
%%DATADIR%%/docs/FUNCTION.complement.html
939
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/all_pairs_shortest_path.cpp
788
%%DATADIR%%/docs/FUNCTION.complete_Profile.html
940
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/all_pairs_shortest_path.cpp.stdout
789
%%DATADIR%%/docs/FUNCTION.compute_Generous_Capacity.html
941
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/bellman_ford_algorithm.cpp
790
%%DATADIR%%/docs/FUNCTION.concat.html
942
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/bellman_ford_algorithm.cpp.stdout
791
%%DATADIR%%/docs/FUNCTION.connected_Components.html
943
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/breadth_first_search.cpp
792
%%DATADIR%%/docs/FUNCTION.container.html
944
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/breadth_first_search.cpp.stdout
793
%%DATADIR%%/docs/FUNCTION.convert.html
945
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/dag_shortest_path.cpp
794
%%DATADIR%%/docs/FUNCTION.convert_Alignment.html
946
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/dag_shortest_path.cpp.stdout
795
%%DATADIR%%/docs/FUNCTION.convert_Impl.html
947
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/depth_first_search.cpp
796
%%DATADIR%%/docs/FUNCTION.convert_Matches_To_Global_Alignment.html
948
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/depth_first_search.cpp.stdout
797
%%DATADIR%%/docs/FUNCTION.convert_Pair_Wise_To_Global_Alignment.html
949
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/dijkstra.cpp
798
%%DATADIR%%/docs/FUNCTION.convert_Pattern_To_Profile.html
950
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/dijkstra.cpp.stdout
799
%%DATADIR%%/docs/FUNCTION.convert_Residue_To_Frequency_Dist.html
951
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/floyd_warshall_algorithm.cpp
800
%%DATADIR%%/docs/FUNCTION.convert_Set_Of_Patterns_To_Profile.html
952
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/floyd_warshall_algorithm.cpp.stdout
801
%%DATADIR%%/docs/FUNCTION.count_Characters.html
953
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/ford_fulkerson_algorithm.cpp
802
%%DATADIR%%/docs/FUNCTION.count_Children.html
954
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/ford_fulkerson_algorithm.cpp.stdout
803
%%DATADIR%%/docs/FUNCTION.count_Gaps.html
955
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/heaviest_increasing_subsequence.cpp
804
%%DATADIR%%/docs/FUNCTION.count_Occurrences.html
956
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/kruskals_algorithm.cpp
805
%%DATADIR%%/docs/FUNCTION.count_Occurrences_Multiple.html
957
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/kruskals_algorithm.cpp.stdout
806
%%DATADIR%%/docs/FUNCTION.cpu_Time.html
958
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/longest_common_subsequence.cpp
807
%%DATADIR%%/docs/FUNCTION.create.html
959
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/longest_increasing_subsequence.cpp
808
%%DATADIR%%/docs/FUNCTION.create_B_W_Table.html
960
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/prims_algorithm.cpp
809
%%DATADIR%%/docs/FUNCTION.create_Childtab.html
961
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/prims_algorithm.cpp.stdout
810
%%DATADIR%%/docs/FUNCTION.create_Count_Array.html
962
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/strongly_connected_components.cpp
811
%%DATADIR%%/docs/FUNCTION.create_Interval_Tree.html
963
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/strongly_connected_components.cpp.stdout
812
%%DATADIR%%/docs/FUNCTION.create_Lcp_Table.html
964
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/topological_sort.cpp
813
%%DATADIR%%/docs/FUNCTION.create_Oracle.html
965
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/topological_sort.cpp.stdout
814
%%DATADIR%%/docs/FUNCTION.create_Oracle_On_Reverse.html
966
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/transitive_closure.cpp
815
%%DATADIR%%/docs/FUNCTION.create_Q_Gram_Index.html
967
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_algorithms/transitive_closure.cpp.stdout
816
%%DATADIR%%/docs/FUNCTION.create_Q_Gram_Index_Dir_Only.html
968
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_align/graph_align.cpp
817
%%DATADIR%%/docs/FUNCTION.create_Q_Gram_Index_S_A_Only.html
969
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_types/graph_algo_dijkstra.cpp
818
%%DATADIR%%/docs/FUNCTION.create_Root.html
970
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/graph_types/graph_algo_dijkstra.cpp.stdout
819
%%DATADIR%%/docs/FUNCTION.create_Source.html
971
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/begin_atEnd_representative.cpp
820
%%DATADIR%%/docs/FUNCTION.create_Suffix_Array.html
972
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/begin_atEnd_representative.cpp.stdout
821
%%DATADIR%%/docs/FUNCTION.create_Suffix_Trie.html
973
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/begin_atEnd_representative_bottomUp.cpp
822
%%DATADIR%%/docs/FUNCTION.create_Trie.html
974
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/begin_range_goDown_representative_repLength.cpp
823
%%DATADIR%%/docs/FUNCTION.create_Trie_On_Reverse.html
975
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/counting.cpp
824
%%DATADIR%%/docs/FUNCTION.create_Wotd_Index.html
976
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/counting.cpp.stdout
825
%%DATADIR%%/docs/FUNCTION.dag_Shortest_Path.html
977
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/find_repeats.cpp
826
%%DATADIR%%/docs/FUNCTION.database_Name.html
978
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/finder.cpp
827
%%DATADIR%%/docs/FUNCTION.database_Orientation_Plus.html
979
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/finder.cpp.stdout
828
%%DATADIR%%/docs/FUNCTION.deallocate.html
980
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/getOccurrences_getFrequency_range_getFibre.cpp
829
%%DATADIR%%/docs/FUNCTION.degree.html
981
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/getOccurrences_getFrequency_range_getFibre.cpp.stdout
830
%%DATADIR%%/docs/FUNCTION.dependent.html
982
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/iterator.cpp
831
%%DATADIR%%/docs/FUNCTION.dependent_Source.html
983
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/iterator.cpp.stdout
832
%%DATADIR%%/docs/FUNCTION.depth_First_Search.html
984
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/iterator_short.cpp
833
%%DATADIR%%/docs/FUNCTION.detach.html
985
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/iterator_short.cpp.stdout
834
%%DATADIR%%/docs/FUNCTION.determine_Consensus_Seq.html
986
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/length_countSequences.cpp
835
%%DATADIR%%/docs/FUNCTION.difference.html
987
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/length_countSequences.cpp.stdout
836
%%DATADIR%%/docs/FUNCTION.dijkstra.html
988
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/maxrepeats.cpp
837
%%DATADIR%%/docs/FUNCTION.dimension.html
989
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/mummy.cpp
838
%%DATADIR%%/docs/FUNCTION.dir_At.html
990
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/mums.cpp
839
%%DATADIR%%/docs/FUNCTION.display.html
991
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/node_predicate.cpp
840
%%DATADIR%%/docs/FUNCTION.display_Result.html
992
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/open_save.cpp
841
%%DATADIR%%/docs/FUNCTION.em.html
993
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/open_save.cpp.stdout
842
%%DATADIR%%/docs/FUNCTION.emission_Probability.html
994
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/shape_hash_init.cpp
843
%%DATADIR%%/docs/FUNCTION.empty.html
995
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/sufarray.cpp
844
%%DATADIR%%/docs/FUNCTION.empty_Parent_Edge.html
996
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/supermaxrepeats.cpp
845
%%DATADIR%%/docs/FUNCTION.empty_Source.html
997
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/textAt_indexText_saAt_indexRequire.cpp
846
%%DATADIR%%/docs/FUNCTION.end.html
998
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/index/textAt_indexText_saAt_indexRequire.cpp.stdout
847
%%DATADIR%%/docs/FUNCTION.end_Diagonal.html
999
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/misc/enumerate_strings.cpp
848
%%DATADIR%%/docs/FUNCTION.end_Position.html
1000
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/misc/enumerate_strings.cpp.stdout
849
%%DATADIR%%/docs/FUNCTION.end_Read.html
1001
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/misc/get_terminal_size.cpp
850
%%DATADIR%%/docs/FUNCTION.end_State.html
1002
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/misc/interval_tree_example.cpp
851
%%DATADIR%%/docs/FUNCTION.end_Write.html
1003
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/misc/name_store_cache.cpp
852
%%DATADIR%%/docs/FUNCTION.erase.html
1004
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/misc/name_store_cache.cpp.stdout
853
%%DATADIR%%/docs/FUNCTION.erase_Back.html
1005
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/cyclic_shape.cpp
854
%%DATADIR%%/docs/FUNCTION.expectation.html
1006
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/cyclic_shape.cpp.stdout
855
%%DATADIR%%/docs/FUNCTION.extend_Seed.html
1007
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/cyclic_shape_snippets.cpp
856
%%DATADIR%%/docs/FUNCTION.extend_Seed_Score.html
1008
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/modified_string.cpp
857
%%DATADIR%%/docs/FUNCTION.extend_Seeds.html
1009
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/modified_string.cpp.stdout
858
%%DATADIR%%/docs/FUNCTION.extend_Seeds_Score.html
1010
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/modified_string_mod_view.cpp
859
%%DATADIR%%/docs/FUNCTION.factorial.html
1011
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/modified_string_mod_view.cpp.stdout
860
%%DATADIR%%/docs/FUNCTION.find.html
1012
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/modified_string_nested.cpp
861
%%DATADIR%%/docs/FUNCTION.find_Begin.html
1013
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/modifier/modified_string_nested.cpp.stdout
862
%%DATADIR%%/docs/FUNCTION.find_Edge.html
1014
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/parallel/queue_example.cpp
863
%%DATADIR%%/docs/FUNCTION.find_Intervals.html
1015
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/parallel/queue_example.cpp.stdout
864
%%DATADIR%%/docs/FUNCTION.find_Intervals_Exclude_Touching.html
1016
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/parallel/splitter_example.cpp
865
%%DATADIR%%/docs/FUNCTION.find_Motif.html
1017
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/parallel/splitter_example.cpp.stdout
866
%%DATADIR%%/docs/FUNCTION.find_Vertex.html
1018
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/pipe/pool_sorter.cpp
867
%%DATADIR%%/docs/FUNCTION.flatten.html
1019
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/score/score.cpp
868
%%DATADIR%%/docs/FUNCTION.floyd_Warshall_Algorithm.html
1020
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/score/score.cpp.stdout
869
%%DATADIR%%/docs/FUNCTION.flush.html
1021
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/seeds/seeds_add_seed.cpp
870
%%DATADIR%%/docs/FUNCTION.ford_Fulkerson_Algorithm.html
1022
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/seeds/seeds_chaining.cpp
871
%%DATADIR%%/docs/FUNCTION.forward_Algorithm.html
1023
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/seeds/seeds_chaining.cpp.stdout
872
%%DATADIR%%/docs/FUNCTION.fragment_Begin.html
1024
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/seeds/seeds_extension.cpp
873
%%DATADIR%%/docs/FUNCTION.fragment_Length.html
1025
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/seeds/seeds_extension.cpp.stdout
874
%%DATADIR%%/docs/FUNCTION.front.html
1026
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/seq_io/fai_index_example.cpp
875
%%DATADIR%%/docs/FUNCTION.gap_Value.html
1027
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/seq_io/fai_index_example.cpp.stdout
876
%%DATADIR%%/docs/FUNCTION.gap_Value_Impl.html
1028
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/container_view_zip.cpp
877
%%DATADIR%%/docs/FUNCTION.generate_Sequence.html
1029
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/container_view_zip.cpp.stdout
878
%%DATADIR%%/docs/FUNCTION.get_Adjacency_Matrix.html
1030
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/segment.cpp
879
%%DATADIR%%/docs/FUNCTION.get_Alignment.html
1031
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/string.cpp
880
%%DATADIR%%/docs/FUNCTION.get_Argument_Value.html
1032
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/string2.cpp
881
%%DATADIR%%/docs/FUNCTION.get_Argument_Values.html
1033
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/string2.cpp.stdout
882
%%DATADIR%%/docs/FUNCTION.get_Begin_Score.html
1034
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/stringset.cpp
883
%%DATADIR%%/docs/FUNCTION.get_Begin_State.html
1035
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/sequence/stringset.cpp.stdout
884
%%DATADIR%%/docs/FUNCTION.get_Bit_Score.html
1036
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/statistics/build_markov_model.cpp
885
%%DATADIR%%/docs/FUNCTION.get_Cargo.html
1037
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/statistics/load_markov_model.cpp
886
%%DATADIR%%/docs/FUNCTION.get_Database_Begin.html
1038
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/store/store_example.cpp
887
%%DATADIR%%/docs/FUNCTION.get_Database_End.html
1039
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/stream/lexical_cast.cpp
888
%%DATADIR%%/docs/FUNCTION.get_Database_Name.html
1040
%%PORTDOCS%%%%DOCSDIR%%/html/demos/dox/stream/lexical_cast.cpp.stdout
889
%%DATADIR%%/docs/FUNCTION.get_Distance_Matrix.html
1041
%%PORTDOCS%%%%DOCSDIR%%/html/demos/tutorial/sam_and_bam_io/example.sam
890
%%DATADIR%%/docs/FUNCTION.get_E_Value.html
1042
%%PORTDOCS%%%%DOCSDIR%%/html/demos/tutorial/sam_and_bam_io/solution1.cpp
891
%%DATADIR%%/docs/FUNCTION.get_E_Value_Cutoff.html
1043
%%PORTDOCS%%%%DOCSDIR%%/html/enum_ArgParseArgument_58_58ArgumentType.html
892
%%DATADIR%%/docs/FUNCTION.get_Emission_Probability.html
1044
%%PORTDOCS%%%%DOCSDIR%%/html/enum_ArgumentParser_58_58ParseResult.html
893
%%DATADIR%%/docs/FUNCTION.get_End_State.html
1045
%%PORTDOCS%%%%DOCSDIR%%/html/enum_BamFlags.html
894
%%DATADIR%%/docs/FUNCTION.get_Fibre.html
1046
%%PORTDOCS%%%%DOCSDIR%%/html/enum_BamHeaderRecordType.html
895
%%DATADIR%%/docs/FUNCTION.get_First_Covered_Position.html
1047
%%PORTDOCS%%%%DOCSDIR%%/html/enum_BamSortOrder.html
896
%%DATADIR%%/docs/FUNCTION.get_Frequency.html
1048
%%PORTDOCS%%%%DOCSDIR%%/html/enum_BlastMatchField_58_58Enum.html
897
%%DATADIR%%/docs/FUNCTION.get_Gapped_Kappa.html
1049
%%PORTDOCS%%%%DOCSDIR%%/html/enum_BlastProgram.html
898
%%DATADIR%%/docs/FUNCTION.get_Gapped_Lambda.html
1050
%%PORTDOCS%%%%DOCSDIR%%/html/enum_BlastTabularSpec.html
899
%%DATADIR%%/docs/FUNCTION.get_Get_Extension.html
1051
%%PORTDOCS%%%%DOCSDIR%%/html/enum_DeltaType.html
900
%%DATADIR%%/docs/FUNCTION.get_Get_Open.html
1052
%%PORTDOCS%%%%DOCSDIR%%/html/enum_ExtensionDirection.html
901
%%DATADIR%%/docs/FUNCTION.get_Id_By_Name.html
1053
%%PORTDOCS%%%%DOCSDIR%%/html/enum_FileMappingAdvise.html
902
%%DATADIR%%/docs/FUNCTION.get_Id_Lower_Bound.html
1054
%%PORTDOCS%%%%DOCSDIR%%/html/enum_FileMappingMode.html
903
%%DATADIR%%/docs/FUNCTION.get_Id_Upper_Bound.html
1055
%%PORTDOCS%%%%DOCSDIR%%/html/enum_FileOpenMode.html
904
%%DATADIR%%/docs/FUNCTION.get_Kappa.html
1056
%%PORTDOCS%%%%DOCSDIR%%/html/enum_FragmentStore_58_58PredefinedAnnotationTypes.html
905
%%DATADIR%%/docs/FUNCTION.get_Kmer_Similarity_Matrix.html
1057
%%PORTDOCS%%%%DOCSDIR%%/html/enum_GeneticCodeSpec.html
906
%%DATADIR%%/docs/FUNCTION.get_Lambda.html
1058
%%PORTDOCS%%%%DOCSDIR%%/html/enum_TranslationFrames.html
907
%%DATADIR%%/docs/FUNCTION.get_Last_Covered_Position.html
1059
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_TView.html
908
%%DATADIR%%/docs/FUNCTION.get_Left_Boundary.html
1060
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_addToProfile.html
909
%%DATADIR%%/docs/FUNCTION.get_Mate_No.html
1061
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_alignmentEvaluation.html
910
%%DATADIR%%/docs/FUNCTION.get_Motif.html
1062
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_alignmentFreeComparison.html
911
%%DATADIR%%/docs/FUNCTION.get_Next.html
1063
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_allPairsShortestPath.html
912
%%DATADIR%%/docs/FUNCTION.get_Next_S.html
1064
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayClearSpace.html
913
%%DATADIR%%/docs/FUNCTION.get_Next_T.html
1065
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayConstruct.html
914
%%DATADIR%%/docs/FUNCTION.get_Nil.html
1066
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayConstructCopy.html
915
%%DATADIR%%/docs/FUNCTION.get_Num_Gaps.html
1067
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayConstructMove.html
916
%%DATADIR%%/docs/FUNCTION.get_Occurrence.html
1068
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayCopy.html
917
%%DATADIR%%/docs/FUNCTION.get_Occurrences.html
1069
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayCopyBackward.html
918
%%DATADIR%%/docs/FUNCTION.get_Occurrences_Bwt.html
1070
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayCopyForward.html
919
%%DATADIR%%/docs/FUNCTION.get_Option_Value_Long.html
1071
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayDestruct.html
920
%%DATADIR%%/docs/FUNCTION.get_Option_Value_Short.html
1072
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayFill.html
921
%%DATADIR%%/docs/FUNCTION.get_Option_Values_Long.html
1073
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayMove.html
922
%%DATADIR%%/docs/FUNCTION.get_Option_Values_Short.html
1074
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayMoveBackward.html
923
%%DATADIR%%/docs/FUNCTION.get_Projected_Position.html
1075
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_arrayMoveForward.html
924
%%DATADIR%%/docs/FUNCTION.get_Property.html
1076
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_assignQualities.html
925
%%DATADIR%%/docs/FUNCTION.get_Query_Begin.html
1077
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_assignTagsBamToSam.html
926
%%DATADIR%%/docs/FUNCTION.get_Query_End.html
1078
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_assignTagsSamToBam.html
927
%%DATADIR%%/docs/FUNCTION.get_Query_Name.html
1079
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_atomicMax.html
928
%%DATADIR%%/docs/FUNCTION.get_Read.html
1080
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_atomicMin.html
929
%%DATADIR%%/docs/FUNCTION.get_Right_Boundary.html
1081
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_bandedChainAlignment.html
930
%%DATADIR%%/docs/FUNCTION.get_Root.html
1082
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_bellmanFordAlgorithm.html
931
%%DATADIR%%/docs/FUNCTION.get_Score.html
1083
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_bitScanForward.html
932
%%DATADIR%%/docs/FUNCTION.get_Seq_No.html
1084
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_bitScanReverse.html
933
%%DATADIR%%/docs/FUNCTION.get_Seq_Offset.html
1085
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_breadthFirstSearch.html
934
%%DATADIR%%/docs/FUNCTION.get_Source.html
1086
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_buildAlignmentGraph.html
935
%%DATADIR%%/docs/FUNCTION.get_Step_Size.html
1087
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_bundle2.html
936
%%DATADIR%%/docs/FUNCTION.get_String_Set.html
1088
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_bundle3.html
937
%%DATADIR%%/docs/FUNCTION.get_Successor.html
1089
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_bundle5.html
938
%%DATADIR%%/docs/FUNCTION.get_Swift_Hits.html
1090
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_calcBetaDistParam.html
939
%%DATADIR%%/docs/FUNCTION.get_Target.html
1091
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_calcLogNormalDistParam.html
940
%%DATADIR%%/docs/FUNCTION.get_Transition_Probability.html
1092
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_calculateCovariance.html
941
%%DATADIR%%/docs/FUNCTION.get_Value.html
1093
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_calculateOverlapIndicator.html
942
%%DATADIR%%/docs/FUNCTION.get_Value_By_Id.html
1094
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_calculatePeriodicity.html
943
%%DATADIR%%/docs/FUNCTION.global_Alignment.html
1095
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_calculateProbability.html
944
%%DATADIR%%/docs/FUNCTION.global_Chaining.html
1096
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_calculateVariance.html
945
%%DATADIR%%/docs/FUNCTION.global_Msa_Alignment.html
1097
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_chainSeedsGlobally.html
946
%%DATADIR%%/docs/FUNCTION.go_Begin.html
1098
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_clearAllBits.html
947
%%DATADIR%%/docs/FUNCTION.go_Down.html
1099
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_clearBit.html
948
%%DATADIR%%/docs/FUNCTION.go_End.html
1100
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_complement.html
949
%%DATADIR%%/docs/FUNCTION.go_Further.html
1101
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_computeAlignmentStats.html
950
%%DATADIR%%/docs/FUNCTION.go_Next.html
1102
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_computeSplitters.html
951
%%DATADIR%%/docs/FUNCTION.go_Nil.html
1103
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_connectedComponents.html
952
%%DATADIR%%/docs/FUNCTION.go_Previous.html
1104
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_consensusAlignment.html
953
%%DATADIR%%/docs/FUNCTION.go_Right.html
1105
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_convert.html
954
%%DATADIR%%/docs/FUNCTION.go_Root.html
1106
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_convertImpl.html
955
%%DATADIR%%/docs/FUNCTION.go_Up.html
1107
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_convertQuality.html
956
%%DATADIR%%/docs/FUNCTION.guess_File_Format.html
1108
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_countKmers.html
957
%%DATADIR%%/docs/FUNCTION.guess_Format.html
1109
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_cpuTime.html
958
%%DATADIR%%/docs/FUNCTION.guess_Format_From_Filename.html
1110
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_createBWTable.html
959
%%DATADIR%%/docs/FUNCTION.hamming_Distance.html
1111
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_createInvSuffixArray.html
960
%%DATADIR%%/docs/FUNCTION.has_Option_Long.html
1112
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_createLcpTable.html
961
%%DATADIR%%/docs/FUNCTION.has_Option_Short.html
1113
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_createSuffixArray.html
962
%%DATADIR%%/docs/FUNCTION.has_Prefix.html
1114
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_cutNs.html
963
%%DATADIR%%/docs/FUNCTION.hash.html
1115
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_dagShortestPath.html
964
%%DATADIR%%/docs/FUNCTION.hash2.html
1116
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_defaultRng.html
965
%%DATADIR%%/docs/FUNCTION.hash2_Next.html
1117
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_depthFirstSearch.html
966
%%DATADIR%%/docs/FUNCTION.hash2_Upper.html
1118
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_dijkstra.html
967
%%DATADIR%%/docs/FUNCTION.hash_Next.html
1119
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_endsWith.html
968
%%DATADIR%%/docs/FUNCTION.hash_Upper.html
1120
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_expectation.html
969
%%DATADIR%%/docs/FUNCTION.haystack.html
1121
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_extendAlignment.html
970
%%DATADIR%%/docs/FUNCTION.heaviest_Increasing_Subsequence.html
1122
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_findRepeats.html
971
%%DATADIR%%/docs/FUNCTION.help.html
1123
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_floydWarshallAlgorithm.html
972
%%DATADIR%%/docs/FUNCTION.help_Text.html
1124
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_fordFulkersonAlgorithm.html
973
%%DATADIR%%/docs/FUNCTION.host.html
1125
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_getAbsolutePath.html
974
%%DATADIR%%/docs/FUNCTION.host_Graph.html
1126
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_getBamTypeChar.html
975
%%DATADIR%%/docs/FUNCTION.host_Hit.html
1127
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_getBamTypeSize.html
976
%%DATADIR%%/docs/FUNCTION.host_Report.html
1128
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_getTerminalSize.html
977
%%DATADIR%%/docs/FUNCTION.id.html
1129
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_globalAlignment.html
978
%%DATADIR%%/docs/FUNCTION.id_Count.html
1130
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_globalAlignmentScore.html
979
%%DATADIR%%/docs/FUNCTION.id_In_Use.html
1131
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_globalMsaAlignment.html
980
%%DATADIR%%/docs/FUNCTION.id_To_Position.html
1132
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_guessFormatFromFilename.html
981
%%DATADIR%%/docs/FUNCTION.in_Degree.html
1133
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_heaviestIncreasingSubsequence.html
982
%%DATADIR%%/docs/FUNCTION.index_Bucket_Map.html
1134
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_ignoreUnusedVariableWarning.html
983
%%DATADIR%%/docs/FUNCTION.index_Bwt.html
1135
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_integrateAlign.html
984
%%DATADIR%%/docs/FUNCTION.index_Childtab.html
1136
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_isAnsiColorTerminal.html
985
%%DATADIR%%/docs/FUNCTION.index_Counts.html
1137
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_isBitSet.html
986
%%DATADIR%%/docs/FUNCTION.index_Counts_Dir.html
1138
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_isTerminal.html
987
%%DATADIR%%/docs/FUNCTION.index_Create.html
1139
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_kruskalsAlgorithm.html
988
%%DATADIR%%/docs/FUNCTION.index_Dir.html
1140
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_lexicalCast.html
989
%%DATADIR%%/docs/FUNCTION.index_Lcp.html
1141
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_lexicalCastWithException.html
990
%%DATADIR%%/docs/FUNCTION.index_Lcpe.html
1142
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_localAlignment.html
991
%%DATADIR%%/docs/FUNCTION.index_Raw_S_A.html
1143
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_log2.html
992
%%DATADIR%%/docs/FUNCTION.index_Raw_Text.html
1144
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_longestCommonSubsequence.html
993
%%DATADIR%%/docs/FUNCTION.index_Require.html
1145
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_longestIncreasingSubsequence.html
994
%%DATADIR%%/docs/FUNCTION.index_S_A.html
1146
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_lowerBoundAlignedReads.html
995
%%DATADIR%%/docs/FUNCTION.index_Shape.html
1147
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_makeZipIterator.html
996
%%DATADIR%%/docs/FUNCTION.index_Supplied.html
1148
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_makeZipView.html
997
%%DATADIR%%/docs/FUNCTION.index_Text.html
1149
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_matchRefinement.html
998
%%DATADIR%%/docs/FUNCTION.infimum_Value_Impl.html
1150
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_memset.html
999
%%DATADIR%%/docs/FUNCTION.infix.html
1151
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_njTree.html
1000
%%DATADIR%%/docs/FUNCTION.infix_With_Length.html
1152
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_orderOccurrences.html
1001
%%DATADIR%%/docs/FUNCTION.insert.html
1153
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_partialSum.html
1002
%%DATADIR%%/docs/FUNCTION.insert_Gap.html
1154
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_popCount.html
1003
%%DATADIR%%/docs/FUNCTION.insert_Gaps.html
1155
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_primsAlgorithm.html
1004
%%DATADIR%%/docs/FUNCTION.insert_Value.html
1156
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_printDebugLevel.html
1005
%%DATADIR%%/docs/FUNCTION.integrate_Align.html
1157
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_progressiveAlignment.html
1006
%%DATADIR%%/docs/FUNCTION.inverse_Hash.html
1158
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_reAlign.html
1007
%%DATADIR%%/docs/FUNCTION.is_Boolean_Option.html
1159
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_reAlignment.html
1008
%%DATADIR%%/docs/FUNCTION.is_Double_Option.html
1160
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_readEmblHeader.html
1009
%%DATADIR%%/docs/FUNCTION.is_Equal.html
1161
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_reverse.html
1010
%%DATADIR%%/docs/FUNCTION.is_Gap.html
1162
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_reverseComplement.html
1011
%%DATADIR%%/docs/FUNCTION.is_Greater.html
1163
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_setBit.html
1012
%%DATADIR%%/docs/FUNCTION.is_Greater_Or_Equal.html
1164
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_setBitTo.html
1013
%%DATADIR%%/docs/FUNCTION.is_Hidden_Option.html
1165
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_shareResources.html
1014
%%DATADIR%%/docs/FUNCTION.is_Int_Option.html
1166
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_shuffle.html
1015
%%DATADIR%%/docs/FUNCTION.is_Label_Option.html
1167
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_sortAlignedReads.html
1016
%%DATADIR%%/docs/FUNCTION.is_Left_Maximal.html
1168
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_splitAlignment.html
1017
%%DATADIR%%/docs/FUNCTION.is_Less.html
1169
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_splitGenBankHeader.html
1018
%%DATADIR%%/docs/FUNCTION.is_Less_Or_Equal.html
1170
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_startsWith.html
1019
%%DATADIR%%/docs/FUNCTION.is_Not_Equal.html
1171
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_stringToStringSet.html
1020
%%DATADIR%%/docs/FUNCTION.is_Option_List.html
1172
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_stronglyConnectedComponents.html
1021
%%DATADIR%%/docs/FUNCTION.is_Option_Mandatory.html
1173
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_sum.html
1022
%%DATADIR%%/docs/FUNCTION.is_Partially_Left_Extensible.html
1174
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_sumOfPairsScore.html
1023
%%DATADIR%%/docs/FUNCTION.is_Prefix.html
1175
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_sysTime.html
1024
%%DATADIR%%/docs/FUNCTION.is_Reversed.html
1176
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_testAllOnes.html
1025
%%DATADIR%%/docs/FUNCTION.is_Right_Terminal.html
1177
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_testAllZeros.html
1026
%%DATADIR%%/docs/FUNCTION.is_Root.html
1178
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_toLower.html
1027
%%DATADIR%%/docs/FUNCTION.is_Set_Long.html
1179
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_toUpper.html
1028
%%DATADIR%%/docs/FUNCTION.is_Set_Short.html
1180
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_topologicalSort.html
1029
%%DATADIR%%/docs/FUNCTION.is_Silent.html
1181
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_transitiveClosure.html
1030
%%DATADIR%%/docs/FUNCTION.is_String_Option.html
1182
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_translate.html
1031
%%DATADIR%%/docs/FUNCTION.is_Unique.html
1183
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_tripletLibraryExtension.html
1032
%%DATADIR%%/docs/FUNCTION.iter.html
1184
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_upgmaTree.html
1033
%%DATADIR%%/docs/FUNCTION.key.html
1185
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_upperBoundAlignedReads.html
1034
%%DATADIR%%/docs/FUNCTION.kruskals_Algorithm.html
1186
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_valueConstruct.html
1035
%%DATADIR%%/docs/FUNCTION.label.html
1187
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_valueDestruct.html
1036
%%DATADIR%%/docs/FUNCTION.layout_Alignment.html
1188
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_variance.html
1037
%%DATADIR%%/docs/FUNCTION.lca.html
1189
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_weaklyConnectedComponents.html
1038
%%DATADIR%%/docs/FUNCTION.lcp.html
1190
%%PORTDOCS%%%%DOCSDIR%%/html/global_function_zscore.html
1039
%%DATADIR%%/docs/FUNCTION.lcp_At.html
1191
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_AllowsFastRandomAccess.html
1040
%%DATADIR%%/docs/FUNCTION.lcp_Length.html
1192
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_BasicStream.html
1041
%%DATADIR%%/docs/FUNCTION.lcpe_At.html
1193
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_BytesPerValue.html
1042
%%DATADIR%%/docs/FUNCTION.left_Boundary.html
1194
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Cargo.html
1043
%%DATADIR%%/docs/FUNCTION.left_Diagonal.html
1195
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Chunk.html
1044
%%DATADIR%%/docs/FUNCTION.left_Dim0.html
1196
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Comparator.html
1045
%%DATADIR%%/docs/FUNCTION.left_Dim1.html
1197
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_CompareType.html
1046
%%DATADIR%%/docs/FUNCTION.left_Position.html
1198
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_CompareTypeImpl.html
1047
%%DATADIR%%/docs/FUNCTION.length.html
1199
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Convert.html
1048
%%DATADIR%%/docs/FUNCTION.load_Contig.html
1200
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_DeepestSpec.html
1049
%%DATADIR%%/docs/FUNCTION.load_Contigs.html
1201
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_DefaultFindBeginPatternSpec.html
1050
%%DATADIR%%/docs/FUNCTION.load_Reads.html
1202
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_DefaultFinder.html
1051
%%DATADIR%%/docs/FUNCTION.load_Score_Matrix.html
1203
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_DefaultOverflowExplicit.html
1052
%%DATADIR%%/docs/FUNCTION.local_Alignment.html
1204
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_DefaultOverflowImplicit.html
1053
%%DATADIR%%/docs/FUNCTION.lock_Contig.html
1205
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_DefaultPattern.html
1054
%%DATADIR%%/docs/FUNCTION.lock_Contigs.html
1206
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_DefaultPrefixOrder.html
1055
%%DATADIR%%/docs/FUNCTION.log2.html
1207
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Device.html
1056
%%DATADIR%%/docs/FUNCTION.logarithmize.html
1208
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Difference.html
1057
%%DATADIR%%/docs/FUNCTION.long_Name.html
1209
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Fibre.html
1058
%%DATADIR%%/docs/FUNCTION.longest_Common_Subsequence.html
1210
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_FileExtensions.html
1059
%%DATADIR%%/docs/FUNCTION.longest_Increasing_Subsequence.html
1211
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Find.html
1060
%%DATADIR%%/docs/FUNCTION.lower_Bound_Aligned_Reads.html
1212
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_GappedValueType.html
1061
%%DATADIR%%/docs/FUNCTION.map_23add.html
1213
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_GetDefaultRng.html
1062
%%DATADIR%%/docs/FUNCTION.map_23cargo.html
1214
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_GetValue.html
1063
%%DATADIR%%/docs/FUNCTION.map_23erase.html
1215
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_HasMoveConstructor.html
1064
%%DATADIR%%/docs/FUNCTION.map_23erase_All.html
1216
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Id.html
1065
%%DATADIR%%/docs/FUNCTION.map_23find.html
1217
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IntegralForValue.html
1066
%%DATADIR%%/docs/FUNCTION.map_23has_Key.html
1218
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IosOpenMode.html
1067
%%DATADIR%%/docs/FUNCTION.map_23insert.html
1219
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Is.html
1068
%%DATADIR%%/docs/FUNCTION.map_23value.html
1220
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsCharType.html
1069
%%DATADIR%%/docs/FUNCTION.map_Value.html
1221
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsContiguous.html
1070
%%DATADIR%%/docs/FUNCTION.match_Refinement.html
1222
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsDevice.html
1071
%%DATADIR%%/docs/FUNCTION.max_Value.html
1223
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsInteger.html
1072
%%DATADIR%%/docs/FUNCTION.maximum_Distance.html
1224
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsIntegral.html
1073
%%DATADIR%%/docs/FUNCTION.min_Value.html
1225
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsLightWeight.html
1074
%%DATADIR%%/docs/FUNCTION.motif_Count.html
1226
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsSameType.html
1075
%%DATADIR%%/docs/FUNCTION.move.html
1227
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsSequence.html
1076
%%DATADIR%%/docs/FUNCTION.move_Source.html
1228
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsSimple.html
1077
%%DATADIR%%/docs/FUNCTION.move_Value.html
1229
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_IsView.html
1078
%%DATADIR%%/docs/FUNCTION.mt_Rand.html
1230
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Key.html
1079
%%DATADIR%%/docs/FUNCTION.mt_Rand_Double.html
1231
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_LENGTH.html
1080
%%DATADIR%%/docs/FUNCTION.mt_Rand_Init.html
1232
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_MagicHeader.html
1081
%%DATADIR%%/docs/FUNCTION.multi_Local_Alignment.html
1233
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_MakePacked.html
1082
%%DATADIR%%/docs/FUNCTION.needle.html
1234
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_MakeSigned.html
1083
%%DATADIR%%/docs/FUNCTION.next_S.html
1235
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_MakeUnsigned.html
1084
%%DATADIR%%/docs/FUNCTION.next_T.html
1236
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Member.html
1085
%%DATADIR%%/docs/FUNCTION.node_Depth.html
1237
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Position.html
1086
%%DATADIR%%/docs/FUNCTION.node_Hull_Predicate.html
1238
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Reference.html
1087
%%DATADIR%%/docs/FUNCTION.node_Predicate.html
1239
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_RemoveConst.html
1088
%%DATADIR%%/docs/FUNCTION.node_Up.html
1240
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_RemovePointer.html
1089
%%DATADIR%%/docs/FUNCTION.normalize.html
1241
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_RemoveReference.html
1090
%%DATADIR%%/docs/FUNCTION.num_Children.html
1242
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_RemoveView.html
1091
%%DATADIR%%/docs/FUNCTION.num_Edges.html
1243
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_SAValue.html
1092
%%DATADIR%%/docs/FUNCTION.num_Hits.html
1244
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Size.html
1093
%%DATADIR%%/docs/FUNCTION.num_Hsps.html
1245
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Spec.html
1094
%%DATADIR%%/docs/FUNCTION.num_Tree_Edges.html
1246
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_Value.html
1095
%%DATADIR%%/docs/FUNCTION.num_Vertices.html
1247
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_VertexDescriptor.html
1096
%%DATADIR%%/docs/FUNCTION.obtain_I_D.html
1248
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_View.html
1097
%%DATADIR%%/docs/FUNCTION.obtain_Id.html
1249
%%PORTDOCS%%%%DOCSDIR%%/html/global_metafunction_WEIGHT.html
1098
%%DATADIR%%/docs/FUNCTION.open.html
1250
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Blosum30.html
1099
%%DATADIR%%/docs/FUNCTION.open_Temp.html
1251
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Blosum45.html
1100
%%DATADIR%%/docs/FUNCTION.ord_Value.html
1252
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Blosum62.html
1101
%%DATADIR%%/docs/FUNCTION.order_Occurrences.html
1253
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Blosum80.html
1102
%%DATADIR%%/docs/FUNCTION.out_Degree.html
1254
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_CharIterator.html
1103
%%DATADIR%%/docs/FUNCTION.parent_Edge_First_Char.html
1255
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_CharString.html
1104
%%DATADIR%%/docs/FUNCTION.parent_Edge_Label.html
1256
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_DPBand.html
1105
%%DATADIR%%/docs/FUNCTION.parent_Edge_Length.html
1257
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Dna5Iterator.html
1106
%%DATADIR%%/docs/FUNCTION.parent_Rep_Length.html
1258
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Dna5QString.html
1107
%%DATADIR%%/docs/FUNCTION.parent_Vertex.html
1259
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Dna5String.html
1108
%%DATADIR%%/docs/FUNCTION.parse.html
1260
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Dna5StringComplement.html
1109
%%DATADIR%%/docs/FUNCTION.parse_String.html
1261
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Dna5StringReverse.html
1110
%%DATADIR%%/docs/FUNCTION.pick_Random_Number.html
1262
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Dna5StringReverseComplement.html
1111
%%DATADIR%%/docs/FUNCTION.pop.html
1263
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_DnaIterator.html
1112
%%DATADIR%%/docs/FUNCTION.pos_Globalize.html
1264
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_DnaQString.html
1113
%%DATADIR%%/docs/FUNCTION.pos_Local_To_X.html
1265
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_DnaString.html
1114
%%DATADIR%%/docs/FUNCTION.pos_Localize.html
1266
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_DnaStringComplement.html
1115
%%DATADIR%%/docs/FUNCTION.pos_Of_Max.html
1267
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_DnaStringReverse.html
1116
%%DATADIR%%/docs/FUNCTION.position.html
1268
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_DnaStringReverseComplement.html
1117
%%DATADIR%%/docs/FUNCTION.position_Range.html
1269
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_EditDistanceScoreTypedef.html
1118
%%DATADIR%%/docs/FUNCTION.position_Range_No_Clip.html
1270
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_IupacIterator.html
1119
%%DATADIR%%/docs/FUNCTION.position_To_Id.html
1271
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_IupacString.html
1120
%%DATADIR%%/docs/FUNCTION.prefix.html
1272
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_MyersUkkonen.html
1121
%%DATADIR%%/docs/FUNCTION.prepend_Value.html
1273
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_MyersUkkonenBanded.html
1122
%%DATADIR%%/docs/FUNCTION.prims_Algorithm.html
1274
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_MyersUkkonenGlobal.html
1123
%%DATADIR%%/docs/FUNCTION.print_Alignment.html
1275
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_MyersUkkonenGlobalBanded.html
1124
%%DATADIR%%/docs/FUNCTION.print_Debug_Level.html
1276
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Pam120.html
1125
%%DATADIR%%/docs/FUNCTION.progressive_Alignment.html
1277
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Pam200.html
1126
%%DATADIR%%/docs/FUNCTION.property.html
1278
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Pam250.html
1127
%%DATADIR%%/docs/FUNCTION.push.html
1279
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Pam40.html
1128
%%DATADIR%%/docs/FUNCTION.quality_Value.html
1280
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Peptide.html
1129
%%DATADIR%%/docs/FUNCTION.query_Name.html
1281
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_PeptideIterator.html
1130
%%DATADIR%%/docs/FUNCTION.query_Orientation_Plus.html
1282
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Rna5Iterator.html
1131
%%DATADIR%%/docs/FUNCTION.range.html
1283
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Rna5String.html
1132
%%DATADIR%%/docs/FUNCTION.rawsa_At.html
1284
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Rna5StringComplement.html
1133
%%DATADIR%%/docs/FUNCTION.rawtext_At.html
1285
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Rna5StringReverse.html
1134
%%DATADIR%%/docs/FUNCTION.re_Align.html
1286
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Rna5StringReverseComplement.html
1135
%%DATADIR%%/docs/FUNCTION.read.html
1287
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_RnaIterator.html
1136
%%DATADIR%%/docs/FUNCTION.read_At.html
1288
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_RnaString.html
1137
%%DATADIR%%/docs/FUNCTION.read_Feature.html
1289
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_RnaStringComplement.html
1138
%%DATADIR%%/docs/FUNCTION.read_Line_Type.html
1290
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_RnaStringReverse.html
1139
%%DATADIR%%/docs/FUNCTION.read_Meta.html
1291
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_RnaStringReverseComplement.html
1140
%%DATADIR%%/docs/FUNCTION.refresh.html
1292
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_SimpleScoreTypedef.html
1141
%%DATADIR%%/docs/FUNCTION.release_All.html
1293
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_TraceBack.html
1142
%%DATADIR%%/docs/FUNCTION.release_I_D.html
1294
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_UnicodeString.html
1143
%%DATADIR%%/docs/FUNCTION.release_Id.html
1295
%%PORTDOCS%%%%DOCSDIR%%/html/global_typedef_Vtml200.html
1144
%%DATADIR%%/docs/FUNCTION.remove_All_Children.html
1296
%%PORTDOCS%%%%DOCSDIR%%/html/group_AggregateTags.html
1145
%%DATADIR%%/docs/FUNCTION.remove_Child.html
1297
%%PORTDOCS%%%%DOCSDIR%%/html/group_AlignmentAlgorithmTags.html
1146
%%DATADIR%%/docs/FUNCTION.remove_Edge.html
1298
%%PORTDOCS%%%%DOCSDIR%%/html/group_AlignmentGraphCombinationTags.html
1147
%%DATADIR%%/docs/FUNCTION.remove_Gap.html
1299
%%PORTDOCS%%%%DOCSDIR%%/html/group_AlignmentGraphFormatTags.html
1148
%%DATADIR%%/docs/FUNCTION.remove_Gaps.html
1300
%%PORTDOCS%%%%DOCSDIR%%/html/group_AllocatorUsageTags.html
1149
%%DATADIR%%/docs/FUNCTION.remove_In_Edges.html
1301
%%PORTDOCS%%%%DOCSDIR%%/html/group_ApproximateFinderSearchTypeTags.html
1150
%%DATADIR%%/docs/FUNCTION.remove_Out_Edges.html
1302
%%PORTDOCS%%%%DOCSDIR%%/html/group_AssertMacros.html
1151
%%DATADIR%%/docs/FUNCTION.remove_Value_By_Id.html
1303
%%PORTDOCS%%%%DOCSDIR%%/html/group_AtomicPrimitives.html
1152
%%DATADIR%%/docs/FUNCTION.remove_Vertex.html
1304
%%PORTDOCS%%%%DOCSDIR%%/html/group_BamIOContextMemberTag.html
1153
%%DATADIR%%/docs/FUNCTION.rep_Length.html
1305
%%PORTDOCS%%%%DOCSDIR%%/html/group_BottomUp.html
1154
%%DATADIR%%/docs/FUNCTION.replace.html
1306
%%PORTDOCS%%%%DOCSDIR%%/html/group_CompressedSAFibres.html
1155
%%DATADIR%%/docs/FUNCTION.representative.html
1307
%%PORTDOCS%%%%DOCSDIR%%/html/group_ConceptChecking.html
1156
%%DATADIR%%/docs/FUNCTION.required_Arguments.html
1308
%%PORTDOCS%%%%DOCSDIR%%/html/group_ContainerIteratorTags.html
1157
%%DATADIR%%/docs/FUNCTION.reserve.html
1309
%%PORTDOCS%%%%DOCSDIR%%/html/group_DPBandSwitch.html
1158
%%DATADIR%%/docs/FUNCTION.resize.html
1310
%%PORTDOCS%%%%DOCSDIR%%/html/group_DeltaTypeTags.html
1159
%%DATADIR%%/docs/FUNCTION.resize_Edge_Map.html
1311
%%PORTDOCS%%%%DOCSDIR%%/html/group_DfiIndexFibres.html
1160
%%DATADIR%%/docs/FUNCTION.resize_Space.html
1312
%%PORTDOCS%%%%DOCSDIR%%/html/group_DfsOrder.html
1161
%%DATADIR%%/docs/FUNCTION.resize_Vertex_Map.html
1313
%%PORTDOCS%%%%DOCSDIR%%/html/group_DirectionTags.html
1162
%%DATADIR%%/docs/FUNCTION.reverse.html
1314
%%PORTDOCS%%%%DOCSDIR%%/html/group_DistanceCalculationTags.html
1163
%%DATADIR%%/docs/FUNCTION.reverse_Complement.html
1315
%%PORTDOCS%%%%DOCSDIR%%/html/group_EnableIfFunctionality.html
1164
%%DATADIR%%/docs/FUNCTION.rewind.html
1316
%%PORTDOCS%%%%DOCSDIR%%/html/group_ExceptionHandling.html
1165
%%DATADIR%%/docs/FUNCTION.right_Boundary.html
1317
%%PORTDOCS%%%%DOCSDIR%%/html/group_FMIndexCompressionSpec.html
1166
%%DATADIR%%/docs/FUNCTION.right_Diagonal.html
1318
%%PORTDOCS%%%%DOCSDIR%%/html/group_FMIndexFibres.html
1167
%%DATADIR%%/docs/FUNCTION.right_Dim0.html
1319
%%PORTDOCS%%%%DOCSDIR%%/html/group_FMIndexRankDictionarySpec.html
1168
%%DATADIR%%/docs/FUNCTION.right_Dim1.html
1320
%%PORTDOCS%%%%DOCSDIR%%/html/group_FileCompressionTags.html
1169
%%DATADIR%%/docs/FUNCTION.right_Position.html
1321
%%PORTDOCS%%%%DOCSDIR%%/html/group_FileFormats.html
1170
%%DATADIR%%/docs/FUNCTION.root.html
1322
%%PORTDOCS%%%%DOCSDIR%%/html/group_GapDirectionTags.html
1171
%%DATADIR%%/docs/FUNCTION.row.html
1323
%%PORTDOCS%%%%DOCSDIR%%/html/group_GapsSpecTag.html
1172
%%DATADIR%%/docs/FUNCTION.rows.html
1324
%%PORTDOCS%%%%DOCSDIR%%/html/group_GlobalChainingTags.html
1173
%%DATADIR%%/docs/FUNCTION.sa_At.html
1325
%%PORTDOCS%%%%DOCSDIR%%/html/group_GraphIteratorTags.html
1174
%%DATADIR%%/docs/FUNCTION.score.html
1326
%%PORTDOCS%%%%DOCSDIR%%/html/group_HmmAlgorithms.html
1175
%%DATADIR%%/docs/FUNCTION.score_Gap.html
1327
%%PORTDOCS%%%%DOCSDIR%%/html/group_IndexEsaFibres.html
1176
%%DATADIR%%/docs/FUNCTION.score_Gap_Extend.html
1328
%%PORTDOCS%%%%DOCSDIR%%/html/group_IndexFindAlgorithm.html
1177
%%DATADIR%%/docs/FUNCTION.score_Gap_Extend_Horizontal.html
1329
%%PORTDOCS%%%%DOCSDIR%%/html/group_IntervalTreeNodeTypeTags.html
1178
%%DATADIR%%/docs/FUNCTION.score_Gap_Extend_Vertical.html
1330
%%PORTDOCS%%%%DOCSDIR%%/html/group_JoinStrategiesTags.html
1179
%%DATADIR%%/docs/FUNCTION.score_Gap_Horizontal.html
1331
%%PORTDOCS%%%%DOCSDIR%%/html/group_LFTableFibres.html
1180
%%DATADIR%%/docs/FUNCTION.score_Gap_Open.html
1332
%%PORTDOCS%%%%DOCSDIR%%/html/group_LocalChainingTags.html
1181
%%DATADIR%%/docs/FUNCTION.score_Gap_Open_Horizontal.html
1333
%%PORTDOCS%%%%DOCSDIR%%/html/group_LogicMetaprogramming.html
1182
%%DATADIR%%/docs/FUNCTION.score_Gap_Open_Vertical.html
1334
%%PORTDOCS%%%%DOCSDIR%%/html/group_LogicalValuesTags.html
1183
%%DATADIR%%/docs/FUNCTION.score_Gap_Vertical.html
1335
%%PORTDOCS%%%%DOCSDIR%%/html/group_MetafunctionSwitch.html
1184
%%DATADIR%%/docs/FUNCTION.score_Limit.html
1336
%%PORTDOCS%%%%DOCSDIR%%/html/group_MetaprogrammingMath.html
1185
%%DATADIR%%/docs/FUNCTION.score_Match.html
1337
%%PORTDOCS%%%%DOCSDIR%%/html/group_MultipleSequenceAlignmentTags.html
1186
%%DATADIR%%/docs/FUNCTION.score_Mismatch.html
1338
%%PORTDOCS%%%%DOCSDIR%%/html/group_OpenAdressingTags.html
1187
%%DATADIR%%/docs/FUNCTION.score_Seed.html
1339
%%PORTDOCS%%%%DOCSDIR%%/html/group_OverflowStrategyTags.html
1188
%%DATADIR%%/docs/FUNCTION.scoring_Scheme.html
1340
%%PORTDOCS%%%%DOCSDIR%%/html/group_PairwiseLocalAlignmentAlgorithms.html
1189
%%DATADIR%%/docs/FUNCTION.seed_Score.html
1341
%%PORTDOCS%%%%DOCSDIR%%/html/group_ParallelismTags.html
1190
%%DATADIR%%/docs/FUNCTION.seek.html
1342
%%PORTDOCS%%%%DOCSDIR%%/html/group_PizzaChiliIndexFibres.html
1191
%%DATADIR%%/docs/FUNCTION.sequence_Id.html
1343
%%PORTDOCS%%%%DOCSDIR%%/html/group_PizzaChiliIndexTags.html
1192
%%DATADIR%%/docs/FUNCTION.set.html
1344
%%PORTDOCS%%%%DOCSDIR%%/html/group_PositionCalculation.html
1193
%%DATADIR%%/docs/FUNCTION.set_Begin.html
1345
%%PORTDOCS%%%%DOCSDIR%%/html/group_PrefixOrderTags.html
1194
%%DATADIR%%/docs/FUNCTION.set_Begin_Position.html
1346
%%PORTDOCS%%%%DOCSDIR%%/html/group_QGramIndexFibres.html
1195
%%DATADIR%%/docs/FUNCTION.set_Default_Score_Matrix.html
1347
%%PORTDOCS%%%%DOCSDIR%%/html/group_RankDictionaryFibres.html
1196
%%DATADIR%%/docs/FUNCTION.set_End.html
1348
%%PORTDOCS%%%%DOCSDIR%%/html/group_RankSupportBitStringFibres.html
1197
%%DATADIR%%/docs/FUNCTION.set_End_Position.html
1349
%%PORTDOCS%%%%DOCSDIR%%/html/group_RightArrayBinaryTreeFibres.html
1198
%%DATADIR%%/docs/FUNCTION.set_Eof.html
1350
%%PORTDOCS%%%%DOCSDIR%%/html/group_SeedExtensionTags.html
1199
%%DATADIR%%/docs/FUNCTION.set_Haystack.html
1351
%%PORTDOCS%%%%DOCSDIR%%/html/group_SegmentMatchGenerationTags.html
1200
%%DATADIR%%/docs/FUNCTION.set_Help_Text.html
1352
%%PORTDOCS%%%%DOCSDIR%%/html/group_SentinelRankDictionaryFibres.html
1201
%%DATADIR%%/docs/FUNCTION.set_Host.html
1353
%%PORTDOCS%%%%DOCSDIR%%/html/group_SortAlignedReadTags.html
1202
%%DATADIR%%/docs/FUNCTION.set_Left_Diagonal.html
1354
%%PORTDOCS%%%%DOCSDIR%%/html/group_SparseStringFibres.html
1203
%%DATADIR%%/docs/FUNCTION.set_Left_Dim0.html
1355
%%PORTDOCS%%%%DOCSDIR%%/html/group_StandardIntegers.html
1204
%%DATADIR%%/docs/FUNCTION.set_Left_Dim1.html
1356
%%PORTDOCS%%%%DOCSDIR%%/html/group_StreamFormats.html
1205
%%DATADIR%%/docs/FUNCTION.set_Left_Position.html
1357
%%PORTDOCS%%%%DOCSDIR%%/html/group_TestSystemMacros.html
1206
%%DATADIR%%/docs/FUNCTION.set_Long_Name.html
1358
%%PORTDOCS%%%%DOCSDIR%%/html/group_TopDown.html
1207
%%DATADIR%%/docs/FUNCTION.set_Maximum_Distance.html
1359
%%PORTDOCS%%%%DOCSDIR%%/html/group_UpgmaConfiguratorTags.html
1208
%%DATADIR%%/docs/FUNCTION.set_Needle.html
1360
%%PORTDOCS%%%%DOCSDIR%%/html/group_WOTDIndexFibres.html
1209
%%DATADIR%%/docs/FUNCTION.set_Option_Type.html
1361
%%PORTDOCS%%%%DOCSDIR%%/html/group_WaveletTreeFibres.html
1210
%%DATADIR%%/docs/FUNCTION.set_Position.html
1362
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_class.png
1211
%%DATADIR%%/docs/FUNCTION.set_Quality_Value.html
1363
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_concept.png
1212
%%DATADIR%%/docs/FUNCTION.set_Right_Diagonal.html
1364
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_enum.png
1213
%%DATADIR%%/docs/FUNCTION.set_Right_Dim0.html
1365
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_function.png
1214
%%DATADIR%%/docs/FUNCTION.set_Right_Dim1.html
1366
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_group.png
1215
%%DATADIR%%/docs/FUNCTION.set_Right_Position.html
1367
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_macro.png
1216
%%DATADIR%%/docs/FUNCTION.set_Score.html
1368
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_metafunction.png
1217
%%DATADIR%%/docs/FUNCTION.set_Score_Gap.html
1369
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_page.png
1218
%%DATADIR%%/docs/FUNCTION.set_Score_Gap_Extend.html
1370
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_tag.png
1219
%%DATADIR%%/docs/FUNCTION.set_Score_Gap_Open.html
1371
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_typedef.png
1220
%%DATADIR%%/docs/FUNCTION.set_Score_Limit.html
1372
%%PORTDOCS%%%%DOCSDIR%%/html/img/icon_variable.png
1221
%%DATADIR%%/docs/FUNCTION.set_Score_Match.html
1373
%%PORTDOCS%%%%DOCSDIR%%/html/img/list-small.png
1222
%%DATADIR%%/docs/FUNCTION.set_Score_Mismatch.html
1374
%%PORTDOCS%%%%DOCSDIR%%/html/img/list.pdf
1223
%%DATADIR%%/docs/FUNCTION.set_Scoring_Scheme.html
1375
%%PORTDOCS%%%%DOCSDIR%%/html/img/list.png
1224
%%DATADIR%%/docs/FUNCTION.set_Short_Name.html
1376
%%PORTDOCS%%%%DOCSDIR%%/html/img/seqan_logo.highres.png
1225
%%DATADIR%%/docs/FUNCTION.set_Source.html
1377
%%PORTDOCS%%%%DOCSDIR%%/html/img/seqan_logo.png
1226
%%DATADIR%%/docs/FUNCTION.set_Step_Size.html
1378
%%PORTDOCS%%%%DOCSDIR%%/html/img/seqan_strands.svg
1227
%%DATADIR%%/docs/FUNCTION.set_Strings.html
1379
%%PORTDOCS%%%%DOCSDIR%%/html/img/strands.png
1228
%%DATADIR%%/docs/FUNCTION.set_Value.html
1380
%%PORTDOCS%%%%DOCSDIR%%/html/include/seqan/index/shape_predefined.h
1229
%%DATADIR%%/docs/FUNCTION.shape_To_String.html
1381
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
1230
%%DATADIR%%/docs/FUNCTION.share_Resources.html
1382
%%PORTDOCS%%%%DOCSDIR%%/html/js/app.js
1231
%%DATADIR%%/docs/FUNCTION.short_Help.html
1383
%%PORTDOCS%%%%DOCSDIR%%/html/js/autocomplete.js
1232
%%DATADIR%%/docs/FUNCTION.short_Name.html
1384
%%PORTDOCS%%%%DOCSDIR%%/html/js/common.js
1233
%%DATADIR%%/docs/FUNCTION.shrink_To_Fit.html
1385
%%PORTDOCS%%%%DOCSDIR%%/html/js/full_list.js
1234
%%DATADIR%%/docs/FUNCTION.shuffle.html
1386
%%PORTDOCS%%%%DOCSDIR%%/html/js/jquery.js
1235
%%DATADIR%%/docs/FUNCTION.silent_Status.html
1387
%%PORTDOCS%%%%DOCSDIR%%/html/js/jquery.smooth-scroll.js
1236
%%DATADIR%%/docs/FUNCTION.size.html
1388
%%PORTDOCS%%%%DOCSDIR%%/html/js/lang_entities.js
1237
%%DATADIR%%/docs/FUNCTION.slow_Nj_Tree.html
1389
%%PORTDOCS%%%%DOCSDIR%%/html/js/less.min.js
1238
%%DATADIR%%/docs/FUNCTION.sort_Aligned_Reads.html
1390
%%PORTDOCS%%%%DOCSDIR%%/html/js/link.data.js
1239
%%DATADIR%%/docs/FUNCTION.source.html
1391
%%PORTDOCS%%%%DOCSDIR%%/html/js/rubydoc_custom.js
1240
%%DATADIR%%/docs/FUNCTION.source_Begin.html
1392
%%PORTDOCS%%%%DOCSDIR%%/html/js/search.data.js
1241
%%DATADIR%%/docs/FUNCTION.source_End.html
1393
%%PORTDOCS%%%%DOCSDIR%%/html/js/search.engine.js
1242
%%DATADIR%%/docs/FUNCTION.source_Length.html
1394
%%PORTDOCS%%%%DOCSDIR%%/html/js/version.js
1243
%%DATADIR%%/docs/FUNCTION.source_Segment.html
1395
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/3L.less
1244
%%DATADIR%%/docs/FUNCTION.source_Vertex.html
1396
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/CHANGELOG.md
1245
%%DATADIR%%/docs/FUNCTION.split.html
1397
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/LICENCES.md
1246
%%DATADIR%%/docs/FUNCTION.start_Diagonal.html
1398
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/assets/animations/animation1.less
1247
%%DATADIR%%/docs/FUNCTION.string_Set.html
1399
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/assets/animations/animation2.less
1248
%%DATADIR%%/docs/FUNCTION.string_Set_Limits.html
1400
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/assets/animations/animation3.less
1249
%%DATADIR%%/docs/FUNCTION.string_To_Shape.html
1401
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/assets/animations/animation4.less
1250
%%DATADIR%%/docs/FUNCTION.strongly_Connected_Components.html
1402
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/assets/animations/animation5.less
1251
%%DATADIR%%/docs/FUNCTION.suffix.html
1403
%%PORTDOCS%%%%DOCSDIR%%/html/lib/3L/assets/less.js
1252
%%DATADIR%%/docs/FUNCTION.sum.html
1404
%%PORTDOCS%%%%DOCSDIR%%/html/lib/README.md
1253
%%DATADIR%%/docs/FUNCTION.sum_Of_Pairs_Score.html
1405
%%PORTDOCS%%%%DOCSDIR%%/html/lib/ZeroClipboard/ZeroClipboard.min.js
1254
%%DATADIR%%/docs/FUNCTION.supremum_Value_Impl.html
1406
%%PORTDOCS%%%%DOCSDIR%%/html/lib/ZeroClipboard/ZeroClipboard.swf
1255
%%DATADIR%%/docs/FUNCTION.swap.html
1407
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/README.md
1256
%%DATADIR%%/docs/FUNCTION.sys_Time.html
1408
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/css/bootstrap-3.0.0.min.css
1257
%%DATADIR%%/docs/FUNCTION.target.html
1409
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/css/bootstrap-multiselect.css
1258
%%DATADIR%%/docs/FUNCTION.target_Vertex.html
1410
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/css/prettify.css
1259
%%DATADIR%%/docs/FUNCTION.tell.html
1411
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/custom.html
1260
%%DATADIR%%/docs/FUNCTION.text_At.html
1412
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/fonts/glyphicons-halflings-regular.eot
1261
%%DATADIR%%/docs/FUNCTION.to_C_String.html
1413
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/fonts/glyphicons-halflings-regular.svg
1262
%%DATADIR%%/docs/FUNCTION.to_Lower.html
1414
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/fonts/glyphicons-halflings-regular.ttf
1263
%%DATADIR%%/docs/FUNCTION.to_Source_Position.html
1415
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/fonts/glyphicons-halflings-regular.woff
1264
%%DATADIR%%/docs/FUNCTION.to_Upper.html
1416
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/index.html
1265
%%DATADIR%%/docs/FUNCTION.to_View_Position.html
1417
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/js/bootstrap-3.0.0.min.js
1266
%%DATADIR%%/docs/FUNCTION.topological_Sort.html
1418
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/js/bootstrap-multiselect.js
1267
%%DATADIR%%/docs/FUNCTION.transition_Probability.html
1419
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/js/jquery-2.0.3.min.js
1268
%%DATADIR%%/docs/FUNCTION.transitive_Closure.html
1420
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/js/knockout-2.3.0.js
1269
%%DATADIR%%/docs/FUNCTION.transpose.html
1421
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/js/prettify.js
1270
%%DATADIR%%/docs/FUNCTION.triplet_Library_Extension.html
1422
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/knockout-examples.html
1271
%%DATADIR%%/docs/FUNCTION.unlock_And_Free_Contig.html
1423
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/less/bootstrap-multiselect.less
1272
%%DATADIR%%/docs/FUNCTION.unlock_And_Free_Contigs.html
1424
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap-multiselect/tests.html
1273
%%DATADIR%%/docs/FUNCTION.unlock_Contig.html
1425
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/css/bootstrap.css
1274
%%DATADIR%%/docs/FUNCTION.unlock_Contigs.html
1426
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/css/bootstrap.min.css
1275
%%DATADIR%%/docs/FUNCTION.upgma_Tree.html
1427
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/fonts/glyphicons-halflings-regular.eot
1276
%%DATADIR%%/docs/FUNCTION.upper_Bound_Aligned_Reads.html
1428
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/fonts/glyphicons-halflings-regular.svg
1277
%%DATADIR%%/docs/FUNCTION.value.html
1429
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
1278
%%DATADIR%%/docs/FUNCTION.value_By_Id.html
1430
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/fonts/glyphicons-halflings-regular.woff
1279
%%DATADIR%%/docs/FUNCTION.value_Construct.html
1431
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/js/bootstrap.js
1280
%%DATADIR%%/docs/FUNCTION.value_Construct_Move.html
1432
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bootstrap/js/bootstrap.min.js
1281
%%DATADIR%%/docs/FUNCTION.value_Destruct.html
1433
%%PORTDOCS%%%%DOCSDIR%%/html/lib/bower.json
1282
%%DATADIR%%/docs/FUNCTION.variance.html
1434
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/css/font-awesome.css
1283
%%DATADIR%%/docs/FUNCTION.version.html
1435
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/css/font-awesome.min.css
1284
%%DATADIR%%/docs/FUNCTION.viterbi_Algorithm.html
1436
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/fonts/FontAwesome.otf
1285
%%DATADIR%%/docs/FUNCTION.wait_For.html
1437
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/fonts/fontawesome-webfont.eot
1286
%%DATADIR%%/docs/FUNCTION.weight.html
1438
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/fonts/fontawesome-webfont.svg
1287
%%DATADIR%%/docs/FUNCTION.window_Find_Begin.html
1439
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/fonts/fontawesome-webfont.ttf
1288
%%DATADIR%%/docs/FUNCTION.window_Find_End.html
1440
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/fonts/fontawesome-webfont.woff
1289
%%DATADIR%%/docs/FUNCTION.window_Find_Next.html
1441
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/bordered-pulled.less
1290
%%DATADIR%%/docs/FUNCTION.write.html
1442
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/core.less
1291
%%DATADIR%%/docs/FUNCTION.write_At.html
1443
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/fixed-width.less
1292
%%DATADIR%%/docs/FUNCTION.write_Contigs.html
1444
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/font-awesome.less
1293
%%DATADIR%%/docs/FUNCTION.zscore.html
1445
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/icons.less
1294
%%DATADIR%%/docs/FUNCTION_Allocator_23clear.html
1446
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/larger.less
1295
%%DATADIR%%/docs/FUNCTION_Automaton_23label.html
1447
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/list.less
1296
%%DATADIR%%/docs/FUNCTION_Blast_23get_Blast_Match_Score.html
1448
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/mixins.less
1297
%%DATADIR%%/docs/FUNCTION_Fileformat_23read.html
1449
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/path.less
1298
%%DATADIR%%/docs/FUNCTION_Fileformat_23write.html
1450
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/rotated-flipped.less
1299
%%DATADIR%%/docs/FUNCTION_Graph_23assign_Source.html
1451
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/spinning.less
1300
%%DATADIR%%/docs/FUNCTION_Graph_23is_Leaf.html
1452
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/stacked.less
1301
%%DATADIR%%/docs/FUNCTION_Graph_23is_Root.html
1453
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/less/variables.less
1302
%%DATADIR%%/docs/FUNCTION_Index_23is_Leaf.html
1454
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_bordered-pulled.scss
1303
%%DATADIR%%/docs/FUNCTION_Pipelining_23front.html
1455
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_core.scss
1304
%%DATADIR%%/docs/FUNCTION_Priority_Type_23pop.html
1456
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_fixed-width.scss
1305
%%DATADIR%%/docs/FUNCTION_Priority_Type_23push.html
1457
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_icons.scss
1306
%%DATADIR%%/docs/FUNCTION_Priority_Type_23top.html
1458
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_larger.scss
1307
%%DATADIR%%/docs/INDEXPAGE_Adaption.html
1459
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_list.scss
1308
%%DATADIR%%/docs/INDEXPAGE_Class.html
1460
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_mixins.scss
1309
%%DATADIR%%/docs/INDEXPAGE_Concept.html
1461
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_path.scss
1310
%%DATADIR%%/docs/INDEXPAGE_Demo.html
1462
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_rotated-flipped.scss
1311
%%DATADIR%%/docs/INDEXPAGE_Function.html
1463
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_spinning.scss
1312
%%DATADIR%%/docs/INDEXPAGE_Metafunction.html
1464
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_stacked.scss
1313
%%DATADIR%%/docs/INDEXPAGE_Shortcut.html
1465
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/_variables.scss
1314
%%DATADIR%%/docs/INDEXPAGE_Spec.html
1466
%%PORTDOCS%%%%DOCSDIR%%/html/lib/font-awesome/scss/font-awesome.scss
1315
%%DATADIR%%/docs/INDEXPAGE_Tag.html
1467
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/LICENSE-GPL
1316
%%DATADIR%%/docs/INDEX_Adaption.html
1468
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/LICENSE-MIT
1317
%%DATADIR%%/docs/INDEX_Class.html
1469
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/README.markdown
1318
%%DATADIR%%/docs/INDEX_Class_Aggregates.html
1470
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/files/jquery-ba-bbq-js.html
1319
%%DATADIR%%/docs/INDEX_Class_Alignments.html
1471
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/index.html
1320
%%DATADIR%%/docs/INDEX_Class_Basic.html
1472
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/index/Events.html
1321
%%DATADIR%%/docs/INDEX_Class_Blast.html
1473
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/index/Files.html
1322
%%DATADIR%%/docs/INDEX_Class_Fragment+_Store.html
1474
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/index/Functions.html
1323
%%DATADIR%%/docs/INDEX_Class_Graph.html
1475
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/index/General.html
1324
%%DATADIR%%/docs/INDEX_Class_Index.html
1476
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/index/Properties.html
1325
%%DATADIR%%/docs/INDEX_Class_Input_2f_Output.html
1477
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/javascript/main.js
1326
%%DATADIR%%/docs/INDEX_Class_Map.html
1478
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/javascript/searchdata.js
1327
%%DATADIR%%/docs/INDEX_Class_Markov_Model.html
1479
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/ClassHierarchy.nd
1328
%%DATADIR%%/docs/INDEX_Class_Miscellaneous.html
1480
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/ConfigFileInfo.nd
1329
%%DATADIR%%/docs/INDEX_Class_Modifier.html
1481
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/FileInfo.nd
1330
%%DATADIR%%/docs/INDEX_Class_Motif+_Search.html
1482
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/ImageFileInfo.nd
1331
%%DATADIR%%/docs/INDEX_Class_Pipelining.html
1483
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/ImageReferenceTable.nd
1332
%%DATADIR%%/docs/INDEX_Class_Random.html
1484
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/IndexInfo.nd
1333
%%DATADIR%%/docs/INDEX_Class_Searching.html
1485
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/PreviousMenuState.nd
1334
%%DATADIR%%/docs/INDEX_Class_Seed+_Handling.html
1486
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/PreviousSettings.nd
1335
%%DATADIR%%/docs/INDEX_Class_Sequences.html
1487
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Data/SymbolTable.nd
1336
%%DATADIR%%/docs/INDEX_Concept.html
1488
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Languages.txt
1337
%%DATADIR%%/docs/INDEX_Demo.html
1489
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Menu.txt
1338
%%DATADIR%%/docs/INDEX_Demo_Basics.html
1490
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/nd/Topics.txt
1339
%%DATADIR%%/docs/INDEX_Demo_Graph.html
1491
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/EventsH.html
1340
%%DATADIR%%/docs/INDEX_Demo_Index.html
1492
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FilesJ.html
1341
%%DATADIR%%/docs/INDEX_Demo_Miscellaneous.html
1493
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsA.html
1342
%%DATADIR%%/docs/INDEX_Demo_Modifier.html
1494
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsD.html
1343
%%DATADIR%%/docs/INDEX_Demo_Motif+_Search.html
1495
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsE.html
1344
%%DATADIR%%/docs/INDEX_Demo_Searching.html
1496
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsF.html
1345
%%DATADIR%%/docs/INDEX_Demo_System.html
1497
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsG.html
1346
%%DATADIR%%/docs/INDEX_Function.html
1498
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsH.html
1347
%%DATADIR%%/docs/INDEX_Function.sequences.html
1499
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsN.html
1348
%%DATADIR%%/docs/INDEX_Function_Alignments.html
1500
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsP.html
1349
%%DATADIR%%/docs/INDEX_Function_Alphabets.html
1501
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsQ.html
1350
%%DATADIR%%/docs/INDEX_Function_Array+_Handling.html
1502
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsR.html
1351
%%DATADIR%%/docs/INDEX_Function_Atomic+_Operations.html
1503
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/FunctionsS.html
1352
%%DATADIR%%/docs/INDEX_Function_Blast.html
1504
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralA.html
1353
%%DATADIR%%/docs/INDEX_Function_Chaining.html
1505
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralD.html
1354
%%DATADIR%%/docs/INDEX_Function_Class._Align.html
1506
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralE.html
1355
%%DATADIR%%/docs/INDEX_Function_Class.html
1507
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralF.html
1356
%%DATADIR%%/docs/INDEX_Function_Comparisons.html
1508
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralG.html
1357
%%DATADIR%%/docs/INDEX_Function_Containers.html
1509
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralH.html
1358
%%DATADIR%%/docs/INDEX_Function_Content+_Manipulation.html
1510
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralJ.html
1359
%%DATADIR%%/docs/INDEX_Function_Dependent+_Objects.html
1511
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralK.html
1360
%%DATADIR%%/docs/INDEX_Function_Fragment+_Store.html
1512
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralL.html
1361
%%DATADIR%%/docs/INDEX_Function_Graph.html
1513
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralN.html
1362
%%DATADIR%%/docs/INDEX_Function_Index.html
1514
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralP.html
1363
%%DATADIR%%/docs/INDEX_Function_Input_2f_Output.html
1515
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralQ.html
1364
%%DATADIR%%/docs/INDEX_Function_Iteration.html
1516
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralR.html
1365
%%DATADIR%%/docs/INDEX_Function_Map.html
1517
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/GeneralS.html
1366
%%DATADIR%%/docs/INDEX_Function_Memory.html
1518
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/NoResults.html
1367
%%DATADIR%%/docs/INDEX_Function_Misc.html
1519
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/PropertiesD.html
1368
%%DATADIR%%/docs/INDEX_Function_Miscellaneous.html
1520
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/search/PropertiesS.html
1369
%%DATADIR%%/docs/INDEX_Function_Miscellaneous_3a.html
1521
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/styles/1.css
1370
%%DATADIR%%/docs/INDEX_Function_Modifier.html
1522
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/styles/2.css
1371
%%DATADIR%%/docs/INDEX_Function_Modifiers.html
1523
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/docs/styles/main.css
1372
%%DATADIR%%/docs/INDEX_Function_Motif+_Search.html
1524
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/config.php
1373
%%DATADIR%%/docs/INDEX_Function_Pipelining.html
1525
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/deparam/index.php
1374
%%DATADIR%%/docs/INDEX_Function_Random.html
1526
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/donate.gif
1375
%%DATADIR%%/docs/INDEX_Function_Scoring.html
1527
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/bbq.jpg
1376
%%DATADIR%%/docs/INDEX_Function_Searching.html
1528
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/burger.html
1377
%%DATADIR%%/docs/INDEX_Function_Seed+_Handling.html
1529
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/burger.jpg
1378
%%DATADIR%%/docs/INDEX_Function_Sequences.html
1530
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/chicken.html
1379
%%DATADIR%%/docs/INDEX_Metafunction.html
1531
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/chicken.jpg
1380
%%DATADIR%%/docs/INDEX_Metafunction_Basic.html
1532
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/index.php
1381
%%DATADIR%%/docs/INDEX_Metafunction_Index.html
1533
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/kebabs.html
1382
%%DATADIR%%/docs/INDEX_Metafunction_Map.html
1534
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/kebabs.jpg
1383
%%DATADIR%%/docs/INDEX_Metafunction_Miscellaneous.html
1535
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/kielbasa.html
1384
%%DATADIR%%/docs/INDEX_Metafunction_Searching.html
1536
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/kielbasa.jpg
1385
%%DATADIR%%/docs/INDEX_Metafunction_Sequences.html
1537
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/ribs.html
1386
%%DATADIR%%/docs/INDEX_Page.html
1538
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/ribs.jpg
1387
%%DATADIR%%/docs/INDEX_Shortcut.html
1539
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/steak.html
1388
%%DATADIR%%/docs/INDEX_Shortcut_Input_2f_Output.html
1540
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-advanced/steak.jpg
1389
%%DATADIR%%/docs/INDEX_Shortcut_Iterators.html
1541
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/XMLpage.php
1390
%%DATADIR%%/docs/INDEX_Shortcut_Modifier.html
1542
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/bbq.jpg
1391
%%DATADIR%%/docs/INDEX_Shortcut_Pattern+_Matching.html
1543
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/burger.jpg
1392
%%DATADIR%%/docs/INDEX_Shortcut_Scoring.html
1544
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/chicken.jpg
1393
%%DATADIR%%/docs/INDEX_Shortcut_Strings.html
1545
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/index.php
1394
%%DATADIR%%/docs/INDEX_Spec.html
1546
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/kebabs.jpg
1395
%%DATADIR%%/docs/INDEX_Spec_Aggregates.html
1547
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/kielbasa.jpg
1396
%%DATADIR%%/docs/INDEX_Spec_Alignments.html
1548
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/page.php
1397
%%DATADIR%%/docs/INDEX_Spec_Allocators.html
1549
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/pages.xml
1398
%%DATADIR%%/docs/INDEX_Spec_Alphabets.html
1550
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/ribs.jpg
1399
%%DATADIR%%/docs/INDEX_Spec_Blast.html
1551
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-ajax-crawlable/steak.jpg
1400
%%DATADIR%%/docs/INDEX_Spec_Chaining.html
1552
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/bbq.jpg
1401
%%DATADIR%%/docs/INDEX_Spec_Files.html
1553
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/burger.html
1402
%%DATADIR%%/docs/INDEX_Spec_Graph.html
1554
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/burger.jpg
1403
%%DATADIR%%/docs/INDEX_Spec_Holders.html
1555
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/chicken.html
1404
%%DATADIR%%/docs/INDEX_Spec_Index.html
1556
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/chicken.jpg
1405
%%DATADIR%%/docs/INDEX_Spec_Iterators.html
1557
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/index.php
1406
%%DATADIR%%/docs/INDEX_Spec_Map.html
1558
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/kebabs.html
1407
%%DATADIR%%/docs/INDEX_Spec_Miscellaneous.html
1559
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/kebabs.jpg
1408
%%DATADIR%%/docs/INDEX_Spec_Modifier.html
1560
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/kielbasa.html
1409
%%DATADIR%%/docs/INDEX_Spec_Motif+_Search.html
1561
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/kielbasa.jpg
1410
%%DATADIR%%/docs/INDEX_Spec_Pattern+_Matching.html
1562
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/ribs.html
1411
%%DATADIR%%/docs/INDEX_Spec_Pipelining.html
1563
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/ribs.jpg
1412
%%DATADIR%%/docs/INDEX_Spec_Proxies.html
1564
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/steak.html
1413
%%DATADIR%%/docs/INDEX_Spec_Random.html
1565
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-basic/steak.jpg
1414
%%DATADIR%%/docs/INDEX_Spec_Scoring.html
1566
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/bbq.jpg
1415
%%DATADIR%%/docs/INDEX_Spec_Searching.html
1567
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/burger.jpg
1416
%%DATADIR%%/docs/INDEX_Spec_Seed+_Handling.html
1568
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/chicken.jpg
1417
%%DATADIR%%/docs/INDEX_Spec_Segments.html
1569
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/index.php
1418
%%DATADIR%%/docs/INDEX_Spec_Sequences.html
1570
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/kebabs.jpg
1419
%%DATADIR%%/docs/INDEX_Spec_Strings.html
1571
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/kielbasa.jpg
1420
%%DATADIR%%/docs/INDEX_Tag.html
1572
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/ribs.jpg
1421
%%DATADIR%%/docs/INDEX_Tag_Fragment+_Store.html
1573
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/fragment-jquery-ui-tabs/steak.jpg
1422
%%DATADIR%%/docs/INDEX_Tag_Index.html
1574
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/index.css
1423
%%DATADIR%%/docs/INDEX_Tag_Miscellaneous.html
1575
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/examples/index.php
1424
%%DATADIR%%/docs/INDEX_Tag_Motif+_Search.html
1576
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/jquery.ba-bbq.js
1425
%%DATADIR%%/docs/INDEX_Tag_Random.html
1577
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/jquery.ba-bbq.min.js
1426
%%DATADIR%%/docs/INDEX_Tag_Scoring.html
1578
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/LGPLv3.txt
1427
%%DATADIR%%/docs/INDEX_Tag_Searching.html
1579
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/clipboard.swf
1428
%%DATADIR%%/docs/INDEX_Tag_Seed+_Handling.html
1580
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushAS3.js
1429
%%DATADIR%%/docs/INDEX_Tag_Strings.html
1581
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushBash.js
1430
%%DATADIR%%/docs/MEMFUNC.~_Holder.html
1582
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushCSharp.js
1431
%%DATADIR%%/docs/MEMFUNC_Adaptor_Iterator_23_Iter.html
1583
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushCpp.js
1432
%%DATADIR%%/docs/MEMFUNC_Align_Quality_Store_Element_23_Align_Quality_Store_Element.html
1584
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushCss.js
1433
%%DATADIR%%/docs/MEMFUNC_Aligned_Read_Store_Element_23_Aligned_Read_Store_Element.html
1585
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushDelphi.js
1434
%%DATADIR%%/docs/MEMFUNC_Bottom_Up+_Iterator_23_Iterator.html
1586
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushDiff.js
1435
%%DATADIR%%/docs/MEMFUNC_Chained_Seed_23_Seed.html
1587
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushGroovy.js
1436
%%DATADIR%%/docs/MEMFUNC_Command_Line_Option_23_Command_Line_Option.html
1588
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushJScript.js
1437
%%DATADIR%%/docs/MEMFUNC_Command_Line_Parser_23_Command_Line_Parser.html
1589
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushJava.js
1438
%%DATADIR%%/docs/MEMFUNC_Concat_Virtual+_Iterator_23_Iter.html
1590
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushJavaFX.js
1439
%%DATADIR%%/docs/MEMFUNC_Concatenator_Many_To_One_23_Concatenator_Many_To_One.html
1591
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushPerl.js
1440
%%DATADIR%%/docs/MEMFUNC_Contig_Store_Element_23_Contig_Store_Element.html
1592
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushPhp.js
1441
%%DATADIR%%/docs/MEMFUNC_Ext_String_23_String.html
1593
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushPlain.js
1442
%%DATADIR%%/docs/MEMFUNC_Filter_23_Pipe.html
1594
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushPowerShell.js
1443
%%DATADIR%%/docs/MEMFUNC_Finder_23_Finder.html
1595
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushPython.js
1444
%%DATADIR%%/docs/MEMFUNC_Fragment_23_Fragment.html
1596
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushRuby.js
1445
%%DATADIR%%/docs/MEMFUNC_Gap_Anchor_23_Gap_Anchor.html
1597
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushScala.js
1446
%%DATADIR%%/docs/MEMFUNC_Gaps_23_Gaps.html
1598
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushSql.js
1447
%%DATADIR%%/docs/MEMFUNC_Generic_Shape_23_Shape.html
1599
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushVb.js
1448
%%DATADIR%%/docs/MEMFUNC_Geometric+_Pdf_23_Pdf.html
1600
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shBrushXml.js
1449
%%DATADIR%%/docs/MEMFUNC_Holder.html
1601
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shCore.js
1450
%%DATADIR%%/docs/MEMFUNC_Infix_Segment_23_Segment.html
1602
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/scripts/shLegacy.js
1451
%%DATADIR%%/docs/MEMFUNC_Interval_And_Cargo_23_Interval_And_Cargo.html
1603
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/src/shCore.js
1452
%%DATADIR%%/docs/MEMFUNC_Interval_Tree_23_Interval_Tree.html
1604
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/src/shLegacy.js
1453
%%DATADIR%%/docs/MEMFUNC_Interval_Tree_Node_23_Interval_Tree_Node.html
1605
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/help.png
1454
%%DATADIR%%/docs/MEMFUNC_Library_Store_Element_23_Library_Store_Element.html
1606
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/magnifier.png
1455
%%DATADIR%%/docs/MEMFUNC_Local_Alignment_Finder_23_Local_Alignment_Finder.html
1607
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/page_white_code.png
1456
%%DATADIR%%/docs/MEMFUNC_Log-_Normal+_Pdf_23_Pdf.html
1608
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/page_white_copy.png
1457
%%DATADIR%%/docs/MEMFUNC_Markov_Model_23_Markov_Model.html
1609
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/printer.png
1458
%%DATADIR%%/docs/MEMFUNC_Markov_Model_23build.html
1610
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/shCore.css
1459
%%DATADIR%%/docs/MEMFUNC_Markov_Model_23emitted_Probability.html
1611
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/shThemeDefault.css
1460
%%DATADIR%%/docs/MEMFUNC_Markov_Model_23read.html
1612
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/shThemeDjango.css
1461
%%DATADIR%%/docs/MEMFUNC_Markov_Model_23set.html
1613
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/shThemeEmacs.css
1462
%%DATADIR%%/docs/MEMFUNC_Markov_Model_23write.html
1614
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/shThemeFadeToGrey.css
1463
%%DATADIR%%/docs/MEMFUNC_Mate_Pair_Store_Element_23_Mate_Pair_Store_Element.html
1615
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/shThemeMidnight.css
1464
%%DATADIR%%/docs/MEMFUNC_Max_Repeats+_Iterator_23_Iterator.html
1616
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/shThemeRDark.css
1465
%%DATADIR%%/docs/MEMFUNC_Mersenne+_Twister+_Rng_23_Rng.html
1617
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/styles/wrapping.png
1466
%%DATADIR%%/docs/MEMFUNC_Multi_Mems+_Iterator_23_Iterator.html
1618
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/SyntaxHighlighter/test.html
1467
%%DATADIR%%/docs/MEMFUNC_Mums+_Iterator_23_Iterator.html
1619
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/ba-debug.js
1468
%%DATADIR%%/docs/MEMFUNC_Namer_23_Pipe.html
1620
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-1.3.2.js
1469
%%DATADIR%%/docs/MEMFUNC_Normal+_Pdf_23_Pdf.html
1621
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-1.4.1.js
1470
%%DATADIR%%/docs/MEMFUNC_One_Gapped_Shape_23_Shape.html
1622
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-1.4.2.js
1471
%%DATADIR%%/docs/MEMFUNC_Pair_23_Pair.html
1623
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/cowboy_hat.png
1472
%%DATADIR%%/docs/MEMFUNC_Pipe_23_Pipe.html
1624
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_diagonals-medium_18_b81900_40x40.png
1473
%%DATADIR%%/docs/MEMFUNC_Point_And_Cargo_23_Point_And_Cargo.html
1625
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_diagonals-medium_20_FF7F00_40x40.png
1474
%%DATADIR%%/docs/MEMFUNC_Position_Iterator_23_Iter.html
1626
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_diagonals-small_35_FF7F00_40x40.png
1475
%%DATADIR%%/docs/MEMFUNC_Prefix_Segment_23_Segment.html
1627
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_flat_10_000000_40x100.png
1476
%%DATADIR%%/docs/MEMFUNC_Read_Store_Element_23_Read_Store_Element.html
1628
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_highlight-soft_100_FDEBDC_1x100.png
1477
%%DATADIR%%/docs/MEMFUNC_Rng+_Functor_23_Rng.html
1629
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_highlight-soft_100_FFD6AF_1x100.png
1478
%%DATADIR%%/docs/MEMFUNC_Rng_23operator_28_29.html
1630
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_highlight-soft_100_dddddd_1x100.png
1479
%%DATADIR%%/docs/MEMFUNC_Score+_Matrix_23_Score.html
1631
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_highlight-soft_75_C4884F_1x100.png
1480
%%DATADIR%%/docs/MEMFUNC_Score_23_Score.html
1632
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-bg_inset-soft_100_dddddd_1x100.png
1481
%%DATADIR%%/docs/MEMFUNC_Seed_Set_23_Seed_Set.html
1633
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-icons_222222_256x240.png
1482
%%DATADIR%%/docs/MEMFUNC_Shape_23_Shape.html
1634
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-icons_228ef1_256x240.png
1483
%%DATADIR%%/docs/MEMFUNC_Simple_Seed_23_Seed.html
1635
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-icons_333333_256x240.png
1484
%%DATADIR%%/docs/MEMFUNC_Simple_Shape_23_Shape.html
1636
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-icons_913D00_256x240.png
1485
%%DATADIR%%/docs/MEMFUNC_Suffix_Segment_23_Segment.html
1637
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-icons_FF7F00_256x240.png
1486
%%DATADIR%%/docs/MEMFUNC_Super_Max_Repeats+_Iterator_23_Iterator.html
1638
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-icons_ffd27a_256x240.png
1487
%%DATADIR%%/docs/MEMFUNC_Super_Max_Repeats_Fast+_Iterator_23_Iterator.html
1639
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/images/ui-icons_ffffff_256x240.png
1488
%%DATADIR%%/docs/MEMFUNC_To_Std_Allocator.html
1640
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/css/benalman/jquery-ui-1.7.2.css
1489
%%DATADIR%%/docs/MEMFUNC_Top_Down+_Iterator_23_Iterator.html
1641
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/jquery-ui-1.7.2/js/jquery-ui-1.7.2.js
1490
%%DATADIR%%/docs/MEMFUNC_Top_Down_History+_Iterator_23_Iterator.html
1642
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/json2.js
1491
%%DATADIR%%/docs/MEMFUNC_Triple_23_Triple.html
1643
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/json_echo.php
1492
%%DATADIR%%/docs/MEMVAR_Align_Quality_Store_Element_23errors.html
1644
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/shared/qunit.js
1493
%%DATADIR%%/docs/MEMVAR_Align_Quality_Store_Element_23pair_Score.html
1645
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/unit/ie7-compat.html
1494
%%DATADIR%%/docs/MEMVAR_Align_Quality_Store_Element_23score.html
1646
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/unit/index.html
1495
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Layout_23contig_Rows.html
1647
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/unit/jquery-1.3.2.html
1496
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23_I_N_V_A_L_I_D___I_D.html
1648
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/unit/jquery-1.4.1.html
1497
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23begin_Pos.html
1649
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/unit/qunit.css
1498
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23contig_Id.html
1650
%%PORTDOCS%%%%DOCSDIR%%/html/lib/jquery-bbq/unit/unit.js
1499
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23end_Pos.html
1651
%%PORTDOCS%%%%DOCSDIR%%/html/lib/styles.less
1500
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23gaps.html
1652
%%PORTDOCS%%%%DOCSDIR%%/html/list.html
1501
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23id.html
1653
%%PORTDOCS%%%%DOCSDIR%%/html/macro_PLATFORM_95CUDA.html
1502
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23pair_Match_Id.html
1654
%%PORTDOCS%%%%DOCSDIR%%/html/macro_PLATFORM_95GCC.html
1503
%%DATADIR%%/docs/MEMVAR_Aligned_Read_Store_Element_23read_Id.html
1655
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95DEVICE.html
1504
%%DATADIR%%/docs/MEMVAR_Bundle2_23in1.html
1656
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95ENABLE_95PARALLELISM.html
1505
%%DATADIR%%/docs/MEMVAR_Bundle2_23in2.html
1657
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95GLOBAL.html
1506
%%DATADIR%%/docs/MEMVAR_Bundle3_23in1.html
1658
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95HAS_95BZIP2.html
1507
%%DATADIR%%/docs/MEMVAR_Bundle3_23in2.html
1659
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95HAS_95ZLIB.html
1508
%%DATADIR%%/docs/MEMVAR_Bundle3_23in3.html
1660
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95HOST.html
1509
%%DATADIR%%/docs/MEMVAR_Bundle5_23in1.html
1661
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95HOST_95DEVICE.html
1510
%%DATADIR%%/docs/MEMVAR_Bundle5_23in2.html
1662
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95IS_9532_95BIT.html
1511
%%DATADIR%%/docs/MEMVAR_Bundle5_23in3.html
1663
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95IS_9564_95BIT.html
1512
%%DATADIR%%/docs/MEMVAR_Bundle5_23in4.html
1664
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95OMP_95PRAGMA.html
1513
%%DATADIR%%/docs/MEMVAR_Bundle5_23in5.html
1665
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95PATH_95TO_95ROOT.html
1514
%%DATADIR%%/docs/MEMVAR_Concat_Direct_23concat.html
1666
%%PORTDOCS%%%%DOCSDIR%%/html/macro_SEQAN_95TEMP_95FILENAME.html
1515
%%DATADIR%%/docs/MEMVAR_Contig_File_23file_Name.html
1667
%%PORTDOCS%%%%DOCSDIR%%/html/page_DemoConstraintIterator.html
1516
%%DATADIR%%/docs/MEMVAR_Contig_File_23first_Contig_Id.html
1668
%%PORTDOCS%%%%DOCSDIR%%/html/page_DemoIndexCountChildren.html
1517
%%DATADIR%%/docs/MEMVAR_Contig_File_23format.html
1669
%%PORTDOCS%%%%DOCSDIR%%/html/page_DemoMaximalRepeats.html
1518
%%DATADIR%%/docs/MEMVAR_Contig_Store_Element_23_I_N_V_A_L_I_D___I_D.html
1670
%%PORTDOCS%%%%DOCSDIR%%/html/page_DemoMaximalUniqueMatches.html
1519
%%DATADIR%%/docs/MEMVAR_Contig_Store_Element_23file_Begin_Pos.html
1671
%%PORTDOCS%%%%DOCSDIR%%/html/page_DemoMummy.html
1520
%%DATADIR%%/docs/MEMVAR_Contig_Store_Element_23file_End_Pos.html
1672
%%PORTDOCS%%%%DOCSDIR%%/html/page_DemoSuffixArray.html
1521
%%DATADIR%%/docs/MEMVAR_Contig_Store_Element_23file_Id.html
1673
%%PORTDOCS%%%%DOCSDIR%%/html/page_DemoSupermaximalRepeats.html
1522
%%DATADIR%%/docs/MEMVAR_Contig_Store_Element_23gaps.html
1674
%%PORTDOCS%%%%DOCSDIR%%/html/page_LanguageEntities.html
1523
%%DATADIR%%/docs/MEMVAR_Contig_Store_Element_23seq.html
1675
%%PORTDOCS%%%%DOCSDIR%%/html/page_mainpage.html
1524
%%DATADIR%%/docs/MEMVAR_Contig_Store_Element_23usage.html
1676
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AbndmAlgoPattern.html
1525
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23align_Quality_Store.html
1677
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AdaptorIterator.html
1526
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23aligned_Read_Store.html
1678
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AdjacencyIterator.html
1527
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23aligned_Read_Tag_Store.html
1679
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AhoCorasickPattern.html
1528
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23annotation_Name_Store.html
1680
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AlignColIterator.html
1529
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23annotation_Store.html
1681
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AlignmentGraph.html
1530
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23contig_File_Store.html
1682
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AllocString.html
1531
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23contig_Name_Store.html
1683
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AminoAcid.html
1532
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23contig_Store.html
1684
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AnchorGaps.html
1533
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23library_Name_Store.html
1685
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AnnotationTreeIterator.html
1534
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23library_Store.html
1686
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ArgParseOption.html
1535
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23mate_Pair_Name_Store.html
1687
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ArrayGaps.html
1536
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23mate_Pair_Store.html
1688
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ArrayString.html
1537
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23read_Name_Store.html
1689
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AsyncFile.html
1538
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23read_Seq_Store.html
1690
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AutoSeqFormat.html
1539
%%DATADIR%%/docs/MEMVAR_Fragment_Store_23read_Store.html
1691
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Automaton.html
1540
%%DATADIR%%/docs/MEMVAR_Gap_Anchor_23gap_Pos.html
1692
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_AverageAccumulator.html
1541
%%DATADIR%%/docs/MEMVAR_Gap_Anchor_23seq_Pos.html
1693
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BadLexicalCast.html
1542
%%DATADIR%%/docs/MEMVAR_Interval_And_Cargo_23cargo.html
1694
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BaiBamIndex.html
1543
%%DATADIR%%/docs/MEMVAR_Interval_And_Cargo_23i1.html
1695
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BamFileIn.html
1544
%%DATADIR%%/docs/MEMVAR_Interval_And_Cargo_23i2.html
1696
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BamFileOut.html
1545
%%DATADIR%%/docs/MEMVAR_Interval_Tree_Node_23center.html
1697
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BandedLocalAlignmentEnumerator.html
1546
%%DATADIR%%/docs/MEMVAR_Interval_Tree_Node_23list1.html
1698
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Bed12Record.html
1547
%%DATADIR%%/docs/MEMVAR_Interval_Tree_Node_23list2.html
1699
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Bed3Record.html
1548
%%DATADIR%%/docs/MEMVAR_Library_Store_Element_23mean.html
1700
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Bed4Record.html
1549
%%DATADIR%%/docs/MEMVAR_Library_Store_Element_23std.html
1701
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Bed5Record.html
1550
%%DATADIR%%/docs/MEMVAR_Markov_Model_23order.html
1702
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Bed6Record.html
1551
%%DATADIR%%/docs/MEMVAR_Markov_Model_23stationary_Distribution.html
1703
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BedFileIn.html
1552
%%DATADIR%%/docs/MEMVAR_Markov_Model_23transition.html
1704
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BedFileOut.html
1553
%%DATADIR%%/docs/MEMVAR_Mate_Pair_Store_Element_23_I_N_V_A_L_I_D___I_D.html
1705
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BfamPattern.html
1554
%%DATADIR%%/docs/MEMVAR_Mate_Pair_Store_Element_23lib_Id.html
1706
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BfsIterator.html
1555
%%DATADIR%%/docs/MEMVAR_Mate_Pair_Store_Element_23read_Id[2].html
1707
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BitPackedPair.html
1556
%%DATADIR%%/docs/MEMVAR_Name_Store_Cache_23_Name_Store_Cache.html
1708
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BitPackedTuple.html
1557
%%DATADIR%%/docs/MEMVAR_Open_Addressing_23alpha.html
1709
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BlastReportFileOut.html
1558
%%DATADIR%%/docs/MEMVAR_Pair_23i1.html
1710
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BlastTabularFileIn.html
1559
%%DATADIR%%/docs/MEMVAR_Pair_23i2.html
1711
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BlastTabularFileOut.html
1560
%%DATADIR%%/docs/MEMVAR_Point_And_Cargo_23cargo.html
1712
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BlockString.html
1561
%%DATADIR%%/docs/MEMVAR_Point_And_Cargo_23point.html
1713
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BndmAlgoPattern.html
1562
%%DATADIR%%/docs/MEMVAR_Read_Store_Element_23_I_N_V_A_L_I_D___I_D.html
1714
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_BottomUpIterator.html
1563
%%DATADIR%%/docs/MEMVAR_Read_Store_Element_23mate_Pair_Id.html
1715
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_CStyleString.html
1564
%%DATADIR%%/docs/MEMVAR_Tag_Selector_23tag_Id.html
1716
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Caster.html
1565
%%DATADIR%%/docs/MEMVAR_Triple_23i1.html
1717
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ChainedSeed.html
1566
%%DATADIR%%/docs/MEMVAR_Triple_23i2.html
1718
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ConcatDirectStringSet.html
1567
%%DATADIR%%/docs/MEMVAR_Triple_23i3.html
1719
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ConcatVirtualIterator.html
1568
%%DATADIR%%/docs/METAFUNCTION_Allows_Fast_Random_Access.html
1720
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ConcurrentSuspendableQueue.html
1569
%%DATADIR%%/docs/METAFUNCTION_Alphabet.html
1721
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Counter.html
1570
%%DATADIR%%/docs/METAFUNCTION_Bits_Per_Value.html
1722
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_CountingIdManager.html
1571
%%DATADIR%%/docs/METAFUNCTION_Bytes_Per_Value.html
1723
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_D2AFScore.html
1572
%%DATADIR%%/docs/METAFUNCTION_Cargo.html
1724
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_D2StarAFScore.html
1573
%%DATADIR%%/docs/METAFUNCTION_Col.html
1725
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_D2zAFScore.html
1574
%%DATADIR%%/docs/METAFUNCTION_Cols.html
1726
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_DPSearchPattern.html
1575
%%DATADIR%%/docs/METAFUNCTION_Comparator.html
1727
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_DeltaMapIterator.html
1576
%%DATADIR%%/docs/METAFUNCTION_Compare_Type.html
1728
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_DependentStringSet.html
1577
%%DATADIR%%/docs/METAFUNCTION_Concatenator.html
1729
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_DfsPreorderIterator.html
1578
%%DATADIR%%/docs/METAFUNCTION_Container.html
1730
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_DirectedGraph.html
1579
%%DATADIR%%/docs/METAFUNCTION_Convert.html
1731
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Dna.html
1580
%%DATADIR%%/docs/METAFUNCTION_Deepest_Spec.html
1732
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Dna5.html
1581
%%DATADIR%%/docs/METAFUNCTION_Default_Find_Begin_Pattern_Spec.html
1733
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Dna5Q.html
1582
%%DATADIR%%/docs/METAFUNCTION_Default_Finder.html
1734
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_DnaQ.html
1583
%%DATADIR%%/docs/METAFUNCTION_Default_Get_Iterator_Spec.html
1735
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Echoer.html
1584
%%DATADIR%%/docs/METAFUNCTION_Default_Index_Creator.html
1736
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_EdgeIterator.html
1585
%%DATADIR%%/docs/METAFUNCTION_Default_Index_Spec.html
1737
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_EditDistanceScore.html
1586
%%DATADIR%%/docs/METAFUNCTION_Default_Index_String_Spec.html
1738
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_EditEnvironment.html
1587
%%DATADIR%%/docs/METAFUNCTION_Default_Iterator_Spec.html
1739
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_EmptyFieldError.html
1588
%%DATADIR%%/docs/METAFUNCTION_Default_Overflow_Explicit.html
1740
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Equidistant.html
1589
%%DATADIR%%/docs/METAFUNCTION_Default_Overflow_Implicit.html
1741
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ExactFragment.html
1590
%%DATADIR%%/docs/METAFUNCTION_Default_Pattern.html
1742
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ExactReversableFragment.html
1591
%%DATADIR%%/docs/METAFUNCTION_Default_Prefix_Order.html
1743
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ExternalString.html
1592
%%DATADIR%%/docs/METAFUNCTION_Difference.html
1744
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_FMIndex.html
1593
%%DATADIR%%/docs/METAFUNCTION_Edge_Descriptor.html
1745
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Filter.html
1594
%%DATADIR%%/docs/METAFUNCTION_Edge_Id_Handler.html
1746
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Finite.html
1595
%%DATADIR%%/docs/METAFUNCTION_Edge_Type.html
1747
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_FixedCyclicShape.html
1596
%%DATADIR%%/docs/METAFUNCTION_Fibre.html
1748
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_FormattedFileIn.html
1597
%%DATADIR%%/docs/METAFUNCTION_Gapped_Value_Type.html
1749
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_FormattedFileOut.html
1598
%%DATADIR%%/docs/METAFUNCTION_Get_Source.html
1750
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GappedShape.html
1599
%%DATADIR%%/docs/METAFUNCTION_Get_V_S_Tree_Iterator_Traits.html
1751
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GenericCyclicShape.html
1600
%%DATADIR%%/docs/METAFUNCTION_Get_Value.html
1752
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GenericShape.html
1601
%%DATADIR%%/docs/METAFUNCTION_Haystack.html
1753
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GenerousDependentStringSet.html
1602
%%DATADIR%%/docs/METAFUNCTION_Hit.html
1754
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GffFileIn.html
1603
%%DATADIR%%/docs/METAFUNCTION_Host.html
1755
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GffFileOut.html
1604
%%DATADIR%%/docs/METAFUNCTION_Hsp.html
1756
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GlobalAlign.html
1605
%%DATADIR%%/docs/METAFUNCTION_Id.html
1757
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_GlobalChain.html
1606
%%DATADIR%%/docs/METAFUNCTION_Infix.html
1758
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_HammingSimplePattern.html
1607
%%DATADIR%%/docs/METAFUNCTION_Insertion_Buffer.html
1759
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_HammingStringEnumerator.html
1608
%%DATADIR%%/docs/METAFUNCTION_Integral_For_Value.html
1760
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_HardwiredShape.html
1609
%%DATADIR%%/docs/METAFUNCTION_Is_Contiguous.html
1761
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_HierarchicalPexPattern.html
1610
%%DATADIR%%/docs/METAFUNCTION_Is_Integral.html
1762
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_HmmGraph.html
1611
%%DATADIR%%/docs/METAFUNCTION_Is_Sequence.html
1763
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_HorspoolPattern.html
1612
%%DATADIR%%/docs/METAFUNCTION_Is_Simple.html
1764
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_IndexDfi.html
1613
%%DATADIR%%/docs/METAFUNCTION_Iter_Complement_Const.html
1765
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_IndexEsa.html
1614
%%DATADIR%%/docs/METAFUNCTION_Iter_Make_Const.html
1766
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_IndexQGram.html
1615
%%DATADIR%%/docs/METAFUNCTION_Iterator.html
1767
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_IndexSa.html
1616
%%DATADIR%%/docs/METAFUNCTION_Journal_Type.html
1768
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_IndexWotd.html
1617
%%DATADIR%%/docs/METAFUNCTION_Key.html
1769
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_InfixSegment.html
1618
%%DATADIR%%/docs/METAFUNCTION_L_E_N_G_T_H.html
1770
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_InputStreamIterator.html
1619
%%DATADIR%%/docs/METAFUNCTION_List_Type.html
1771
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_IteratorProxy.html
1620
%%DATADIR%%/docs/METAFUNCTION_Map_Value.html
1772
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Iupac.html
1621
%%DATADIR%%/docs/METAFUNCTION_Max_Value.html
1773
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Joiner.html
1622
%%DATADIR%%/docs/METAFUNCTION_Min_Value.html
1774
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_JournaledSet.html
1623
%%DATADIR%%/docs/METAFUNCTION_Motif.html
1775
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_JournaledString.html
1624
%%DATADIR%%/docs/METAFUNCTION_Needle.html
1776
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_LevenshteinStringEnumerator.html
1625
%%DATADIR%%/docs/METAFUNCTION_Pex_Multi_Finder.html
1777
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MMapString.html
1626
%%DATADIR%%/docs/METAFUNCTION_Position.html
1778
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MapperConfig.html
1627
%%DATADIR%%/docs/METAFUNCTION_Prefix.html
1779
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MapperConfigSize.html
1628
%%DATADIR%%/docs/METAFUNCTION_Reference.html
1780
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MapperSpec.html
1629
%%DATADIR%%/docs/METAFUNCTION_Row.html
1781
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MatrixScore.html
1630
%%DATADIR%%/docs/METAFUNCTION_Rows.html
1782
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MaxRepeatsIterator.html
1631
%%DATADIR%%/docs/METAFUNCTION_S_A_Value.html
1783
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ModCyclicShapeModifiedIterator.html
1632
%%DATADIR%%/docs/METAFUNCTION_Scoring_Scheme.html
1784
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ModCyclicShapeModifiedString.html
1633
%%DATADIR%%/docs/METAFUNCTION_Size.html
1785
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ModReverseIterator.html
1634
%%DATADIR%%/docs/METAFUNCTION_Source.html
1786
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ModReverseString.html
1635
%%DATADIR%%/docs/METAFUNCTION_Spec.html
1787
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ModViewModifiedIterator.html
1636
%%DATADIR%%/docs/METAFUNCTION_Std_Container_Iterator.html
1788
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ModViewModifiedString.html
1637
%%DATADIR%%/docs/METAFUNCTION_String_Set_Type.html
1789
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MultiBfamPattern.html
1638
%%DATADIR%%/docs/METAFUNCTION_Suffix.html
1790
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MultiMemsIterator.html
1639
%%DATADIR%%/docs/METAFUNCTION_Value.html
1791
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MultiPoolAllocator.html
1640
%%DATADIR%%/docs/METAFUNCTION_Value_Size.html
1792
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MultipleShiftAndPattern.html
1641
%%DATADIR%%/docs/METAFUNCTION_Vertex_Descriptor.html
1793
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MumsIterator.html
1642
%%DATADIR%%/docs/METAFUNCTION_Vertex_Id_Handler.html
1794
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_MyersPattern.html
1643
%%DATADIR%%/docs/METAFUNCTION_W_E_I_G_H_T.html
1795
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_N2AFScore.html
1644
%%DATADIR%%/docs/METAFUNCTION_Weight.html
1796
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Namer.html
1645
%%DATADIR%%/docs/PAGE.dddoc.html
1797
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_NonHierarchicalPexPattern.html
1646
%%DATADIR%%/docs/PAGE_Glossary.html
1798
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_OneGappedShape.html
1647
%%DATADIR%%/docs/SHORTCUT_Blosum30.html
1799
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_OpenAddressingQGramIndex.html
1648
%%DATADIR%%/docs/SHORTCUT_Blosum45.html
1800
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_OracleBfamPattern.html
1649
%%DATADIR%%/docs/SHORTCUT_Blosum62.html
1801
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_OracleMultiBfamPattern.html
1650
%%DATADIR%%/docs/SHORTCUT_Blosum80.html
1802
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_OutEdgeIterator.html
1651
%%DATADIR%%/docs/SHORTCUT_Char_Iterator.html
1803
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_OutputStreamIterator.html
1652
%%DATADIR%%/docs/SHORTCUT_Char_String.html
1804
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_OwnerStringSet.html
1653
%%DATADIR%%/docs/SHORTCUT_Dna5_Iterator.html
1805
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PackedPair.html
1654
%%DATADIR%%/docs/SHORTCUT_Dna5_String.html
1806
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PackedString.html
1655
%%DATADIR%%/docs/SHORTCUT_Dna5_String_Complement.html
1807
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PackedTriple.html
1656
%%DATADIR%%/docs/SHORTCUT_Dna5_String_Reverse.html
1808
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ParseError.html
1657
%%DATADIR%%/docs/SHORTCUT_Dna5_String_Reverse_Complement.html
1809
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PexPattern.html
1658
%%DATADIR%%/docs/SHORTCUT_Dna_Iterator.html
1810
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PigeonholeFinder.html
1659
%%DATADIR%%/docs/SHORTCUT_Dna_String.html
1811
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PigeonholePattern.html
1660
%%DATADIR%%/docs/SHORTCUT_Dna_String_Complement.html
1812
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PizzaChiliIndex.html
1661
%%DATADIR%%/docs/SHORTCUT_Dna_String_Reverse.html
1813
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PizzaChiliString.html
1662
%%DATADIR%%/docs/SHORTCUT_Dna_String_Reverse_Complement.html
1814
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PoolConfig.html
1663
%%DATADIR%%/docs/SHORTCUT_Edit_Distance_Score.html
1815
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PoolConfigSize.html
1664
%%DATADIR%%/docs/SHORTCUT_Iupac_Iterator.html
1816
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PoolSpec.html
1665
%%DATADIR%%/docs/SHORTCUT_Iupac_String.html
1817
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PositionIterator.html
1666
%%DATADIR%%/docs/SHORTCUT_Mod_Complement_Dna.html
1818
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PrefixSegment.html
1667
%%DATADIR%%/docs/SHORTCUT_Mod_Complement_Dna5.html
1819
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_PriorityHeap.html
1668
%%DATADIR%%/docs/SHORTCUT_Mod_Complement_Rna.html
1820
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ProfileSeqFracScore.html
1669
%%DATADIR%%/docs/SHORTCUT_Mod_Complement_Rna5.html
1821
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ProfileSeqScore.html
1670
%%DATADIR%%/docs/SHORTCUT_Multi_Fasta.html
1822
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ReducedAminoAcid.html
1671
%%DATADIR%%/docs/SHORTCUT_Multi_Seq_File.html
1823
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ResizableContainerView.html
1672
%%DATADIR%%/docs/SHORTCUT_Myers_Ukkonen.html
1824
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_RightArrayBinaryTreeIterator.html
1673
%%DATADIR%%/docs/SHORTCUT_Myers_Ukkonen_Banded.html
1825
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Rna.html
1674
%%DATADIR%%/docs/SHORTCUT_Myers_Ukkonen_Global.html
1826
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Rna5.html
1675
%%DATADIR%%/docs/SHORTCUT_Myers_Ukkonen_Global_Banded.html
1827
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_RoiFileIn.html
1676
%%DATADIR%%/docs/SHORTCUT_Pam120.html
1828
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_RoiFileOut.html
1677
%%DATADIR%%/docs/SHORTCUT_Pam200.html
1829
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Sampler.html
1678
%%DATADIR%%/docs/SHORTCUT_Pam250.html
1830
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SeqFileIn.html
1679
%%DATADIR%%/docs/SHORTCUT_Pam40.html
1831
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SeqFileOut.html
1680
%%DATADIR%%/docs/SHORTCUT_Peptide.html
1832
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SetHorspoolPattern.html
1681
%%DATADIR%%/docs/SHORTCUT_Peptide_Iterator.html
1833
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ShiftAndPattern.html
1682
%%DATADIR%%/docs/SHORTCUT_Rna5_Iterator.html
1834
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ShiftOrPattern.html
1683
%%DATADIR%%/docs/SHORTCUT_Rna5_String.html
1835
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Shifter.html
1684
%%DATADIR%%/docs/SHORTCUT_Rna5_String_Complement.html
1836
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimpleAllocator.html
1685
%%DATADIR%%/docs/SHORTCUT_Rna5_String_Reverse.html
1837
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimpleHolder.html
1686
%%DATADIR%%/docs/SHORTCUT_Rna5_String_Reverse_Complement.html
1838
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimpleIntervalsFileIn.html
1687
%%DATADIR%%/docs/SHORTCUT_Rna_Iterator.html
1839
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimpleIntervalsFileInOut.html
1688
%%DATADIR%%/docs/SHORTCUT_Rna_String.html
1840
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimplePattern.html
1689
%%DATADIR%%/docs/SHORTCUT_Rna_String_Complement.html
1841
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimpleScore.html
1690
%%DATADIR%%/docs/SHORTCUT_Rna_String_Reverse.html
1842
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimpleSeed.html
1691
%%DATADIR%%/docs/SHORTCUT_Rna_String_Reverse_Complement.html
1843
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SimpleShape.html
1692
%%DATADIR%%/docs/SHORTCUT_Simple_Score.html
1844
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SinglePoolAllocator.html
1693
%%DATADIR%%/docs/SHORTCUT_Unicode_Iterator.html
1845
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Skiplist.html
1694
%%DATADIR%%/docs/SHORTCUT_Unicode_String.html
1846
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SorterConfig.html
1695
%%DATADIR%%/docs/SHORTCUT_Vtml200.html
1847
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SorterConfigSize.html
1696
%%DATADIR%%/docs/SPEC_Abndm_Algo.html
1848
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SorterSpec.html
1697
%%DATADIR%%/docs/SPEC_Adaptor+_Iterator.html
1849
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Source.html
1698
%%DATADIR%%/docs/SPEC_Adjacency+_Iterator.html
1850
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_StdAdaptorIterator.html
1699
%%DATADIR%%/docs/SPEC_Aho_Corasick.html
1851
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_StoreIntervalsIntervalTreeNode.html
1700
%%DATADIR%%/docs/SPEC_Align_Col_Iterator.html
1852
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_StorePointsOnlyIntervalTreeNode.html
1701
%%DATADIR%%/docs/SPEC_Alignment+_Graph.html
1853
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_StreamIterator.html
1702
%%DATADIR%%/docs/SPEC_Alloc+_String.html
1854
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SuffixSegment.html
1703
%%DATADIR%%/docs/SPEC_Alphabet+_Expansion.html
1855
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SuperMaxRepeatsFastIterator.html
1704
%%DATADIR%%/docs/SPEC_Amino_Acid.html
1856
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SuperMaxRepeatsIterator.html
1705
%%DATADIR%%/docs/SPEC_Anchor_Gaps.html
1857
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SwiftFinder.html
1706
%%DATADIR%%/docs/SPEC_Array+_String.html
1858
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SwiftLocalFinder.html
1707
%%DATADIR%%/docs/SPEC_Array_Gaps.html
1859
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SwiftLocalPattern.html
1708
%%DATADIR%%/docs/SPEC_Async.html
1860
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SwiftPattern.html
1709
%%DATADIR%%/docs/SPEC_Automaton.html
1861
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SwiftSemiGlobalFinder.html
1710
%%DATADIR%%/docs/SPEC_Basic_Info.html
1862
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SwiftSemiGlobalPattern.html
1711
%%DATADIR%%/docs/SPEC_Bfam.html
1863
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_SyncFile.html
1712
%%DATADIR%%/docs/SPEC_Bfam_3c_Oracle_3e.html
1864
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_TightDependentStringSet.html
1713
%%DATADIR%%/docs/SPEC_Bfam_3c_Trie_3e.html
1865
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_TopDownHistoryIterator.html
1714
%%DATADIR%%/docs/SPEC_Bfs+_Iterator.html
1866
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_TopDownIterator.html
1715
%%DATADIR%%/docs/SPEC_Bit+_Compressed+_Pair.html
1867
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Tree.html
1716
%%DATADIR%%/docs/SPEC_Bit+_Packed+_Tuple.html
1868
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_TrieBfamPattern.html
1717
%%DATADIR%%/docs/SPEC_Blast_N.html
1869
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_TristateHolder.html
1718
%%DATADIR%%/docs/SPEC_Blast_P.html
1870
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_Tupler.html
1719
%%DATADIR%%/docs/SPEC_Block+_String.html
1871
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_TwoLevelRankDictionary.html
1720
%%DATADIR%%/docs/SPEC_Bndm_Algo.html
1872
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_UcscFileIn.html
1721
%%DATADIR%%/docs/SPEC_Bottom_Up+_Iterator.html
1873
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_UcscFileOut.html
1722
%%DATADIR%%/docs/SPEC_C_Mode.html
1874
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_UnbandedLocalAlignmentEnumerator.html
1723
%%DATADIR%%/docs/SPEC_C_Style+_String.html
1875
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_UndirectedGraph.html
1724
%%DATADIR%%/docs/SPEC_Caster.html
1876
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_UnexpectedEnd.html
1725
%%DATADIR%%/docs/SPEC_Chained.html
1877
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_UngappedShape.html
1726
%%DATADIR%%/docs/SPEC_Chained_Seed.html
1878
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_VSTreeIterator.html
1727
%%DATADIR%%/docs/SPEC_Chunk+_Pool+_Allocator.html
1879
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_VcfFileIn.html
1728
%%DATADIR%%/docs/SPEC_Concat_Direct.html
1880
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_VcfFileOut.html
1729
%%DATADIR%%/docs/SPEC_Concat_Virtual+_Iterator.html
1881
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_VectorSet.html
1730
%%DATADIR%%/docs/SPEC_Counter.html
1882
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_VertexIterator.html
1731
%%DATADIR%%/docs/SPEC_Counting+_Id_Manager.html
1883
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_WaveletTree.html
1732
%%DATADIR%%/docs/SPEC_D_P_Search.html
1884
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_WildShiftAndPattern.html
1733
%%DATADIR%%/docs/SPEC_Dependent.html
1885
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_WordGraph.html
1734
%%DATADIR%%/docs/SPEC_Dfs+_Preorder+_Iterator.html
1886
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_WuManberPattern.html
1735
%%DATADIR%%/docs/SPEC_Directed+_Graph.html
1887
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ZipContainerView.html
1736
%%DATADIR%%/docs/SPEC_Dna.html
1888
%%PORTDOCS%%%%DOCSDIR%%/html/specialization_ZipIterator.html
1737
%%DATADIR%%/docs/SPEC_Dna5.html
1889
%%PORTDOCS%%%%DOCSDIR%%/html/tag_Default.html
1738
%%DATADIR%%/docs/SPEC_Dna5_Q.html
1890
%%PORTDOCS%%%%DOCSDIR%%/html/tag_DotDrawing.html
1739
%%DATADIR%%/docs/SPEC_Dna_Q.html
1891
%%PORTDOCS%%%%DOCSDIR%%/html/tag_EditDistance.html
1740
%%DATADIR%%/docs/SPEC_E_Pattern_Branching.html
1892
%%PORTDOCS%%%%DOCSDIR%%/html/tag_GeneticCode.html
1741
%%DATADIR%%/docs/SPEC_Echoer.html
1893
%%PORTDOCS%%%%DOCSDIR%%/html/tag_HammingDistance.html
1742
%%DATADIR%%/docs/SPEC_Edge+_Iterator.html
1894
%%PORTDOCS%%%%DOCSDIR%%/html/tag_LevenshteinDistance.html
1743
%%DATADIR%%/docs/SPEC_Edit_Distance.html
1895
%%PORTDOCS%%%%DOCSDIR%%/html/tag_Move.html
1744
%%DATADIR%%/docs/SPEC_Edit_Environment.html
1896
%%PORTDOCS%%%%DOCSDIR%%/html/tag_Murphy10.html
1745
%%DATADIR%%/docs/SPEC_Exact_Fragment.html
1897
%%PORTDOCS%%%%DOCSDIR%%/html/tag_Nothing.html
1746
%%DATADIR%%/docs/SPEC_Exact_Reversable_Fragment.html
1898
%%PORTDOCS%%%%DOCSDIR%%/html/variable_BAM_95FLAG_95SUPPLEMENTARY_32_61_320x0800.html
1747
%%DATADIR%%/docs/SPEC_External+_String.html
1899
%%PORTDOCS%%%%DOCSDIR%%/html/variable_LibraryStoreElementstd.html
1748
%%DATADIR%%/docs/SPEC_File+_Reader+_String.html
1900
%%PORTDOCS%%@dir %%DOCSDIR%%/html/docs/seqan
1749
%%DATADIR%%/docs/SPEC_Filter.html
1901
%%PORTDOCS%%@dir %%DOCSDIR%%/html/lists
1750
%%DATADIR%%/docs/SPEC_Finite.html
1751
%%DATADIR%%/docs/SPEC_Full_Info.html
1752
%%DATADIR%%/docs/SPEC_Gapped_Shape.html
1753
%%DATADIR%%/docs/SPEC_Generic_Shape.html
1754
%%DATADIR%%/docs/SPEC_Geometric+_Pdf.html
1755
%%DATADIR%%/docs/SPEC_Hamming_Simple_Finder.html
1756
%%DATADIR%%/docs/SPEC_Hierarchical.html
1757
%%DATADIR%%/docs/SPEC_Hit_Iterator.html
1758
%%DATADIR%%/docs/SPEC_Hmm.html
1759
%%DATADIR%%/docs/SPEC_Horspool.html
1760
%%DATADIR%%/docs/SPEC_Hsp_Iterator.html
1761
%%DATADIR%%/docs/SPEC_Index_Dfi.html
1762
%%DATADIR%%/docs/SPEC_Index_Esa.html
1763
%%DATADIR%%/docs/SPEC_Index_Q_Gram.html
1764
%%DATADIR%%/docs/SPEC_Index_Wotd.html
1765
%%DATADIR%%/docs/SPEC_Infix_Segment.html
1766
%%DATADIR%%/docs/SPEC_Interval+_Tree+_Node.html
1767
%%DATADIR%%/docs/SPEC_Iterator+_Proxy.html
1768
%%DATADIR%%/docs/SPEC_Iupac.html
1769
%%DATADIR%%/docs/SPEC_Joiner.html
1770
%%DATADIR%%/docs/SPEC_Journaled+_String.html
1771
%%DATADIR%%/docs/SPEC_Log-_Normal+_Pdf.html
1772
%%DATADIR%%/docs/SPEC_M_Map+_String.html
1773
%%DATADIR%%/docs/SPEC_Mapper_Config.html
1774
%%DATADIR%%/docs/SPEC_Mapper_Config_Size.html
1775
%%DATADIR%%/docs/SPEC_Mapper_Spec.html
1776
%%DATADIR%%/docs/SPEC_Max_Repeats+_Iterator.html
1777
%%DATADIR%%/docs/SPEC_Memory_Manager_Index.html
1778
%%DATADIR%%/docs/SPEC_Memory_Manager_Pointer.html
1779
%%DATADIR%%/docs/SPEC_Mersenne+_Twister+_Rng.html
1780
%%DATADIR%%/docs/SPEC_Mod_Reverse.html
1781
%%DATADIR%%/docs/SPEC_Mod_View.html
1782
%%DATADIR%%/docs/SPEC_Multi+_Pool+_Allocator.html
1783
%%DATADIR%%/docs/SPEC_Multi_Bfam.html
1784
%%DATADIR%%/docs/SPEC_Multi_Bfam_3c_Oracle_3e.html
1785
%%DATADIR%%/docs/SPEC_Multi_Mems+_Iterator.html
1786
%%DATADIR%%/docs/SPEC_Multi_Seed.html
1787
%%DATADIR%%/docs/SPEC_Multiple_Shift_And.html
1788
%%DATADIR%%/docs/SPEC_Mums+_Iterator.html
1789
%%DATADIR%%/docs/SPEC_Myers.html
1790
%%DATADIR%%/docs/SPEC_Namer.html
1791
%%DATADIR%%/docs/SPEC_Non_Hierarchical.html
1792
%%DATADIR%%/docs/SPEC_Non_Scored+_Seed_Set.html
1793
%%DATADIR%%/docs/SPEC_Normal+_Pdf.html
1794
%%DATADIR%%/docs/SPEC_One_Gapped_Shape.html
1795
%%DATADIR%%/docs/SPEC_Open_Addressing.html
1796
%%DATADIR%%/docs/SPEC_Oracle.html
1797
%%DATADIR%%/docs/SPEC_Out-_Edge+_Iterator.html
1798
%%DATADIR%%/docs/SPEC_Owner.html
1799
%%DATADIR%%/docs/SPEC_P_Mode.html
1800
%%DATADIR%%/docs/SPEC_Packed+_Pair.html
1801
%%DATADIR%%/docs/SPEC_Packed+_String.html
1802
%%DATADIR%%/docs/SPEC_Packed+_Triple.html
1803
%%DATADIR%%/docs/SPEC_Pex.html
1804
%%DATADIR%%/docs/SPEC_Pizza+_26+_Chili+_Index.html
1805
%%DATADIR%%/docs/SPEC_Pizza+_26+_Chili+_String.html
1806
%%DATADIR%%/docs/SPEC_Pms1.html
1807
%%DATADIR%%/docs/SPEC_Pmsp.html
1808
%%DATADIR%%/docs/SPEC_Points+_Only+_Tree+_Node.html
1809
%%DATADIR%%/docs/SPEC_Pool_Config.html
1810
%%DATADIR%%/docs/SPEC_Pool_Config_Size.html
1811
%%DATADIR%%/docs/SPEC_Pool_Spec.html
1812
%%DATADIR%%/docs/SPEC_Position+_Iterator.html
1813
%%DATADIR%%/docs/SPEC_Prefix_Segment.html
1814
%%DATADIR%%/docs/SPEC_Priority_Heap.html
1815
%%DATADIR%%/docs/SPEC_Projection.html
1816
%%DATADIR%%/docs/SPEC_Rna.html
1817
%%DATADIR%%/docs/SPEC_Rna5.html
1818
%%DATADIR%%/docs/SPEC_Rng+_Functor.html
1819
%%DATADIR%%/docs/SPEC_Sampler.html
1820
%%DATADIR%%/docs/SPEC_Score+_Chain_So_P.html
1821
%%DATADIR%%/docs/SPEC_Score+_Manhattan.html
1822
%%DATADIR%%/docs/SPEC_Score+_Matrix.html
1823
%%DATADIR%%/docs/SPEC_Score+_Zero.html
1824
%%DATADIR%%/docs/SPEC_Scored+_Seed_Set.html
1825
%%DATADIR%%/docs/SPEC_Set_Horspool.html
1826
%%DATADIR%%/docs/SPEC_Shift_And.html
1827
%%DATADIR%%/docs/SPEC_Shift_Or.html
1828
%%DATADIR%%/docs/SPEC_Shifter.html
1829
%%DATADIR%%/docs/SPEC_Simple+_Allocator.html
1830
%%DATADIR%%/docs/SPEC_Simple+_Finder.html
1831
%%DATADIR%%/docs/SPEC_Simple+_Score.html
1832
%%DATADIR%%/docs/SPEC_Simple_Iterator.html
1833
%%DATADIR%%/docs/SPEC_Simple_Seed.html
1834
%%DATADIR%%/docs/SPEC_Simple_Shape.html
1835
%%DATADIR%%/docs/SPEC_Single+_Pool+_Allocator.html
1836
%%DATADIR%%/docs/SPEC_Skiplist.html
1837
%%DATADIR%%/docs/SPEC_Sorter_Config.html
1838
%%DATADIR%%/docs/SPEC_Sorter_Config_Size.html
1839
%%DATADIR%%/docs/SPEC_Sorter_Spec.html
1840
%%DATADIR%%/docs/SPEC_Source.html
1841
%%DATADIR%%/docs/SPEC_Store_Report.html
1842
%%DATADIR%%/docs/SPEC_Stream_Report.html
1843
%%DATADIR%%/docs/SPEC_Striped.html
1844
%%DATADIR%%/docs/SPEC_Suffix_Segment.html
1845
%%DATADIR%%/docs/SPEC_Sumlist_Gaps.html
1846
%%DATADIR%%/docs/SPEC_Super_Max_Repeats+_Iterator.html
1847
%%DATADIR%%/docs/SPEC_Super_Max_Repeats_Fast+_Iterator.html
1848
%%DATADIR%%/docs/SPEC_Swift.html
1849
%%DATADIR%%/docs/SPEC_Swift_Local.html
1850
%%DATADIR%%/docs/SPEC_Swift_Semi_Global.html
1851
%%DATADIR%%/docs/SPEC_Sync.html
1852
%%DATADIR%%/docs/SPEC_Top_Down+_Iterator.html
1853
%%DATADIR%%/docs/SPEC_Top_Down_History+_Iterator.html
1854
%%DATADIR%%/docs/SPEC_Trace_Back.html
1855
%%DATADIR%%/docs/SPEC_Tree.html
1856
%%DATADIR%%/docs/SPEC_Trie.html
1857
%%DATADIR%%/docs/SPEC_Tristate+_Holder.html
1858
%%DATADIR%%/docs/SPEC_Tupler.html
1859
%%DATADIR%%/docs/SPEC_Undirected+_Graph.html
1860
%%DATADIR%%/docs/SPEC_Ungapped_Shape.html
1861
%%DATADIR%%/docs/SPEC_Uniform+_Pdf.html
1862
%%DATADIR%%/docs/SPEC_V_S_Tree+_Iterator.html
1863
%%DATADIR%%/docs/SPEC_Vector_Set.html
1864
%%DATADIR%%/docs/SPEC_Vertex+_Iterator.html
1865
%%DATADIR%%/docs/SPEC_Wild_Shift_And.html
1866
%%DATADIR%%/docs/SPEC_Word+_Graph.html
1867
%%DATADIR%%/docs/SPEC_Wu_Manber.html
1868
%%DATADIR%%/docs/TAG.sort_Aligned_Read+_Tags.html
1869
%%DATADIR%%/docs/TAG_Alignment+_Graph+_Combination.html
1870
%%DATADIR%%/docs/TAG_Alignment+_Graph+_Format.html
1871
%%DATADIR%%/docs/TAG_Allocator+_Usage.html
1872
%%DATADIR%%/docs/TAG_Consensus+_Calling.html
1873
%%DATADIR%%/docs/TAG_Default.html
1874
%%DATADIR%%/docs/TAG_Distance+_Calculation.html
1875
%%DATADIR%%/docs/TAG_Dot_Drawing.html
1876
%%DATADIR%%/docs/TAG_E_S_A+_Index+_Fibres.html
1877
%%DATADIR%%/docs/TAG_Empty_Edges.html
1878
%%DATADIR%%/docs/TAG_External_Config.html
1879
%%DATADIR%%/docs/TAG_External_Config_Large.html
1880
%%DATADIR%%/docs/TAG_External_Config_Size.html
1881
%%DATADIR%%/docs/TAG_File+_Format.html
1882
%%DATADIR%%/docs/TAG_Find_Infix.html
1883
%%DATADIR%%/docs/TAG_Find_Prefix.html
1884
%%DATADIR%%/docs/TAG_Global+_Alignment+_Algorithms.html
1885
%%DATADIR%%/docs/TAG_Graph+_Iterator.html
1886
%%DATADIR%%/docs/TAG_Hamming_Distance.html
1887
%%DATADIR%%/docs/TAG_Hide_Empty_Edges.html
1888
%%DATADIR%%/docs/TAG_Index+_Find+_Algorithm.html
1889
%%DATADIR%%/docs/TAG_Interval_Tree+_Centers.html
1890
%%DATADIR%%/docs/TAG_Interval_Tree+_Node+_Types.html
1891
%%DATADIR%%/docs/TAG_Iterator+_Spec.html
1892
%%DATADIR%%/docs/TAG_Levenshtein_Distance.html
1893
%%DATADIR%%/docs/TAG_Local+_Alignment+_Algorithms.html
1894
%%DATADIR%%/docs/TAG_Logical+_Values.html
1895
%%DATADIR%%/docs/TAG_Mean_Std_Dev.html
1896
%%DATADIR%%/docs/TAG_Move+_Switch.html
1897
%%DATADIR%%/docs/TAG_Mu_Sigma.html
1898
%%DATADIR%%/docs/TAG_Nothing.html
1899
%%DATADIR%%/docs/TAG_Omops.html
1900
%%DATADIR%%/docs/TAG_Oops.html
1901
%%DATADIR%%/docs/TAG_Overflow+_Strategy.html
1902
%%DATADIR%%/docs/TAG_Pizza+_26+_Chili+_Index+_Fibres.html
1903
%%DATADIR%%/docs/TAG_Pizza+_26+_Chili+_Index+_Tags.html
1904
%%DATADIR%%/docs/TAG_Postorder.html
1905
%%DATADIR%%/docs/TAG_Postorder_Empty_Edges.html
1906
%%DATADIR%%/docs/TAG_Prefix+_Order.html
1907
%%DATADIR%%/docs/TAG_Preorder.html
1908
%%DATADIR%%/docs/TAG_Preorder_Empty_Edges.html
1909
%%DATADIR%%/docs/TAG_Q_Gram+_Index+_Fibres.html
1910
%%DATADIR%%/docs/TAG_Seed+_Adding.html
1911
%%DATADIR%%/docs/TAG_Seed+_Extension.html
1912
%%DATADIR%%/docs/TAG_Seed_Set.html
1913
%%DATADIR%%/docs/TAG_Segment+_Match+_Generation.html
1914
%%DATADIR%%/docs/TAG_Simple.html
1915
%%DATADIR%%/docs/TAG_Tag_List.html
1916
%%DATADIR%%/docs/TAG_Tcm.html
1917
%%DATADIR%%/docs/TAG_Upgma+_Configurator.html
1918
%%DATADIR%%/docs/TAG_W_O_T_D+_Index+_Fibres.html
1919
%%DATADIR%%/docs/TAG_Zoops.html
1920
%%DATADIR%%/docs/TYPEDEF_Aligned_Read_Store_Element_23_T_Gap_Anchors.html
1921
%%DATADIR%%/docs/TYPEDEF_Aligned_Read_Store_Element_23_T_Pos.html
1922
%%DATADIR%%/docs/TYPEDEF_Aligned_Read_Store_Element_23_T_Spec.html
1923
%%DATADIR%%/docs/TYPEDEF_Contig_Store_Element_23_T_Contig_Seq.html
1924
%%DATADIR%%/docs/TYPEDEF_Contig_Store_Element_23_T_Gap_Anchors.html
1925
%%DATADIR%%/docs/TYPEDEF_Contig_Store_Element_23_T_Pos.html
1926
%%DATADIR%%/docs/TYPEDEF_Contig_Store_Element_23_T_Spec.html
1927
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Align_Quality_Store.html
1928
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Aligned_Read_Store.html
1929
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Aligned_Read_Tag_Store.html
1930
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Annotation_Name_Store.html
1931
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Annotation_Store.html
1932
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Contig_File_Store.html
1933
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Contig_Name_Store.html
1934
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Contig_Store.html
1935
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Library_Name_Store.html
1936
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Library_Store.html
1937
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Mate_Pair_Name_Store.html
1938
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Mate_Pair_Store.html
1939
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Read_Name_Store.html
1940
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Read_Seq_Store.html
1941
%%DATADIR%%/docs/TYPEDEF_Fragment_Store_23_T_Read_Store.html
1942
%%DATADIR%%/docs/alignment.cpp
1943
%%DATADIR%%/docs/alignmentGraph.png
1944
%%DATADIR%%/docs/alignment_local.cpp
1945
%%DATADIR%%/docs/allocator.cpp
1946
%%DATADIR%%/docs/alphabet.cpp
1947
%%DATADIR%%/docs/automatonGraph.png
1948
%%DATADIR%%/docs/blast_report.cpp
1949
%%DATADIR%%/docs/dddoc.js
1950
%%DATADIR%%/docs/dddoc_empty.gif
1951
%%DATADIR%%/docs/dddoc_html.css
1952
%%DATADIR%%/docs/dddoc_minus.gif
1953
%%DATADIR%%/docs/dddoc_plus.gif
1954
%%DATADIR%%/docs/directedGraph.png
1955
%%DATADIR%%/docs/file_format.cpp
1956
%%DATADIR%%/docs/find_approx.cpp
1957
%%DATADIR%%/docs/find_exact.cpp
1958
%%DATADIR%%/docs/find_motif.cpp
1959
%%DATADIR%%/docs/find_wild.cpp
1960
%%DATADIR%%/docs/graph_algo_bfs.cpp
1961
%%DATADIR%%/docs/graph_algo_dfs.cpp
1962
%%DATADIR%%/docs/graph_algo_flow_fordfulkerson.cpp
1963
%%DATADIR%%/docs/graph_algo_his.cpp
1964
%%DATADIR%%/docs/graph_algo_lcs.cpp
1965
%%DATADIR%%/docs/graph_algo_lis.cpp
1966
%%DATADIR%%/docs/graph_algo_path_allpairs.cpp
1967
%%DATADIR%%/docs/graph_algo_path_bellmanford.cpp
1968
%%DATADIR%%/docs/graph_algo_path_dag.cpp
1969
%%DATADIR%%/docs/graph_algo_path_dijkstra.cpp
1970
%%DATADIR%%/docs/graph_algo_path_floydwarshall.cpp
1971
%%DATADIR%%/docs/graph_algo_path_transitive.cpp
1972
%%DATADIR%%/docs/graph_algo_scc.cpp
1973
%%DATADIR%%/docs/graph_algo_topsort.cpp
1974
%%DATADIR%%/docs/graph_algo_tree_kruskal.cpp
1975
%%DATADIR%%/docs/graph_algo_tree_prim.cpp
1976
%%DATADIR%%/docs/graph_hmm.cpp
1977
%%DATADIR%%/docs/graph_hmm_silent.cpp
1978
%%DATADIR%%/docs/index.html
1979
%%DATADIR%%/docs/index_find.cpp
1980
%%DATADIR%%/docs/index_find_stringset.cpp
1981
%%DATADIR%%/docs/index_maxrepeats.cpp
1982
%%DATADIR%%/docs/index_mummy.cpp
1983
%%DATADIR%%/docs/index_mums.cpp
1984
%%DATADIR%%/docs/index_node_predicate.cpp
1985
%%DATADIR%%/docs/index_sufarray.cpp
1986
%%DATADIR%%/docs/index_supermaxrepeats.cpp
1987
%%DATADIR%%/docs/iterator.cpp
1988
%%DATADIR%%/docs/modifier_modreverse.cpp
1989
%%DATADIR%%/docs/modifier_modview.cpp
1990
%%DATADIR%%/docs/modifier_nested.cpp
1991
%%DATADIR%%/docs/pizzachili.cpp
1992
%%DATADIR%%/docs/rooted_iterator.cpp
1993
%%DATADIR%%/docs/searchfile.js
1994
%%DATADIR%%/docs/seqan_logo.gif
1995
%%DATADIR%%/docs/seqan_logo_large.png
1996
%%DATADIR%%/docs/shape_predefined.h
1997
%%DATADIR%%/docs/treeGraph.png
1998
%%DATADIR%%/docs/trieGraph.png
1999
%%DATADIR%%/docs/undirectedGraph.png
2000
%%DATADIR%%/gapped_params/results_N15_H.dat
2001
%%DATADIR%%/gapped_params/results_N15_L.dat
2002
%%DATADIR%%/gapped_params/results_N16_H.dat
2003
%%DATADIR%%/gapped_params/results_N16_L.dat
2004
%%DATADIR%%/gapped_params/results_N17_H.dat
2005
%%DATADIR%%/gapped_params/results_N17_L.dat
2006
%%DATADIR%%/gapped_params/results_N18_H.dat
2007
%%DATADIR%%/gapped_params/results_N18_L.dat
2008
%%DATADIR%%/gapped_params/results_N19_H.dat
2009
%%DATADIR%%/gapped_params/results_N19_L.dat
2010
%%DATADIR%%/gapped_params/results_N20_H.dat
2011
%%DATADIR%%/gapped_params/results_N20_L.dat
2012
%%DATADIR%%/gapped_params/results_N21_H.dat
2013
%%DATADIR%%/gapped_params/results_N21_L.dat
2014
%%DATADIR%%/gapped_params/results_N22_H.dat
2015
%%DATADIR%%/gapped_params/results_N22_L.dat
2016
%%DATADIR%%/gapped_params/results_N23_H.dat
2017
%%DATADIR%%/gapped_params/results_N23_L.dat
2018
%%DATADIR%%/gapped_params/results_N24_H.dat
2019
%%DATADIR%%/gapped_params/results_N24_L.dat
2020
%%DATADIR%%/gapped_params/results_N25_H.dat
2021
%%DATADIR%%/gapped_params/results_N25_L.dat
2022
%%DATADIR%%/gapped_params/results_N26_H.dat
2023
%%DATADIR%%/gapped_params/results_N26_L.dat
2024
%%DATADIR%%/gapped_params/results_N27_H.dat
2025
%%DATADIR%%/gapped_params/results_N27_L.dat
2026
%%DATADIR%%/gapped_params/results_N28_H.dat
2027
%%DATADIR%%/gapped_params/results_N28_L.dat
2028
%%DATADIR%%/gapped_params/results_N29_H.dat
2029
%%DATADIR%%/gapped_params/results_N29_L.dat
2030
%%DATADIR%%/gapped_params/results_N30_H.dat
2031
%%DATADIR%%/gapped_params/results_N30_L.dat
2032
%%DATADIR%%/gapped_params/results_N31_H.dat
2033
%%DATADIR%%/gapped_params/results_N31_L.dat
2034
%%DATADIR%%/gapped_params/results_N32_H.dat
2035
%%DATADIR%%/gapped_params/results_N32_L.dat
2036
%%DATADIR%%/gapped_params/results_N33_H.dat
2037
%%DATADIR%%/gapped_params/results_N33_L.dat
2038
%%DATADIR%%/gapped_params/results_N34_H.dat
2039
%%DATADIR%%/gapped_params/results_N34_L.dat
2040
%%DATADIR%%/gapped_params/results_N35_H.dat
2041
%%DATADIR%%/gapped_params/results_N35_L.dat
2042
%%DATADIR%%/gapped_params/results_N36_H.dat
2043
%%DATADIR%%/gapped_params/results_N36_L.dat
2044
%%DATADIR%%/gapped_params/results_N37_H.dat
2045
%%DATADIR%%/gapped_params/results_N37_L.dat
2046
%%DATADIR%%/gapped_params/results_N38_H.dat
2047
%%DATADIR%%/gapped_params/results_N38_L.dat
2048
%%DATADIR%%/gapped_params/results_N39_H.dat
2049
%%DATADIR%%/gapped_params/results_N39_L.dat
2050
%%DATADIR%%/gapped_params/results_N40_H.dat
2051
%%DATADIR%%/gapped_params/results_N40_L.dat
2052
%%DATADIR%%/gapped_params/results_N41_H.dat
2053
%%DATADIR%%/gapped_params/results_N41_L.dat
2054
%%DATADIR%%/gapped_params/results_N42_H.dat
2055
%%DATADIR%%/gapped_params/results_N42_L.dat
2056
%%DATADIR%%/gapped_params/results_N43_H.dat
2057
%%DATADIR%%/gapped_params/results_N43_L.dat
2058
%%DATADIR%%/gapped_params/results_N44_H.dat
2059
%%DATADIR%%/gapped_params/results_N44_L.dat
2060
%%DATADIR%%/gapped_params/results_N45_H.dat
2061
%%DATADIR%%/gapped_params/results_N45_L.dat
2062
%%DATADIR%%/gapped_params/results_N46_H.dat
2063
%%DATADIR%%/gapped_params/results_N46_L.dat
2064
%%DATADIR%%/gapped_params/results_N47_H.dat
2065
%%DATADIR%%/gapped_params/results_N47_L.dat
2066
%%DATADIR%%/gapped_params/results_N48_H.dat
2067
%%DATADIR%%/gapped_params/results_N48_L.dat
2068
%%DATADIR%%/gapped_params/results_N49_H.dat
2069
%%DATADIR%%/gapped_params/results_N49_L.dat
2070
%%DATADIR%%/gapped_params/results_N50_H.dat
2071
%%DATADIR%%/gapped_params/results_N50_L.dat
2072
%%DATADIR%%/gapped_params/results_N51_H.dat
2073
%%DATADIR%%/gapped_params/results_N51_L.dat
2074
%%DATADIR%%/gapped_params/results_N52_H.dat
2075
%%DATADIR%%/gapped_params/results_N52_L.dat
2076
%%DATADIR%%/gapped_params/results_N53_H.dat
2077
%%DATADIR%%/gapped_params/results_N53_L.dat
2078
%%DATADIR%%/gapped_params/results_N54_H.dat
2079
%%DATADIR%%/gapped_params/results_N54_L.dat
2080
%%DATADIR%%/gapped_params/results_N55_H.dat
2081
%%DATADIR%%/gapped_params/results_N55_L.dat
2082
%%DATADIR%%/gapped_params/results_N56_H.dat
2083
%%DATADIR%%/gapped_params/results_N56_L.dat
2084
%%DATADIR%%/gapped_params/results_N57_H.dat
2085
%%DATADIR%%/gapped_params/results_N57_L.dat
2086
%%DATADIR%%/gapped_params/results_N58_H.dat
2087
%%DATADIR%%/gapped_params/results_N58_L.dat
2088
%%DATADIR%%/gapped_params/results_N59_H.dat
2089
%%DATADIR%%/gapped_params/results_N59_L.dat
2090
%%DATADIR%%/gapped_params/results_N60_H.dat
2091
%%DATADIR%%/gapped_params/results_N60_L.dat
2092
%%DATADIR%%/gapped_params/results_N61_H.dat
2093
%%DATADIR%%/gapped_params/results_N61_L.dat
2094
%%DATADIR%%/gapped_params/results_N62_H.dat
2095
%%DATADIR%%/gapped_params/results_N62_L.dat
2096
%%DATADIR%%/gapped_params/results_N63_H.dat
2097
%%DATADIR%%/gapped_params/results_N63_L.dat
2098
%%DATADIR%%/gapped_params/results_N64_H.dat
2099
%%DATADIR%%/gapped_params/results_N64_L.dat
2100
%%DATADIR%%/gapped_params/results_N65_H.dat
2101
%%DATADIR%%/gapped_params/results_N65_L.dat
2102
%%DATADIR%%/gapped_params/results_N66_H.dat
2103
%%DATADIR%%/gapped_params/results_N67_H.dat
2104
%%DATADIR%%/gapped_params/results_N68_H.dat
2105
%%DATADIR%%/gapped_params/results_N69_H.dat
2106
%%DATADIR%%/gapped_params/results_N70_H.dat
2107
%%DATADIR%%/gapped_params/results_N71_H.dat
2108
%%DATADIR%%/gapped_params/results_N72_H.dat
2109
%%DATADIR%%/gapped_params/results_N73_H.dat
2110
%%DATADIR%%/gapped_params/results_N74_H.dat
2111
%%DATADIR%%/gapped_params/results_N75_H.dat

Return to bug 204127