Changeset 3797
- Timestamp:
- Apr 26, 2019, 11:53:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.16-stable/yat/omic/BamHeader.cc
r3792 r3797 2 2 3 3 /* 4 Copyright (C) 2012, 2013, 2014, 2015, 2016, 2017, 2018 Peter Johansson4 Copyright (C) 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Peter Johansson 5 5 6 6 This file is part of the yat library, http://dev.thep.lu.se/yat … … 34 34 #elif YAT_HAVE_BAM_BAM_H 35 35 #include <bam/sam_header.h> 36 #elif YAT_HAVE_SAMTOOLS_ SAM_H36 #elif YAT_HAVE_SAMTOOLS_BAM_H 37 37 #include <samtools/sam_header.h> 38 38 #else
Note: See TracChangeset
for help on using the changeset viewer.