From 3770d40026b4af9725a573c61c8a67204562ca2c Mon Sep 17 00:00:00 2001 From: mikaels Date: Fri, 10 Apr 2009 17:59:34 +0000 Subject: [PATCH] Updated the header text to give credit to the Broad Institute for the bgzf routines. git-svn-id: svn+ssh://gene.bc.edu/home/subversion/Derek/BamTools/trunk@6 9efb377e-2e27-44b9-b91a-ec4abb80ed8b --- BamWriter.cpp | 3 +++ BamWriter.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/BamWriter.cpp b/BamWriter.cpp index 24544b3..f0c67e2 100644 --- a/BamWriter.cpp +++ b/BamWriter.cpp @@ -3,6 +3,9 @@ // Marth Lab, Deptartment of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- +// The BGZF routines were adapted from the bgzf.c code developed at the Broad +// Institute. +// --------------------------------------------------------------------------- // Provides the basic functionality for producing BAM files // *************************************************************************** diff --git a/BamWriter.h b/BamWriter.h index 422d1f9..d375612 100644 --- a/BamWriter.h +++ b/BamWriter.h @@ -3,6 +3,9 @@ // Marth Lab, Deptartment of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- +// The BGZF routines were adapted from the bgzf.c code developed at the Broad +// Institute. +// --------------------------------------------------------------------------- // Provides the basic functionality for producing BAM files // *************************************************************************** -- 2.39.5