IOBRpy.png
LICENSE
MANIFEST.in
README.md
agent-manifest.json
pyproject.toml
setup.py
agent-harness/iobrpy_cli/__init__.py
agent-harness/iobrpy_cli/iobrpy/README.md
agent-harness/iobrpy_cli/iobrpy/__init__.py
agent-harness/iobrpy_cli/iobrpy/agent_install.py
agent-harness/iobrpy_cli/iobrpy/command_profiles.py
agent-harness/iobrpy_cli/iobrpy/iobrpy_cli.py
agent-harness/iobrpy_cli/iobrpy/mcp_server.py
agent-harness/iobrpy_cli/iobrpy/pipeline_map.py
agent-harness/iobrpy_cli/iobrpy/pipeline_map_render.py
agent-harness/iobrpy_cli/iobrpy/pipeline_map_scan.py
agent-harness/iobrpy_cli/iobrpy/pipeline_map_scenario.py
agent-harness/iobrpy_cli/iobrpy/agent_assets/claude-code-command/iobrpy.md
agent-harness/iobrpy_cli/iobrpy/agent_assets/claude-code-memory/CLAUDE.md
agent-harness/iobrpy_cli/iobrpy/agent_assets/codex-plugin-iobrpy/.mcp.json
agent-harness/iobrpy_cli/iobrpy/agent_assets/codex-plugin-iobrpy/README.md
agent-harness/iobrpy_cli/iobrpy/agent_assets/codex-plugin-iobrpy/.codex-plugin/plugin.json
agent-harness/iobrpy_cli/iobrpy/agent_assets/codex-plugin-iobrpy/commands/iobrpy.md
agent-harness/iobrpy_cli/iobrpy/agent_assets/iobrpy-fastpath/SKILL.md
agent-harness/iobrpy_cli/iobrpy/agent_assets/iobrpy-fastpath/agents/openai.yaml
agent-harness/iobrpy_cli/iobrpy/core/__init__.py
agent-harness/iobrpy_cli/iobrpy/core/export.py
agent-harness/iobrpy_cli/iobrpy/core/hla_tcr.py
agent-harness/iobrpy_cli/iobrpy/core/project.py
agent-harness/iobrpy_cli/iobrpy/core/quantification.py
agent-harness/iobrpy_cli/iobrpy/core/session.py
agent-harness/iobrpy_cli/iobrpy/core/tme.py
agent-harness/iobrpy_cli/iobrpy/core/workflow.py
agent-harness/iobrpy_cli/iobrpy/utils/__init__.py
agent-harness/iobrpy_cli/iobrpy/utils/io.py
agent-harness/iobrpy_cli/iobrpy/utils/json_output.py
src/iobrpy/__init__.py
src/iobrpy/main.py
src/iobrpy/RAG_MCP/__init__.py
src/iobrpy/RAG_MCP/ai.py
src/iobrpy/RAG_MCP/iobrpy_agent_parameter_hints.json
src/iobrpy/RAG_MCP/iobrpy_pipeline_map.json
src/iobrpy/RAG_MCP/iobrpy_rag_mcp.py
src/iobrpy/RAG_MCP/iobrpy_required_params.json
src/iobrpy/SpecHLA/SpecHLA.py
src/iobrpy/SpecHLA/__init__.py
src/iobrpy/SpecHLA/extract_hla_read.py
src/iobrpy/SpecHLA/index.sh
src/iobrpy/SpecHLA/install_spechap.sh
src/iobrpy/SpecHLA/bin/bcftools
src/iobrpy/SpecHLA/bin/blast2sam.pl
src/iobrpy/SpecHLA/bin/blastn
src/iobrpy/SpecHLA/bin/libwfa2.so.0
src/iobrpy/SpecHLA/bin/SpecHap/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/LICENSE.md
src/iobrpy/SpecHLA/bin/SpecHap/README.md
src/iobrpy/SpecHLA/bin/SpecHap/frag_io.cpp
src/iobrpy/SpecHLA/bin/SpecHap/frag_io.h
src/iobrpy/SpecHLA/bin/SpecHap/graph.cpp
src/iobrpy/SpecHLA/bin/SpecHap/graph.h
src/iobrpy/SpecHLA/bin/SpecHap/hic_util.cpp
src/iobrpy/SpecHLA/bin/SpecHap/hic_util.h
src/iobrpy/SpecHLA/bin/SpecHap/indexing.h
src/iobrpy/SpecHLA/bin/SpecHap/main.cpp
src/iobrpy/SpecHLA/bin/SpecHap/optionparser.h
src/iobrpy/SpecHLA/bin/SpecHap/phaser.cpp
src/iobrpy/SpecHLA/bin/SpecHap/phaser.h
src/iobrpy/SpecHLA/bin/SpecHap/results.cpp
src/iobrpy/SpecHLA/bin/SpecHap/results.h
src/iobrpy/SpecHLA/bin/SpecHap/spectral.cpp
src/iobrpy/SpecHLA/bin/SpecHap/spectral.h
src/iobrpy/SpecHLA/bin/SpecHap/tenx_util.cpp
src/iobrpy/SpecHLA/bin/SpecHap/tenx_util.h
src/iobrpy/SpecHLA/bin/SpecHap/type.cpp
src/iobrpy/SpecHLA/bin/SpecHap/type.h
src/iobrpy/SpecHLA/bin/SpecHap/util.cpp
src/iobrpy/SpecHLA/bin/SpecHap/util.h
src/iobrpy/SpecHLA/bin/SpecHap/vcf_io.cpp
src/iobrpy/SpecHLA/bin/SpecHap/vcf_io.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Cholesky
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/CholmodSupport
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Core
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Dense
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Eigen
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Eigenvalues
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Geometry
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Householder
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/IterativeLinearSolvers
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Jacobi
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/LU
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/MetisSupport
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/OrderingMethods
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/PaStiXSupport
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/PardisoSupport
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/QR
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/QtAlignedMalloc
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/SPQRSupport
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/SVD
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/Sparse
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/SparseCholesky
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/SparseCore
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/SparseLU
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/SparseQR
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/StdDeque
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/StdList
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/StdVector
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/SuperLUSupport
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/UmfPackSupport
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Cholesky/LDLT.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Cholesky/LLT.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Cholesky/LLT_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/CholmodSupport/CholmodSupport.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Array.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/ArrayBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/ArrayWrapper.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Assign.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/AssignEvaluator.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Assign_MKL.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/BandMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Block.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/BooleanRedux.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CommaInitializer.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/ConditionEstimator.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CoreEvaluators.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CoreIterators.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CwiseBinaryOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CwiseNullaryOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CwiseTernaryOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CwiseUnaryOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/CwiseUnaryView.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/DenseBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/DenseCoeffsBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/DenseStorage.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Diagonal.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/DiagonalMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/DiagonalProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Dot.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/EigenBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/ForceAlignedAccess.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Fuzzy.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/GeneralProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/GenericPacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/GlobalFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/IO.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Inverse.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Map.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/MapBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/MathFunctionsImpl.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Matrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/MatrixBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/NestByValue.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/NoAlias.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/NumTraits.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/PermutationMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/PlainObjectBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Product.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/ProductEvaluators.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Random.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Redux.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Ref.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Replicate.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/ReturnByValue.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Reverse.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Select.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/SelfAdjointView.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/SelfCwiseBinaryOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Solve.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/SolveTriangular.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/SolverBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/StableNorm.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Stride.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Swap.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Transpose.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Transpositions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/TriangularMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/VectorBlock.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/VectorwiseOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/Visitor.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AVX/Complex.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AVX/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AVX/PacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AVX/TypeCasting.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AVX512/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AVX512/PacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AltiVec/Complex.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AltiVec/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/AltiVec/PacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/CUDA/Complex.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/CUDA/Half.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/CUDA/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/CUDA/PacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/CUDA/TypeCasting.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/Default/ConjHelper.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/Default/Settings.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/NEON/Complex.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/NEON/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/NEON/PacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/SSE/Complex.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/SSE/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/SSE/PacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/SSE/TypeCasting.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/ZVector/Complex.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/ZVector/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/arch/ZVector/PacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/functors/AssignmentFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/functors/BinaryFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/functors/NullaryFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/functors/StlFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/functors/TernaryFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/functors/UnaryFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/GeneralBlockPanelKernel.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/GeneralMatrixMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/GeneralMatrixVector.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/Parallelizer.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/SelfadjointMatrixVector.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/SelfadjointProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/SelfadjointRank2Update.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/TriangularMatrixMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/TriangularMatrixVector.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/TriangularSolverMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/products/TriangularSolverVector.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/BlasUtil.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/Constants.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/DisableStupidWarnings.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/ForwardDeclarations.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/MKL_support.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/Macros.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/Memory.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/Meta.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/NonMPL2.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/ReenableStupidWarnings.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/StaticAssert.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Core/util/XprHelper.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/ComplexEigenSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/ComplexSchur.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/EigenSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/HessenbergDecomposition.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/RealQZ.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/RealSchur.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Eigenvalues/Tridiagonalization.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/AlignedBox.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/AngleAxis.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/EulerAngles.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Homogeneous.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Hyperplane.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/OrthoMethods.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/ParametrizedLine.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Quaternion.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Rotation2D.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/RotationBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Scaling.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Transform.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Translation.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/Umeyama.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Geometry/arch/Geometry_SSE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Householder/BlockHouseholder.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Householder/Householder.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Householder/HouseholderSequence.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/Jacobi/Jacobi.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/LU/Determinant.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/LU/FullPivLU.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/LU/InverseImpl.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/LU/PartialPivLU.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/LU/PartialPivLU_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/LU/arch/Inverse_SSE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/MetisSupport/MetisSupport.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/OrderingMethods/Amd.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/OrderingMethods/Eigen_Colamd.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/OrderingMethods/Ordering.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/PaStiXSupport/PaStiXSupport.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/PardisoSupport/PardisoSupport.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/QR/ColPivHouseholderQR.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/QR/CompleteOrthogonalDecomposition.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/QR/FullPivHouseholderQR.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/QR/HouseholderQR.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/QR/HouseholderQR_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SVD/BDCSVD.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SVD/JacobiSVD.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SVD/JacobiSVD_LAPACKE.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SVD/SVDBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SVD/UpperBidiagonalization.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCholesky/SimplicialCholesky.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/AmbiVector.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/CompressedStorage.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/MappedSparseMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseAssign.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseBlock.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseColEtree.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseCompressedBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseDenseProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseDiagonalProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseDot.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseFuzzy.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseMap.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseMatrixBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparsePermutation.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseRedux.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseRef.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseSelfAdjointView.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseSolverBase.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseTranspose.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseTriangularView.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseUtil.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseVector.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/SparseView.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseCore/TriangularSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLUImpl.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_Memory.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_Structs.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_Utils.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_column_bmod.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_column_dfs.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_panel_bmod.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_panel_dfs.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_pivotL.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_pruneL.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseLU/SparseLU_relax_snode.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SparseQR/SparseQR.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/StlSupport/StdDeque.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/StlSupport/StdList.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/StlSupport/StdVector.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/StlSupport/details.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/SuperLUSupport/SuperLUSupport.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/UmfPackSupport/UmfPackSupport.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/misc/Image.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/misc/Kernel.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/misc/RealSvd2x2.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/misc/blas.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/misc/lapack.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/misc/lapacke.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/misc/lapacke_mangling.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/plugins/ArrayCwiseBinaryOps.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/plugins/ArrayCwiseUnaryOps.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/plugins/BlockMethods.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/plugins/CommonCwiseBinaryOps.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/plugins/CommonCwiseUnaryOps.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/plugins/MatrixCwiseBinaryOps.h
src/iobrpy/SpecHLA/bin/SpecHap/Eigen/src/plugins/MatrixCwiseUnaryOps.h
src/iobrpy/SpecHLA/bin/SpecHap/barcode_extractor/BAMReader.cpp
src/iobrpy/SpecHLA/bin/SpecHap/barcode_extractor/BAMReader.h
src/iobrpy/SpecHLA/bin/SpecHap/barcode_extractor/Barcode.cpp
src/iobrpy/SpecHLA/bin/SpecHap/barcode_extractor/Barcode.h
src/iobrpy/SpecHLA/bin/SpecHap/barcode_extractor/main.cpp
src/iobrpy/SpecHLA/bin/SpecHap/barcode_extractor/worker.cpp
src/iobrpy/SpecHLA/bin/SpecHap/barcode_extractor/worker.h
src/iobrpy/SpecHLA/bin/SpecHap/cmake/Modules/Findarpack.cmake
src/iobrpy/SpecHLA/bin/SpecHap/cmake/Modules/Findhtslib.cmake
src/iobrpy/SpecHLA/bin/SpecHap/cmake/Modules/LibFindMacros.cmake
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/Makefile
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/bamread.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/bamread.h
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/extracthairs.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/fosmidbam_hairs.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/hapfragments.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/hapfragments.h
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/hashtable.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/hashtable.h
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/kseq.h
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/nw.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/parsebamread.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/print_clusters.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/readfasta.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/readfasta.h
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/readvariant.c
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/readvariant.h
src/iobrpy/SpecHLA/bin/SpecHap/hairs-src/realignbamread.c
src/iobrpy/SpecHLA/bin/SpecHap/reproduce_paper_result/alignment.sh
src/iobrpy/SpecHLA/bin/SpecHap/reproduce_paper_result/fragment_extraction.sh
src/iobrpy/SpecHLA/bin/SpecHap/reproduce_paper_result/phasing.sh
src/iobrpy/SpecHLA/bin/SpecHap/reproduce_paper_result/simulation.sh
src/iobrpy/SpecHLA/bin/SpecHap/scripts/Fiedler_vec_example.ipynb
src/iobrpy/SpecHLA/bin/SpecHap/scripts/graph.py
src/iobrpy/SpecHLA/bin/SpecHap/scripts/haplotype_state.py
src/iobrpy/SpecHLA/bin/SpecHap/scripts/merge_haplotype.py
src/iobrpy/SpecHLA/bin/SpecHap/scripts/phaseset_to_vcf.py
src/iobrpy/SpecHLA/bin/SpecHap/scripts/record.py
src/iobrpy/SpecHLA/bin/SpecHap/scripts/seperate_fragment_chrom.py
src/iobrpy/SpecHLA/bin/SpecHap/scripts/stats.py
src/iobrpy/SpecHLA/bin/SpecHap/scripts/vcf_to_snplist.py
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/README.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/AdolcForward
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/AlignedVector3
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/ArpackSupport
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/AutoDiff
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/BVH
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/EulerAngles
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/FFT
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/IterativeSolvers
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/KroneckerProduct
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/LevenbergMarquardt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/MPRealSupport
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/MatrixFunctions
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/MoreVectorization
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/NonLinearOptimization
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/NumericalDiff
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/OpenGLSupport
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/Polynomials
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/Skyline
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/SparseExtra
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/SpecialFunctions
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/Splines
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/Tensor
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/TensorSymmetry
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/ThreadPool
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/README.md
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/Tensor.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclConvertToDeviceExpression.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExprConstructor.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExtractAccessor.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExtractFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclLeafCount.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclPlaceHolderExpr.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclRun.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/SimpleThreadPool.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/util/CXX11Meta.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/util/EmulateArray.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/util/EmulateCXX11Meta.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/BVH/BVAlgorithms.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/BVH/KdBVH.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/EulerAngles/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/EulerAngles/EulerAngles.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/EulerAngles/EulerSystem.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/FFT/ei_fftw_impl.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/FFT/ei_kissfft_impl.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/IterativeSolvers/GMRES.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/IterativeSolvers/IterationController.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/IterativeSolvers/MINRES.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/IterativeSolvers/Scaling.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/MoreVectorization/MathFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/chkder.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/covar.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Polynomials/Companion.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Polynomials/PolynomialSolver.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Polynomials/PolynomialUtils.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Skyline/SkylineMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Skyline/SkylineProduct.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Skyline/SkylineStorage.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Skyline/SkylineUtil.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SparseExtra/MarketIO.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SparseExtra/RandomSetter.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/CudaSpecialFunctions.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Splines/Spline.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Splines/SplineFitting.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/Eigen/src/Splines/SplineFwd.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/bench/bench_svd.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/Overview.dox
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/eigendoxy_layout.xml.in
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/BVH_Example.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/EulerAngles.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/FFT.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixExponential.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixFunction.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixLogarithm.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixPower.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixPower_optimal.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixSine.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixSinh.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/MatrixSquareRoot.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/PolynomialSolver1.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/examples/PolynomialUtils1.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/doc/snippets/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/BVH.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/CMakeLists.txt
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/EulerAngles.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/FFT.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/FFTW.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/NonLinearOptimization.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/NumericalDiff.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/alignedvector3.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/autodiff.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/autodiff_scalar.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_eventcount.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_meta.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_non_blocking_thread_pool.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_runqueue.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_argmax.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_argmax_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_assign.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_broadcast_sycl.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_broadcasting.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_cast_float16_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_casts.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_chipping.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_comparisons.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_complex_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_complex_cwise_ops_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_concatenation.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_const.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_contract_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_contraction.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_convolution.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_custom_index.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_custom_op.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_device.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_device_sycl.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_dimension.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_empty.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_expr.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_fft.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_fixed_size.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_forced_eval.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_forced_eval_sycl.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_generator.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_ifft.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_image_patch.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_index_list.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_inflation.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_intdiv.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_io.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_layout_swap.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_lvalue.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_map.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_math.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_mixed_indices.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_morphing.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_notification.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_of_complex.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_of_const_values.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_of_float16_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_of_strings.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_padding.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_patch.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_random.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_random_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_reduction.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_reduction_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_reduction_sycl.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_ref.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_reverse.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_roundings.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_scan.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_scan_cuda.cu
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_shuffling.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_simple.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_striding.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_sugar.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_sycl.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_symmetry.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_thread_pool.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_uint128.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/cxx11_tensor_volume_patch.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/dgmres.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/forward_adolc.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/gmres.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/kronecker_product.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/levenberg_marquardt.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/matrix_exponential.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/matrix_function.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/matrix_functions.h
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/matrix_power.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/matrix_square_root.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/minres.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/mpreal_support.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/openglsupport.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/polynomialsolver.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/polynomialutils.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/sparse_extra.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/special_functions.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/splines.cpp
src/iobrpy/SpecHLA/bin/SpecHap/unsupported/test/mpreal/mpreal.h
src/iobrpy/SpecHLA/bin/extractHairs/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/bamread.cpp
src/iobrpy/SpecHLA/bin/extractHairs/bamread.h
src/iobrpy/SpecHLA/bin/extractHairs/edlib.cpp
src/iobrpy/SpecHLA/bin/extractHairs/edlib.h
src/iobrpy/SpecHLA/bin/extractHairs/estimate_hmm_params.cpp
src/iobrpy/SpecHLA/bin/extractHairs/estimate_hmm_params.h
src/iobrpy/SpecHLA/bin/extractHairs/extracthairs.cpp
src/iobrpy/SpecHLA/bin/extractHairs/fosmidbam_hairs.cpp
src/iobrpy/SpecHLA/bin/extractHairs/fosmidbam_hairs.h
src/iobrpy/SpecHLA/bin/extractHairs/hapfragments.cpp
src/iobrpy/SpecHLA/bin/extractHairs/hapfragments.h
src/iobrpy/SpecHLA/bin/extractHairs/hashtable.cpp
src/iobrpy/SpecHLA/bin/extractHairs/hashtable.h
src/iobrpy/SpecHLA/bin/extractHairs/nw.cpp
src/iobrpy/SpecHLA/bin/extractHairs/nw.h
src/iobrpy/SpecHLA/bin/extractHairs/parsebamread.cpp
src/iobrpy/SpecHLA/bin/extractHairs/parsebamread.h
src/iobrpy/SpecHLA/bin/extractHairs/print_clusters.cpp
src/iobrpy/SpecHLA/bin/extractHairs/print_clusters.h
src/iobrpy/SpecHLA/bin/extractHairs/readfasta.cpp
src/iobrpy/SpecHLA/bin/extractHairs/readfasta.h
src/iobrpy/SpecHLA/bin/extractHairs/readvariant.cpp
src/iobrpy/SpecHLA/bin/extractHairs/readvariant.h
src/iobrpy/SpecHLA/bin/extractHairs/realign_pairHMM.cpp
src/iobrpy/SpecHLA/bin/extractHairs/realign_pairHMM.h
src/iobrpy/SpecHLA/bin/extractHairs/realignbamread.cpp
src/iobrpy/SpecHLA/bin/extractHairs/realignbamread.h
src/iobrpy/SpecHLA/bin/extractHairs/ssw.c
src/iobrpy/SpecHLA/bin/extractHairs/ssw.h
src/iobrpy/SpecHLA/bin/extractHairs/ssw_cpp.cpp
src/iobrpy/SpecHLA/bin/extractHairs/ssw_cpp.h
src/iobrpy/SpecHLA/bin/extractHairs/cmake/Modules/Findhtslib.cmake
src/iobrpy/SpecHLA/bin/extractHairs/cmake/Modules/LibFindMacros.cmake
src/iobrpy/SpecHLA/bin/extractHairs/htslib/bgzf.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/cram.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/faidx.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/hfile.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/hts.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/hts_defs.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/hts_endian.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/hts_expr.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/hts_log.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/hts_os.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/kbitset.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/kfunc.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/khash.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/khash_str2int.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/klist.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/knetfile.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/kroundup.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/kseq.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/ksort.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/kstring.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/regidx.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/sam.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/synced_bcf_reader.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/tbx.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/thread_pool.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/vcf.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/vcf_sweep.h
src/iobrpy/SpecHLA/bin/extractHairs/htslib/vcfutils.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/README
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeCache.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/build.ninja
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/CMakeOutput.log
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/TargetDirectories.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/clion-environment.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/clion-log.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/cmake.check_cache
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/rules.ninja
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CMakeCCompiler.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CMakeCXXCompiler.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CMakeDetermineCompilerABI_C.bin
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CMakeDetermineCompilerABI_CXX.bin
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CMakeSystem.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CompilerIdC/CMakeCCompilerId.c
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CompilerIdC/a.out
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/CMakeFiles/3.21.1/CompilerIdCXX/a.out
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/api/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/api/internal/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/api/internal/bam/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/api/internal/index/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/api/internal/io/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/api/internal/sam/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/cmake-build-debug/src/api/internal/utils/cmake_install.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/docs/Doxyfile
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/ExportHeader.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamAlgorithms.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamAlignment.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamAlignment.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamAux.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamConstants.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamIndex.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamMultiReader.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamMultiReader.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamReader.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamReader.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamWriter.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/BamWriter.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/IBamIODevice.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamConstants.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamHeader.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamHeader.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamProgram.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamProgram.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamProgramChain.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamProgramChain.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamReadGroup.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamReadGroup.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamReadGroupDictionary.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamReadGroupDictionary.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamSequence.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamSequence.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamSequenceDictionary.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/SamSequenceDictionary.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/api_global.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/algorithms/Sort.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamHeader_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamHeader_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamMultiMerger_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamMultiReader_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamMultiReader_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamRandomAccessController_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamRandomAccessController_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamReader_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamReader_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamWriter_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/BamWriter_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/bam/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/index/BamIndexFactory_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/index/BamIndexFactory_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/index/BamStandardIndex_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/index/BamStandardIndex_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/index/BamToolsIndex_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/index/BamToolsIndex_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/index/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamDeviceFactory_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamDeviceFactory_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamFile_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamFile_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamFtp_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamFtp_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamHttp_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamHttp_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamPipe_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BamPipe_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BgzfStream_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/BgzfStream_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/ByteArray_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/ByteArray_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/HostAddress_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/HostAddress_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/HostInfo_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/HostInfo_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/HttpHeader_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/HttpHeader_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/ILocalIODevice_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/ILocalIODevice_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/NetUnix_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/NetWin_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/RollingBuffer_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/RollingBuffer_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/TcpSocketEngine_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/TcpSocketEngine_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/TcpSocketEngine_unix_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/TcpSocketEngine_win_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/TcpSocket_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/io/TcpSocket_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/SamFormatParser_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/SamFormatParser_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/SamFormatPrinter_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/SamFormatPrinter_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/SamHeaderValidator_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/SamHeaderValidator_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/sam/SamHeaderVersion_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/utils/BamException_p.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/utils/BamException_p.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/api/internal/utils/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/shared/bamtools_global.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/CHANGES
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/CONTRIBUTORS
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/COPYING
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/README
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/cmake/internal_utils.cmake
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/fused-src/gtest/gtest-all.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/fused-src/gtest/gtest.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/fused-src/gtest/gtest_main.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-all.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-death-test.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-filepath.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-internal-inl.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-port.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-printers.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-test-part.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest-typed-test.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/gtest-1.6.0/src/gtest_main.cc
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/LICENSE
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_batchallocator.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_config.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_features.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_forwards.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_internalarray.inl
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_internalmap.inl
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_reader.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_reader.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_tool.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_value.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_value.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_valueiterator.inl
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_writer.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/third_party/jsoncpp/json_writer.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_convert.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_convert.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_count.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_count.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_coverage.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_coverage.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_filter.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_filter.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_header.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_header.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_index.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_index.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_merge.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_merge.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_random.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_random.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_resolve.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_resolve.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_revert.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_revert.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_sort.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_sort.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_split.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_split.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_stats.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_stats.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_tool.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/toolkit/bamtools_version.h.in
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/CMakeLists.txt
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_fasta.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_fasta.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_filter_engine.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_filter_properties.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_filter_ruleparser.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_options.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_options.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_pileup_engine.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_pileup_engine.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_utilities.cpp
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_utilities.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/bamtools_variant.h
src/iobrpy/SpecHLA/bin/extractHairs/lib/bamtools-2.3.0/src/utils/utils_global.h
src/iobrpy/SpecHLA/bin/extractHairs/scripts/SVaba_vcf_concordant.py
src/iobrpy/SpecHLA/bin/extractHairs/scripts/parse_allele_imb.py
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/bfc
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/bwa
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/fermi2
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/fermi2.js
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/fermi2.pl
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/hapdip.js
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/htsbox
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/k8
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/ropebwt2
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/run-calling
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/seqtk
src/iobrpy/SpecHLA/bin/fermikit/fermi.kit/trimadap-mt
src/iobrpy/SpecHLA/db/HLA/Allelelist.txt
src/iobrpy/SpecHLA/db/HLA/HLA_FREQ_HLA_I_II.txt
src/iobrpy/SpecHLA/db/HLA/genes.txt
src/iobrpy/SpecHLA/db/HLA/hla.diploid.ploidy
src/iobrpy/SpecHLA/db/HLA/hla.ref.extend.fa
src/iobrpy/SpecHLA/db/HLA/hla.ref.extend.fa.fai
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.fai
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.ndb
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.nin
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.not
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.ntf
src/iobrpy/SpecHLA/db/HLA/hla_exons.fasta.nto
src/iobrpy/SpecHLA/db/HLA/hla_nom_g.txt
src/iobrpy/SpecHLA/db/HLA/run.sh
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.fa
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.nin
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.nog
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_A/HLA_A.nsq
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.fa
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.nin
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.nog
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_B/HLA_B.nsq
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.fa
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.nin
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.nog
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_C/HLA_C.nsq
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.fa
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.nin
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.nog
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_DPA1/HLA_DPA1.nsq
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.fa
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.nin
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.nog
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_DPB1/HLA_DPB1.nsq
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.fa
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.nin
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.nog
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_DQA1/HLA_DQA1.nsq
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.fa
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.nin
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.nog
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_DQB1/HLA_DQB1.nsq
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.2bit
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.fa
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.fa.amb
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.fa.ann
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.fa.bwt
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.fa.fai
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.fa.pac
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.fa.sa
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.nhr
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.nin
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.nog
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.nsd
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.nsi
src/iobrpy/SpecHLA/db/HLA/HLA_DRB1/HLA_DRB1.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_A.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_A.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_A.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_A.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_A.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_A.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_A.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta.fai
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_B.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_C.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_C.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_C.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_C.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_C.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_C.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_C.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPA1.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPA1.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPA1.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPA1.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPA1.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPA1.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPA1.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPB1.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPB1.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPB1.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPB1.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPB1.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPB1.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DPB1.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQA1.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQA1.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQA1.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQA1.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQA1.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQA1.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQA1.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQB1.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQB1.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQB1.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQB1.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQB1.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQB1.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DQB1.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DRB1.fasta
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DRB1.fasta.nhr
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DRB1.fasta.nin
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DRB1.fasta.nog
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DRB1.fasta.nsd
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DRB1.fasta.nsi
src/iobrpy/SpecHLA/db/HLA/exon/HLA_DRB1.fasta.nsq
src/iobrpy/SpecHLA/db/HLA/exon/exon.list
src/iobrpy/SpecHLA/db/HLA/exon/run.sh
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_A.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_B.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_C.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPA1.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DPB1.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQA1.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DQB1.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.exon.nsq
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.fasta
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.fasta.fai
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.nhr
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.nin
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.nog
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.nsd
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.nsi
src/iobrpy/SpecHLA/db/HLA/whole/HLA_DRB1.nsq
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract.fasta
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta.fai
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta.nhr
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta.nin
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta.nog
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta.nsd
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta.nsi
src/iobrpy/SpecHLA/db/ref/DRB1_dup_extract_ref.fasta.nsq
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.dict
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.fa
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.fa.amb
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.fa.ann
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.fa.bwt
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.fa.fai
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.fa.pac
src/iobrpy/SpecHLA/db/ref/hla.ref.extend.fa.sa
src/iobrpy/SpecHLA/db/ref/hla_exon_ref.fasta
src/iobrpy/SpecHLA/db/ref/hla_exon_ref.fasta.fai
src/iobrpy/SpecHLA/db/ref/hla_gen.format.filter.extend.DRB.no26789.fasta
src/iobrpy/SpecHLA/db/ref/hla_gen.format.filter.extend.DRB.no26789.v2.fasta
src/iobrpy/SpecHLA/script/ExtractHLAread.sh
src/iobrpy/SpecHLA/script/assign_reads_to_genes.py
src/iobrpy/SpecHLA/script/clear_output.sh
src/iobrpy/SpecHLA/script/count.read.pl
src/iobrpy/SpecHLA/script/link_fragment.py
src/iobrpy/SpecHLA/script/mask_low_depth_region.py
src/iobrpy/SpecHLA/script/phase_unlinked_block.py
src/iobrpy/SpecHLA/script/phase_variants.py
src/iobrpy/SpecHLA/script/realignblast.py
src/iobrpy/SpecHLA/script/run.assembly.realign.sh
src/iobrpy/SpecHLA/script/uniq_read_name.py
src/iobrpy/SpecHLA/script/whole/SpecHLA.sh
src/iobrpy/SpecHLA/script/whole/SpecHLA_RNAseq.sh
src/iobrpy/SpecHLA/script/whole/annoHLA.pl
src/iobrpy/SpecHLA/script/whole/exon_extent.bed
src/iobrpy/SpecHLA/script/whole/g_group_annotation.py
src/iobrpy/SpecHLA/script/whole/map_block2_database.py
src/iobrpy/SpecHLA/script/whole/select.combination.pl
src/iobrpy/SpecHLA/script/whole/select.region.exon.txt
src/iobrpy/SpecHLA/script/whole/select.region.txt
src/iobrpy/bayesprism/__init__.py
src/iobrpy/bayesprism/bayesprism.py
src/iobrpy/bayesprism/compare.py
src/iobrpy/bayesprism/extract.py
src/iobrpy/bayesprism/gibbs.py
src/iobrpy/bayesprism/joint_post.py
src/iobrpy/bayesprism/optim.py
src/iobrpy/bayesprism/prism.py
src/iobrpy/bayesprism/process_input.py
src/iobrpy/bayesprism/references.py
src/iobrpy/bayesprism/run.py
src/iobrpy/bayesprism/theta_post.py
src/iobrpy/bayesprism/BP_data/cell_state_labels.csv
src/iobrpy/bayesprism/BP_data/cell_type_labels.csv
src/iobrpy/bayesprism/BP_data/sc_dat.csv
src/iobrpy/bayesprism/txt/gencode.v22.broad.category.txt
src/iobrpy/bayesprism/txt/genelist.hs.new.txt
src/iobrpy/bayesprism/txt/genelist.mm.new.txt
src/iobrpy/resources/IPS_genes.txt
src/iobrpy/resources/__init__.py
src/iobrpy/resources/anno_eset.pkl
src/iobrpy/resources/c2.cp.kegg.v2023.1.Hs.symbols.gmt
src/iobrpy/resources/c2.cp.reactome.v2023.1.Hs.symbols.gmt
src/iobrpy/resources/calculate_data.pkl
src/iobrpy/resources/common_genes.txt
src/iobrpy/resources/count2tpm_data.pkl
src/iobrpy/resources/epic_TRef_BRef.pkl
src/iobrpy/resources/estimate_data.pkl
src/iobrpy/resources/hg38_bcrtcr.fa
src/iobrpy/resources/human_IMGT+C.fa
src/iobrpy/resources/lm22.txt
src/iobrpy/resources/lr_data.pkl
src/iobrpy/resources/mcp_data.pkl
src/iobrpy/resources/mus_human.pkl
src/iobrpy/resources/quantiseq_data.pkl
src/iobrpy/utils/__init__.py
src/iobrpy/utils/print_colorful_message.py
src/iobrpy/utils/process_immune_data_batch.py
src/iobrpy/utils/remove_version.py
src/iobrpy/workflow/IPS.py
src/iobrpy/workflow/LR_cal.py
src/iobrpy/workflow/__init__.py
src/iobrpy/workflow/anno_eset.py
src/iobrpy/workflow/batch_salmon.py
src/iobrpy/workflow/batch_star_count.py
src/iobrpy/workflow/calculate_sig_score.py
src/iobrpy/workflow/cibersort.py
src/iobrpy/workflow/count2tpm.py
src/iobrpy/workflow/deside.py
src/iobrpy/workflow/deside_bootstrap.py
src/iobrpy/workflow/epic.py
src/iobrpy/workflow/estimate.py
src/iobrpy/workflow/fastq_qc.py
src/iobrpy/workflow/hla_typing.py
src/iobrpy/workflow/log2_eset.py
src/iobrpy/workflow/mcpcounter.py
src/iobrpy/workflow/merge_salmon.py
src/iobrpy/workflow/merge_star_count.py
src/iobrpy/workflow/mouse2human_eset.py
src/iobrpy/workflow/nmf.py
src/iobrpy/workflow/prepare_salmon.py
src/iobrpy/workflow/quantiseq.py
src/iobrpy/workflow/runall.py
src/iobrpy/workflow/tme_cluster.py
src/iobrpy/workflow/tme_profile.py
src/iobrpy/workflow/trust4.py