view BEDTools-Version-2.14.3/src/utils/BamTools-Ancillary/BamAncillary.h @ 0:dfcd8b6c1bda

Uploaded
author aaronquinlan
date Thu, 03 Nov 2011 10:25:04 -0400
parents
children
line wrap: on
line source

/*****************************************************************************
  bamAncillary.h

  (c) 2009 - Aaron Quinlan
  Hall Laboratory
  Department of Biochemistry and Molecular Genetics
  University of Virginia
  aaronquinlan@gmail.com

  Licensed under the GNU General Public License 2.0 license.
******************************************************************************/
#include "bedFile.h"
#include "lineFileUtilities.h"
#include "api/BamAlignment.h"

namespace BamTools {
    void getBamBlocks(const BamAlignment &bam, const RefVector &refs,
                        vector<BED> &blocks, bool includeDeletions = true);
}