Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2018 17:21:30 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467901 - in head/biology: . pbseqan
Message-ID:  <201804211721.w3LHLUY4064704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Sat Apr 21 17:21:30 2018
New Revision: 467901
URL: https://svnweb.freebsd.org/changeset/ports/467901

Log:
  biology/pbseqan: Pacific Biosciences patched and stripped down SeqAn
  
  Approved by:    jrm (mentor)
  Differential Revision:  https://reviews.freebsd.org/D15152

Added:
  head/biology/pbseqan/
  head/biology/pbseqan/Makefile   (contents, props changed)
  head/biology/pbseqan/distinfo   (contents, props changed)
  head/biology/pbseqan/pkg-descr   (contents, props changed)
  head/biology/pbseqan/pkg-plist   (contents, props changed)
Modified:
  head/biology/Makefile

Modified: head/biology/Makefile
==============================================================================
--- head/biology/Makefile	Sat Apr 21 16:45:25 2018	(r467900)
+++ head/biology/Makefile	Sat Apr 21 17:21:30 2018	(r467901)
@@ -81,6 +81,7 @@
     SUBDIR += p5-TrimGalore
     SUBDIR += p5-transdecoder
     SUBDIR += paml
+    SUBDIR += pbseqan
     SUBDIR += pear-merger
     SUBDIR += phrap
     SUBDIR += phred

Added: head/biology/pbseqan/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/pbseqan/Makefile	Sat Apr 21 17:21:30 2018	(r467901)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	pbseqan
+DISTVERSION=	g20171002
+CATEGORIES=	biology
+
+MAINTAINER=	jwb@FreeBSD.org
+COMMENT=	Pacific Biosciences patched and stripped down SeqAn
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	PacificBiosciences
+GH_PROJECT=	seqan
+GH_TAGNAME=	d01138731be5d54ef4948053493408075f19e0b1
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/include/PacBio
+	cd ${WRKSRC}/include/seqan && \
+		${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/PacBio/seqan
+
+.include <bsd.port.mk>

Added: head/biology/pbseqan/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/pbseqan/distinfo	Sat Apr 21 17:21:30 2018	(r467901)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524324484
+SHA256 (PacificBiosciences-seqan-g20171002-d01138731be5d54ef4948053493408075f19e0b1_GH0.tar.gz) = c17d3935405a3282b59ae30e4bcc8e1e690342318aa8e46257a52b2704b92460
+SIZE (PacificBiosciences-seqan-g20171002-d01138731be5d54ef4948053493408075f19e0b1_GH0.tar.gz) = 1527074

Added: head/biology/pbseqan/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/pbseqan/pkg-descr	Sat Apr 21 17:21:30 2018	(r467901)
@@ -0,0 +1,11 @@
+This is a public fork of the SeqAn Library v2.0.0, stripped down to just the
+header files and with a few custom fixes.
+
+Some of PacBio's tools depend on SeqAn for efficient implementations of some
+common data-structures for sequence analysis (A huge thanks to SeqAn
+development team!). However PacBio only uses a small amount of the SeqAn
+code-base, and in addition requires a few minor fixes that didn't make it in to
+the initial release of SeqAn v2.0.0. Thus to minimize confusion and band-width,
+we will depend on this fork instead of SeqAn proper.
+
+WWW: https://github.com/PacificBiosciences/seqan

Added: head/biology/pbseqan/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/pbseqan/pkg-plist	Sat Apr 21 17:21:30 2018	(r467901)
@@ -0,0 +1,657 @@
+include/PacBio/seqan/LICENSE
+include/PacBio/seqan/align.h
+include/PacBio/seqan/align/align_base.h
+include/PacBio/seqan/align/align_cols.h
+include/PacBio/seqan/align/align_config.h
+include/PacBio/seqan/align/align_iterator_base.h
+include/PacBio/seqan/align/align_metafunctions.h
+include/PacBio/seqan/align/align_traceback.h
+include/PacBio/seqan/align/alignment_algorithm_tags.h
+include/PacBio/seqan/align/alignment_operations.h
+include/PacBio/seqan/align/dp_algorithm_impl.h
+include/PacBio/seqan/align/dp_band.h
+include/PacBio/seqan/align/dp_cell.h
+include/PacBio/seqan/align/dp_cell_affine.h
+include/PacBio/seqan/align/dp_cell_dynamic.h
+include/PacBio/seqan/align/dp_cell_linear.h
+include/PacBio/seqan/align/dp_context.h
+include/PacBio/seqan/align/dp_formula.h
+include/PacBio/seqan/align/dp_formula_affine.h
+include/PacBio/seqan/align/dp_formula_dynamic.h
+include/PacBio/seqan/align/dp_formula_linear.h
+include/PacBio/seqan/align/dp_matrix.h
+include/PacBio/seqan/align/dp_matrix_navigator.h
+include/PacBio/seqan/align/dp_matrix_navigator_score_matrix.h
+include/PacBio/seqan/align/dp_matrix_navigator_score_matrix_sparse.h
+include/PacBio/seqan/align/dp_matrix_navigator_trace_matrix.h
+include/PacBio/seqan/align/dp_matrix_sparse.h
+include/PacBio/seqan/align/dp_meta_info.h
+include/PacBio/seqan/align/dp_profile.h
+include/PacBio/seqan/align/dp_scout.h
+include/PacBio/seqan/align/dp_setup.h
+include/PacBio/seqan/align/dp_trace_segment.h
+include/PacBio/seqan/align/dp_traceback_adaptor.h
+include/PacBio/seqan/align/dp_traceback_impl.h
+include/PacBio/seqan/align/evaluate_alignment.h
+include/PacBio/seqan/align/fragment.h
+include/PacBio/seqan/align/gap_anchor.h
+include/PacBio/seqan/align/gapped_value_type.h
+include/PacBio/seqan/align/gaps_anchor.h
+include/PacBio/seqan/align/gaps_array.h
+include/PacBio/seqan/align/gaps_base.h
+include/PacBio/seqan/align/gaps_iterator_anchor.h
+include/PacBio/seqan/align/gaps_iterator_array.h
+include/PacBio/seqan/align/gaps_iterator_base.h
+include/PacBio/seqan/align/global_alignment_banded.h
+include/PacBio/seqan/align/global_alignment_hirschberg_impl.h
+include/PacBio/seqan/align/global_alignment_myers_hirschberg_impl.h
+include/PacBio/seqan/align/global_alignment_myers_impl.h
+include/PacBio/seqan/align/global_alignment_specialized.h
+include/PacBio/seqan/align/global_alignment_unbanded.h
+include/PacBio/seqan/align/local_alignment_banded.h
+include/PacBio/seqan/align/local_alignment_banded_waterman_eggert_impl.h
+include/PacBio/seqan/align/local_alignment_enumeration.h
+include/PacBio/seqan/align/local_alignment_enumeration_banded.h
+include/PacBio/seqan/align/local_alignment_enumeration_unbanded.h
+include/PacBio/seqan/align/local_alignment_unbanded.h
+include/PacBio/seqan/align/local_alignment_waterman_eggert_impl.h
+include/PacBio/seqan/align/matrix_base.h
+include/PacBio/seqan/align_extend.h
+include/PacBio/seqan/align_extend/align_extend.h
+include/PacBio/seqan/align_extend/align_extend_base.h
+include/PacBio/seqan/align_extend/dp_scout_xdrop.h
+include/PacBio/seqan/align_profile.h
+include/PacBio/seqan/align_profile/add_to_profile.h
+include/PacBio/seqan/align_profile/score_profile_seq.h
+include/PacBio/seqan/align_split.h
+include/PacBio/seqan/align_split/align_split_interface.h
+include/PacBio/seqan/align_split/dp_scout_split.h
+include/PacBio/seqan/alignment_free.h
+include/PacBio/seqan/alignment_free/af_d2.h
+include/PacBio/seqan/alignment_free/af_d2star.h
+include/PacBio/seqan/alignment_free/af_d2z.h
+include/PacBio/seqan/alignment_free/af_n2.h
+include/PacBio/seqan/alignment_free/alignment_free_base.h
+include/PacBio/seqan/alignment_free/alignment_free_comparison.h
+include/PacBio/seqan/alignment_free/kmer_functions.h
+include/PacBio/seqan/arg_parse.h
+include/PacBio/seqan/arg_parse/arg_parse_argument.h
+include/PacBio/seqan/arg_parse/arg_parse_ctd_support.h
+include/PacBio/seqan/arg_parse/arg_parse_doc.h
+include/PacBio/seqan/arg_parse/arg_parse_exceptions.h
+include/PacBio/seqan/arg_parse/arg_parse_option.h
+include/PacBio/seqan/arg_parse/arg_parse_parse.h
+include/PacBio/seqan/arg_parse/arg_parse_type_support.h
+include/PacBio/seqan/arg_parse/argument_parser.h
+include/PacBio/seqan/arg_parse/tool_doc.h
+include/PacBio/seqan/arg_parse/xml_support.h
+include/PacBio/seqan/bam_io.h
+include/PacBio/seqan/bam_io/bam_alignment_record.h
+include/PacBio/seqan/bam_io/bam_alignment_record_util.h
+include/PacBio/seqan/bam_io/bam_file.h
+include/PacBio/seqan/bam_io/bam_header_record.h
+include/PacBio/seqan/bam_io/bam_index_bai.h
+include/PacBio/seqan/bam_io/bam_io_context.h
+include/PacBio/seqan/bam_io/bam_sam_conversion.h
+include/PacBio/seqan/bam_io/bam_scanner_cache.h
+include/PacBio/seqan/bam_io/bam_tags_dict.h
+include/PacBio/seqan/bam_io/cigar.h
+include/PacBio/seqan/bam_io/read_bam.h
+include/PacBio/seqan/bam_io/read_sam.h
+include/PacBio/seqan/bam_io/write_bam.h
+include/PacBio/seqan/bam_io/write_sam.h
+include/PacBio/seqan/basic.h
+include/PacBio/seqan/basic/aggregate_concept.h
+include/PacBio/seqan/basic/allocator_chunkpool.h
+include/PacBio/seqan/basic/allocator_interface.h
+include/PacBio/seqan/basic/allocator_multipool.h
+include/PacBio/seqan/basic/allocator_simple.h
+include/PacBio/seqan/basic/allocator_singlepool.h
+include/PacBio/seqan/basic/allocator_to_std.h
+include/PacBio/seqan/basic/alphabet_adapt_builtins.h
+include/PacBio/seqan/basic/alphabet_bio.h
+include/PacBio/seqan/basic/alphabet_concept.h
+include/PacBio/seqan/basic/alphabet_math.h
+include/PacBio/seqan/basic/alphabet_profile.h
+include/PacBio/seqan/basic/alphabet_qualities.h
+include/PacBio/seqan/basic/alphabet_residue.h
+include/PacBio/seqan/basic/alphabet_residue_funcs.h
+include/PacBio/seqan/basic/alphabet_residue_tabs.h
+include/PacBio/seqan/basic/alphabet_simple_type.h
+include/PacBio/seqan/basic/alphabet_storage.h
+include/PacBio/seqan/basic/array_construct_destruct.h
+include/PacBio/seqan/basic/basic_aggregate.h
+include/PacBio/seqan/basic/basic_allocator.h
+include/PacBio/seqan/basic/basic_alphabet.h
+include/PacBio/seqan/basic/basic_concept.h
+include/PacBio/seqan/basic/basic_container.h
+include/PacBio/seqan/basic/basic_debug.h
+include/PacBio/seqan/basic/basic_device.h
+include/PacBio/seqan/basic/basic_exception.h
+include/PacBio/seqan/basic/basic_functors.h
+include/PacBio/seqan/basic/basic_fundamental.h
+include/PacBio/seqan/basic/basic_iterator.h
+include/PacBio/seqan/basic/basic_math.h
+include/PacBio/seqan/basic/basic_metaprogramming.h
+include/PacBio/seqan/basic/basic_parallelism.h
+include/PacBio/seqan/basic/basic_proxy.h
+include/PacBio/seqan/basic/basic_simd_vector.h
+include/PacBio/seqan/basic/basic_smart_pointer.h
+include/PacBio/seqan/basic/basic_stream.h
+include/PacBio/seqan/basic/basic_tangle.h
+include/PacBio/seqan/basic/basic_type.h
+include/PacBio/seqan/basic/basic_view.h
+include/PacBio/seqan/basic/boost_preprocessor_subset.h
+include/PacBio/seqan/basic/builtin_functions.h
+include/PacBio/seqan/basic/concept_checking.h
+include/PacBio/seqan/basic/container_concept.h
+include/PacBio/seqan/basic/debug_helper.h
+include/PacBio/seqan/basic/debug_test_system.h
+include/PacBio/seqan/basic/fundamental_chunking.h
+include/PacBio/seqan/basic/fundamental_comparison.h
+include/PacBio/seqan/basic/fundamental_concepts.h
+include/PacBio/seqan/basic/fundamental_conversion.h
+include/PacBio/seqan/basic/fundamental_metafunctions.h
+include/PacBio/seqan/basic/fundamental_tags.h
+include/PacBio/seqan/basic/fundamental_transport.h
+include/PacBio/seqan/basic/holder_base.h
+include/PacBio/seqan/basic/holder_simple.h
+include/PacBio/seqan/basic/holder_tristate.h
+include/PacBio/seqan/basic/hosted_type_interface.h
+include/PacBio/seqan/basic/iterator_adapt_pointer.h
+include/PacBio/seqan/basic/iterator_adapt_std.h
+include/PacBio/seqan/basic/iterator_adaptor.h
+include/PacBio/seqan/basic/iterator_base.h
+include/PacBio/seqan/basic/iterator_concept.h
+include/PacBio/seqan/basic/iterator_counting.h
+include/PacBio/seqan/basic/iterator_interface.h
+include/PacBio/seqan/basic/iterator_position.h
+include/PacBio/seqan/basic/iterator_range.h
+include/PacBio/seqan/basic/macro_deprecated.h
+include/PacBio/seqan/basic/math_functions.h
+include/PacBio/seqan/basic/math_log_space_value.h
+include/PacBio/seqan/basic/metaprogramming_control.h
+include/PacBio/seqan/basic/metaprogramming_enable_if.h
+include/PacBio/seqan/basic/metaprogramming_logic.h
+include/PacBio/seqan/basic/metaprogramming_math.h
+include/PacBio/seqan/basic/metaprogramming_type.h
+include/PacBio/seqan/basic/metaprogramming_type_algebra.h
+include/PacBio/seqan/basic/pair_base.h
+include/PacBio/seqan/basic/pair_bit_compressed.h
+include/PacBio/seqan/basic/pair_packed.h
+include/PacBio/seqan/basic/profiling.h
+include/PacBio/seqan/basic/property_map_concept.h
+include/PacBio/seqan/basic/proxy_base.h
+include/PacBio/seqan/basic/proxy_iterator.h
+include/PacBio/seqan/basic/test_system.h
+include/PacBio/seqan/basic/triple_base.h
+include/PacBio/seqan/basic/triple_packed.h
+include/PacBio/seqan/basic/tuple_base.h
+include/PacBio/seqan/basic/tuple_bit_compressed.h
+include/PacBio/seqan/basic/volatile_ptr.h
+include/PacBio/seqan/bed_io.h
+include/PacBio/seqan/bed_io/bed_file.h
+include/PacBio/seqan/bed_io/bed_record.h
+include/PacBio/seqan/bed_io/read_bed.h
+include/PacBio/seqan/bed_io/write_bed.h
+include/PacBio/seqan/consensus.h
+include/PacBio/seqan/consensus/consensus_aligner.h
+include/PacBio/seqan/consensus/consensus_aligner_interface.h
+include/PacBio/seqan/consensus/consensus_alignment_options.h
+include/PacBio/seqan/consensus/consensus_base.h
+include/PacBio/seqan/consensus/consensus_builder.h
+include/PacBio/seqan/consensus/consensus_library.h
+include/PacBio/seqan/consensus/consensus_realign.h
+include/PacBio/seqan/consensus/consensus_score.h
+include/PacBio/seqan/consensus/overlap_info_computation.h
+include/PacBio/seqan/consensus/overlapper.h
+include/PacBio/seqan/file.h
+include/PacBio/seqan/file/file_base.h
+include/PacBio/seqan/file/file_cstyle.h
+include/PacBio/seqan/file/file_forwards.h
+include/PacBio/seqan/file/file_interface.h
+include/PacBio/seqan/file/file_mapping.h
+include/PacBio/seqan/file/file_page.h
+include/PacBio/seqan/file/string_external.h
+include/PacBio/seqan/file/string_mmap.h
+include/PacBio/seqan/find.h
+include/PacBio/seqan/find/find_abndm.h
+include/PacBio/seqan/find/find_ahocorasick.h
+include/PacBio/seqan/find/find_base.h
+include/PacBio/seqan/find/find_begin.h
+include/PacBio/seqan/find/find_bndm.h
+include/PacBio/seqan/find/find_bom.h
+include/PacBio/seqan/find/find_hamming_simple.h
+include/PacBio/seqan/find/find_horspool.h
+include/PacBio/seqan/find/find_lambda.h
+include/PacBio/seqan/find/find_multi.h
+include/PacBio/seqan/find/find_multiple_bfam.h
+include/PacBio/seqan/find/find_multiple_shiftand.h
+include/PacBio/seqan/find/find_myers_ukkonen.h
+include/PacBio/seqan/find/find_pattern_base.h
+include/PacBio/seqan/find/find_pex.h
+include/PacBio/seqan/find/find_score.h
+include/PacBio/seqan/find/find_set_horspool.h
+include/PacBio/seqan/find/find_shiftand.h
+include/PacBio/seqan/find/find_shiftor.h
+include/PacBio/seqan/find/find_simple.h
+include/PacBio/seqan/find/find_wild_shiftand.h
+include/PacBio/seqan/find/find_wumanber.h
+include/PacBio/seqan/gff_io.h
+include/PacBio/seqan/gff_io/gff_file.h
+include/PacBio/seqan/gff_io/gff_io_base.h
+include/PacBio/seqan/graph_algorithms.h
+include/PacBio/seqan/graph_algorithms/all_pairs_shortest_path.h
+include/PacBio/seqan/graph_algorithms/bellman_ford.h
+include/PacBio/seqan/graph_algorithms/bipartite_matching.h
+include/PacBio/seqan/graph_algorithms/breadth_first_search.h
+include/PacBio/seqan/graph_algorithms/connected_components.h
+include/PacBio/seqan/graph_algorithms/depth_first_search.h
+include/PacBio/seqan/graph_algorithms/dijkstra.h
+include/PacBio/seqan/graph_algorithms/floyd_warshall.h
+include/PacBio/seqan/graph_algorithms/ford_fulkerson.h
+include/PacBio/seqan/graph_algorithms/graph_algorithm_heap_tree.h
+include/PacBio/seqan/graph_algorithms/graph_algorithm_hmm.h
+include/PacBio/seqan/graph_algorithms/graph_algorithm_lis_his.h
+include/PacBio/seqan/graph_algorithms/kruskal.h
+include/PacBio/seqan/graph_algorithms/path_growing.h
+include/PacBio/seqan/graph_algorithms/prim.h
+include/PacBio/seqan/graph_algorithms/single_source_shortest_path.h
+include/PacBio/seqan/graph_algorithms/strongly_connected_compnents.h
+include/PacBio/seqan/graph_algorithms/topological_sort.h
+include/PacBio/seqan/graph_algorithms/transitive_closure.h
+include/PacBio/seqan/graph_algorithms/weakly_connected_components.h
+include/PacBio/seqan/graph_algorithms/weighted_bipartite_matching.h
+include/PacBio/seqan/graph_align.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_align.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_aligngraph.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_annotation.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_exact.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_exact_iterative.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_fragment.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_inexact.h
+include/PacBio/seqan/graph_align/graph_algorithm_refine_scoring.h
+include/PacBio/seqan/graph_align/graph_impl_align.h
+include/PacBio/seqan/graph_align/graph_impl_align_adapt.h
+include/PacBio/seqan/graph_msa.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_base.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_distance.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_guidetree.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_io.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_kmer.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_library.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_msa.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_progressive.h
+include/PacBio/seqan/graph_msa/graph_align_tcoffee_refinement.h
+include/PacBio/seqan/graph_types.h
+include/PacBio/seqan/graph_types/graph_base.h
+include/PacBio/seqan/graph_types/graph_drawing.h
+include/PacBio/seqan/graph_types/graph_edgestump.h
+include/PacBio/seqan/graph_types/graph_idmanager.h
+include/PacBio/seqan/graph_types/graph_impl_automaton.h
+include/PacBio/seqan/graph_types/graph_impl_directed.h
+include/PacBio/seqan/graph_types/graph_impl_hmm.h
+include/PacBio/seqan/graph_types/graph_impl_oracle.h
+include/PacBio/seqan/graph_types/graph_impl_tree.h
+include/PacBio/seqan/graph_types/graph_impl_trie.h
+include/PacBio/seqan/graph_types/graph_impl_undirected.h
+include/PacBio/seqan/graph_types/graph_impl_wordgraph.h
+include/PacBio/seqan/graph_types/graph_interface.h
+include/PacBio/seqan/graph_types/graph_iterator.h
+include/PacBio/seqan/graph_types/graph_iterator_adjacency.h
+include/PacBio/seqan/graph_types/graph_iterator_bfs.h
+include/PacBio/seqan/graph_types/graph_iterator_dfs.h
+include/PacBio/seqan/graph_types/graph_iterator_edge.h
+include/PacBio/seqan/graph_types/graph_iterator_outedge.h
+include/PacBio/seqan/graph_types/graph_iterator_vertex.h
+include/PacBio/seqan/graph_types/graph_utility_parsing.h
+include/PacBio/seqan/graph_types/property_map_generic.h
+include/PacBio/seqan/graph_types/property_map_internal.h
+include/PacBio/seqan/graph_types/property_map_internal_pointer.h
+include/PacBio/seqan/index.h
+include/PacBio/seqan/index/find2_backtracking.h
+include/PacBio/seqan/index/find2_base.h
+include/PacBio/seqan/index/find2_functors.h
+include/PacBio/seqan/index/find2_index.h
+include/PacBio/seqan/index/find2_index_multi.h
+include/PacBio/seqan/index/find2_vstree_factory.h
+include/PacBio/seqan/index/find_backtracking.h
+include/PacBio/seqan/index/find_index.h
+include/PacBio/seqan/index/find_index_approx.h
+include/PacBio/seqan/index/find_index_esa.h
+include/PacBio/seqan/index/find_index_lambda.h
+include/PacBio/seqan/index/find_index_qgram.h
+include/PacBio/seqan/index/find_pigeonhole.h
+include/PacBio/seqan/index/find_quasar.h
+include/PacBio/seqan/index/find_swift.h
+include/PacBio/seqan/index/index_base.h
+include/PacBio/seqan/index/index_bwt.h
+include/PacBio/seqan/index/index_childtab.h
+include/PacBio/seqan/index/index_device.h
+include/PacBio/seqan/index/index_dfi.h
+include/PacBio/seqan/index/index_esa_algs.h
+include/PacBio/seqan/index/index_esa_algs_multi.h
+include/PacBio/seqan/index/index_esa_base.h
+include/PacBio/seqan/index/index_esa_drawing.h
+include/PacBio/seqan/index/index_esa_stree.h
+include/PacBio/seqan/index/index_fm.h
+include/PacBio/seqan/index/index_fm_compressed_sa.h
+include/PacBio/seqan/index/index_fm_compressed_sa_iterator.h
+include/PacBio/seqan/index/index_fm_device.h
+include/PacBio/seqan/index/index_fm_dox.h
+include/PacBio/seqan/index/index_fm_lf_table.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_base.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_levels.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_naive.h
+include/PacBio/seqan/index/index_fm_rank_dictionary_wt.h
+include/PacBio/seqan/index/index_fm_right_array_binary_tree.h
+include/PacBio/seqan/index/index_fm_right_array_binary_tree_iterator.h
+include/PacBio/seqan/index/index_fm_sparse_string.h
+include/PacBio/seqan/index/index_fm_stree.h
+include/PacBio/seqan/index/index_forwards.h
+include/PacBio/seqan/index/index_lcp.h
+include/PacBio/seqan/index/index_lcp_tree.h
+include/PacBio/seqan/index/index_pizzachili.h
+include/PacBio/seqan/index/index_pizzachili_find.h
+include/PacBio/seqan/index/index_pizzachili_string.h
+include/PacBio/seqan/index/index_qgram.h
+include/PacBio/seqan/index/index_qgram_bucketrefinement.h
+include/PacBio/seqan/index/index_qgram_openaddressing.h
+include/PacBio/seqan/index/index_qgram_stree.h
+include/PacBio/seqan/index/index_sa_btree.h
+include/PacBio/seqan/index/index_sa_bwtwalk.h
+include/PacBio/seqan/index/index_sa_lss.h
+include/PacBio/seqan/index/index_sa_mm.h
+include/PacBio/seqan/index/index_sa_qsort.h
+include/PacBio/seqan/index/index_sa_stree.h
+include/PacBio/seqan/index/index_sa_truncated.h
+include/PacBio/seqan/index/index_shawarma.h
+include/PacBio/seqan/index/index_shims.h
+include/PacBio/seqan/index/index_skew3.h
+include/PacBio/seqan/index/index_skew7.h
+include/PacBio/seqan/index/index_skew7_multi.h
+include/PacBio/seqan/index/index_view.h
+include/PacBio/seqan/index/index_wotd.h
+include/PacBio/seqan/index/pipe_merger3.h
+include/PacBio/seqan/index/pipe_merger7.h
+include/PacBio/seqan/index/pizzachili_api.h
+include/PacBio/seqan/index/pump_extender3.h
+include/PacBio/seqan/index/pump_extender7.h
+include/PacBio/seqan/index/pump_lcp_core.h
+include/PacBio/seqan/index/pump_separator7.h
+include/PacBio/seqan/index/radix.h
+include/PacBio/seqan/index/repeat_base.h
+include/PacBio/seqan/index/shape_base.h
+include/PacBio/seqan/index/shape_gapped.h
+include/PacBio/seqan/index/shape_onegapped.h
+include/PacBio/seqan/index/shape_predefined.h
+include/PacBio/seqan/index/shape_threshold.h
+include/PacBio/seqan/journaled_set.h
+include/PacBio/seqan/journaled_set/journal_alignment_interface.h
+include/PacBio/seqan/journaled_set/journal_alignment_traceback_adaptor.h
+include/PacBio/seqan/journaled_set/journaled_set_base.h
+include/PacBio/seqan/journaled_set/journaled_set_impl.h
+include/PacBio/seqan/journaled_set/journaled_set_join.h
+include/PacBio/seqan/journaled_set/journaled_set_join_config.h
+include/PacBio/seqan/journaled_set/journaled_set_join_global_align_compact.h
+include/PacBio/seqan/journaled_set/journaled_set_join_global_align_manhatten.h
+include/PacBio/seqan/journaled_set/journaled_set_journal_trace_descriptor.h
+include/PacBio/seqan/journaled_set/score_biaffine.h
+include/PacBio/seqan/map.h
+include/PacBio/seqan/map/map_adapter_stl.h
+include/PacBio/seqan/map/map_base.h
+include/PacBio/seqan/map/map_chooser.h
+include/PacBio/seqan/map/map_skiplist.h
+include/PacBio/seqan/map/map_vector.h
+include/PacBio/seqan/map/sumlist.h
+include/PacBio/seqan/map/sumlist_mini.h
+include/PacBio/seqan/map/sumlist_skip.h
+include/PacBio/seqan/math.h
+include/PacBio/seqan/math/math_common_factor.h
+include/PacBio/seqan/math/math_operators.h
+include/PacBio/seqan/math/math_rational.h
+include/PacBio/seqan/misc/accumulators.h
+include/PacBio/seqan/misc/base.h
+include/PacBio/seqan/misc/bit_twiddling.h
+include/PacBio/seqan/misc/bit_twiddling_functors.h
+include/PacBio/seqan/misc/cuda.h
+include/PacBio/seqan/misc/dequeue.h
+include/PacBio/seqan/misc/edit_environment.h
+include/PacBio/seqan/misc/interval_tree.h
+include/PacBio/seqan/misc/map.h
+include/PacBio/seqan/misc/memset.h
+include/PacBio/seqan/misc/name_store_cache.h
+include/PacBio/seqan/misc/priority_type_base.h
+include/PacBio/seqan/misc/priority_type_heap.h
+include/PacBio/seqan/misc/set.h
+include/PacBio/seqan/misc/sse2.h
+include/PacBio/seqan/misc/svg.h
+include/PacBio/seqan/misc/terminal.h
+include/PacBio/seqan/misc/union_find.h
+include/PacBio/seqan/modifier.h
+include/PacBio/seqan/modifier/cyclic_shape.h
+include/PacBio/seqan/modifier/modifier_alphabet.h
+include/PacBio/seqan/modifier/modifier_alphabet_expansion.h
+include/PacBio/seqan/modifier/modifier_cyclic_shape.h
+include/PacBio/seqan/modifier/modifier_functors.h
+include/PacBio/seqan/modifier/modifier_iterator.h
+include/PacBio/seqan/modifier/modifier_reverse.h
+include/PacBio/seqan/modifier/modifier_shortcuts.h
+include/PacBio/seqan/modifier/modifier_string.h
+include/PacBio/seqan/modifier/modifier_view.h
+include/PacBio/seqan/parallel.h
+include/PacBio/seqan/parallel/parallel_algorithms.h
+include/PacBio/seqan/parallel/parallel_atomic_misc.h
+include/PacBio/seqan/parallel/parallel_atomic_primitives.h
+include/PacBio/seqan/parallel/parallel_lock.h
+include/PacBio/seqan/parallel/parallel_macros.h
+include/PacBio/seqan/parallel/parallel_queue.h
+include/PacBio/seqan/parallel/parallel_queue_suspendable.h
+include/PacBio/seqan/parallel/parallel_resource_pool.h
+include/PacBio/seqan/parallel/parallel_sequence.h
+include/PacBio/seqan/parallel/parallel_serializer.h
+include/PacBio/seqan/parallel/parallel_splitting.h
+include/PacBio/seqan/parallel/parallel_tags.h
+include/PacBio/seqan/parse_lm.h
+include/PacBio/seqan/parse_lm/local_match_store.h
+include/PacBio/seqan/parse_lm/parse_blastn_tabular.h
+include/PacBio/seqan/parse_lm/parse_lastz_general.h
+include/PacBio/seqan/parse_lm/parse_stellar_gff.h
+include/PacBio/seqan/pipe.h
+include/PacBio/seqan/pipe/pipe_base.h
+include/PacBio/seqan/pipe/pipe_caster.h
+include/PacBio/seqan/pipe/pipe_counter.h
+include/PacBio/seqan/pipe/pipe_echoer.h
+include/PacBio/seqan/pipe/pipe_edit_environment.h
+include/PacBio/seqan/pipe/pipe_filter.h
+include/PacBio/seqan/pipe/pipe_iterator.h
+include/PacBio/seqan/pipe/pipe_joiner.h
+include/PacBio/seqan/pipe/pipe_namer.h
+include/PacBio/seqan/pipe/pipe_sampler.h
+include/PacBio/seqan/pipe/pipe_shifter.h
+include/PacBio/seqan/pipe/pipe_source.h
+include/PacBio/seqan/pipe/pipe_tupler.h
+include/PacBio/seqan/pipe/pool_base.h
+include/PacBio/seqan/pipe/pool_mapper.h
+include/PacBio/seqan/pipe/pool_sorter.h
+include/PacBio/seqan/platform.h
+include/PacBio/seqan/platform/platform_gcc.h
+include/PacBio/seqan/platform/platform_icc.h
+include/PacBio/seqan/platform/platform_mingw.h
+include/PacBio/seqan/platform/platform_nvcc.h
+include/PacBio/seqan/platform/platform_pgi.h
+include/PacBio/seqan/platform/platform_solaris.h
+include/PacBio/seqan/platform/platform_windows.h
+include/PacBio/seqan/platform/windows_stdint.h
+include/PacBio/seqan/random.h
+include/PacBio/seqan/random/ext_MersenneTwister.h
+include/PacBio/seqan/random/random_base.h
+include/PacBio/seqan/random/random_beta.h
+include/PacBio/seqan/random/random_beta_kfunc.h
+include/PacBio/seqan/random/random_geometric.h
+include/PacBio/seqan/random/random_lognormal.h
+include/PacBio/seqan/random/random_mt19937.h
+include/PacBio/seqan/random/random_normal.h
+include/PacBio/seqan/random/random_rng_functor.h
+include/PacBio/seqan/random/random_shuffle.h
+include/PacBio/seqan/random/random_uniform.h
+include/PacBio/seqan/realign.h
+include/PacBio/seqan/realign/realign_base.h
+include/PacBio/seqan/realign/realign_helper_functions.h
+include/PacBio/seqan/reduced_aminoacid.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_base.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_base_late.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_base.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_20_to_n_b62.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_22_to_n_b62.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_cluster_red_tables_24_to_n_b62.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_murphy10_base.h
+include/PacBio/seqan/reduced_aminoacid/reduced_aminoacid_murphy10_tables.h
+include/PacBio/seqan/roi_io.h
+include/PacBio/seqan/roi_io/read_roi.h
+include/PacBio/seqan/roi_io/roi_file.h
+include/PacBio/seqan/roi_io/roi_io_context.h
+include/PacBio/seqan/roi_io/roi_record.h
+include/PacBio/seqan/roi_io/write_roi.h
+include/PacBio/seqan/score.h
+include/PacBio/seqan/score/score_base.h
+include/PacBio/seqan/score/score_edit.h
+include/PacBio/seqan/score/score_matrix.h
+include/PacBio/seqan/score/score_matrix_data.h
+include/PacBio/seqan/score/score_matrix_io.h
+include/PacBio/seqan/score/score_simple.h
+include/PacBio/seqan/seeds.h
+include/PacBio/seqan/seeds/banded_chain_alignment.h
+include/PacBio/seqan/seeds/banded_chain_alignment_impl.h
+include/PacBio/seqan/seeds/banded_chain_alignment_profile.h
+include/PacBio/seqan/seeds/banded_chain_alignment_scout.h
+include/PacBio/seqan/seeds/banded_chain_alignment_traceback.h
+include/PacBio/seqan/seeds/basic_iter_indirect.h
+include/PacBio/seqan/seeds/seeds_base.h
+include/PacBio/seqan/seeds/seeds_combination.h
+include/PacBio/seqan/seeds/seeds_extension.h
+include/PacBio/seqan/seeds/seeds_global_chaining.h
+include/PacBio/seqan/seeds/seeds_global_chaining_base.h
+include/PacBio/seqan/seeds/seeds_global_chaining_gusfield.h
+include/PacBio/seqan/seeds/seeds_seed_base.h
+include/PacBio/seqan/seeds/seeds_seed_chained.h
+include/PacBio/seqan/seeds/seeds_seed_diagonal.h
+include/PacBio/seqan/seeds/seeds_seed_set_base.h
+include/PacBio/seqan/seeds/seeds_seed_set_non_scored.h
+include/PacBio/seqan/seeds/seeds_seed_set_scored.h
+include/PacBio/seqan/seeds/seeds_seed_set_unordered.h
+include/PacBio/seqan/seeds/seeds_seed_simple.h
+include/PacBio/seqan/seq_io.h
+include/PacBio/seqan/seq_io/fai_index.h
+include/PacBio/seqan/seq_io/fasta_fastq.h
+include/PacBio/seqan/seq_io/genomic_region.h
+include/PacBio/seqan/seq_io/read_embl.h
+include/PacBio/seqan/seq_io/read_genbank.h
+include/PacBio/seqan/seq_io/sequence_file.h
+include/PacBio/seqan/sequence.h
+include/PacBio/seqan/sequence/adapt_array_pointer.h
+include/PacBio/seqan/sequence/adapt_std_list.h
+include/PacBio/seqan/sequence/adapt_std_string.h
+include/PacBio/seqan/sequence/adapt_std_vector.h
+include/PacBio/seqan/sequence/adapt_thrust_vector.h
+include/PacBio/seqan/sequence/container_view.h
+include/PacBio/seqan/sequence/iter_concat_virtual.h
+include/PacBio/seqan/sequence/segment_base.h
+include/PacBio/seqan/sequence/segment_infix.h
+include/PacBio/seqan/sequence/segment_prefix.h
+include/PacBio/seqan/sequence/segment_suffix.h
+include/PacBio/seqan/sequence/segment_utils.h
+include/PacBio/seqan/sequence/sequence_concatenator.h
+include/PacBio/seqan/sequence/sequence_forwards.h
+include/PacBio/seqan/sequence/sequence_interface.h
+include/PacBio/seqan/sequence/sequence_lexical.h
+include/PacBio/seqan/sequence/sequence_shortcuts.h
+include/PacBio/seqan/sequence/string_alloc.h
+include/PacBio/seqan/sequence/string_array.h
+include/PacBio/seqan/sequence/string_base.h
+include/PacBio/seqan/sequence/string_block.h
+include/PacBio/seqan/sequence/string_cstyle.h
+include/PacBio/seqan/sequence/string_packed.h
+include/PacBio/seqan/sequence/string_packed_old.h
+include/PacBio/seqan/sequence/string_set_base.h
+include/PacBio/seqan/sequence/string_set_concat_direct.h
+include/PacBio/seqan/sequence/string_set_dependent_generous.h
+include/PacBio/seqan/sequence/string_set_dependent_tight.h
+include/PacBio/seqan/sequence/string_set_device.h
+include/PacBio/seqan/sequence/string_set_owner.h
+include/PacBio/seqan/sequence/string_set_segment.h
+include/PacBio/seqan/sequence/string_set_view.h
+include/PacBio/seqan/sequence_journaled.h
+include/PacBio/seqan/sequence_journaled/journal_entries_sorted_array.h
+include/PacBio/seqan/sequence_journaled/journal_entry.h
+include/PacBio/seqan/sequence_journaled/sequence_journaled.h
+include/PacBio/seqan/sequence_journaled/sequence_journaled_iterator.h
+include/PacBio/seqan/sequence_journaled/sequence_journaled_iterator_fast.h
+include/PacBio/seqan/simple_intervals_io.h
+include/PacBio/seqan/simple_intervals_io/simple_intervals_file.h
+include/PacBio/seqan/simple_intervals_io/simple_intervals_io.h
+include/PacBio/seqan/statistics.h
+include/PacBio/seqan/statistics/statistics_base.h
+include/PacBio/seqan/statistics/statistics_markov_model.h
+include/PacBio/seqan/store.h
+include/PacBio/seqan/store/store_align.h
+include/PacBio/seqan/store/store_align_intervals.h
+include/PacBio/seqan/store/store_all.h
+include/PacBio/seqan/store/store_annotation.h
+include/PacBio/seqan/store/store_base.h
+include/PacBio/seqan/store/store_contig.h
+include/PacBio/seqan/store/store_intervaltree.h
+include/PacBio/seqan/store/store_io.h
+include/PacBio/seqan/store/store_io_gff.h
+include/PacBio/seqan/store/store_io_sam.h
+include/PacBio/seqan/store/store_io_ucsc.h
+include/PacBio/seqan/store/store_library.h
+include/PacBio/seqan/store/store_matepair.h
+include/PacBio/seqan/store/store_read.h
+include/PacBio/seqan/stream.h
+include/PacBio/seqan/stream/adapt_ios.h
+include/PacBio/seqan/stream/buffered_stream.h
+include/PacBio/seqan/stream/file_stream.h
+include/PacBio/seqan/stream/formatted_file.h
+include/PacBio/seqan/stream/guess_format.h
+include/PacBio/seqan/stream/iostream_bgzf.h
+include/PacBio/seqan/stream/iostream_bgzf_impl.h
+include/PacBio/seqan/stream/iostream_bzip2.h
+include/PacBio/seqan/stream/iostream_bzip2_impl.h
+include/PacBio/seqan/stream/iostream_zip.h
+include/PacBio/seqan/stream/iostream_zip_impl.h
+include/PacBio/seqan/stream/iostream_zutil.h
+include/PacBio/seqan/stream/iter_stream.h
+include/PacBio/seqan/stream/lexical_cast.h
+include/PacBio/seqan/stream/stream_base.h
+include/PacBio/seqan/stream/stream_compressor.h
+include/PacBio/seqan/stream/tokenization.h
+include/PacBio/seqan/stream/virtual_stream.h
+include/PacBio/seqan/system.h
+include/PacBio/seqan/system/file_async.h
+include/PacBio/seqan/system/file_directory.h
+include/PacBio/seqan/system/file_forwards.h
+include/PacBio/seqan/system/file_sync.h
+include/PacBio/seqan/system/system_base.h
+include/PacBio/seqan/system/system_condition.h
+include/PacBio/seqan/system/system_critical_section.h
+include/PacBio/seqan/system/system_event.h
+include/PacBio/seqan/system/system_forwards.h
+include/PacBio/seqan/system/system_mutex.h
+include/PacBio/seqan/system/system_thread.h
+include/PacBio/seqan/translation.h
+include/PacBio/seqan/translation/translation.h
+include/PacBio/seqan/translation/translation_tables.h
+include/PacBio/seqan/ucsc_io.h
+include/PacBio/seqan/ucsc_io/ucsc_file.h
+include/PacBio/seqan/ucsc_io/ucsc_io.h
+include/PacBio/seqan/ucsc_io/ucsc_record.h
+include/PacBio/seqan/vcf_io.h
+include/PacBio/seqan/vcf_io/read_vcf.h
+include/PacBio/seqan/vcf_io/vcf_file.h
+include/PacBio/seqan/vcf_io/vcf_header.h
+include/PacBio/seqan/vcf_io/vcf_header_record.h
+include/PacBio/seqan/vcf_io/vcf_io_context.h
+include/PacBio/seqan/vcf_io/vcf_record.h
+include/PacBio/seqan/vcf_io/write_vcf.h
+include/PacBio/seqan/version.h



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