From: mikaels Date: Fri, 10 Apr 2009 17:59:34 +0000 (+0000) Subject: Updated the header text to give credit to the Broad Institute for the bgzf routines. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3770d40026b4af9725a573c61c8a67204562ca2c;p=bamtools.git 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 --- 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 // ***************************************************************************