Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #117 from broadinstitute/dr_monolithic_gamgee_header
Browse files Browse the repository at this point in the history
gamgee.h: one header to rule them all
  • Loading branch information
MauricioCarneiro committed Jul 9, 2014
2 parents f999766 + bf27292 commit 7633174
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gamgee/gamgee.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#ifndef __gamgee__gamgee__
#define __gamgee__gamgee__

#include "sam.h"
#include "sam_reader.h"
#include "sam_writer.h"
#include "sam_builder.h"

#include "variant.h"
#include "variant_reader.h"
#include "variant_writer.h"
#include "variant_header_builder.h"

#include "fastq.h"
#include "fastq_reader.h"

#include "is_missing.h"

#endif /* __gamgee__gamgee__ */

0 comments on commit 7633174

Please sign in to comment.