diff --git a/examples/create_bam_from_scratch.d b/examples/create_bam_from_scratch.d index a6d3c43..eff4690 100644 --- a/examples/create_bam_from_scratch.d +++ b/examples/create_bam_from_scratch.d @@ -4,7 +4,7 @@ import bio.std.hts.bam.referenceinfo; import bio.std.hts.sam.header; import bio.std.hts.bam.reader; import bio.std.hts.bam.writer; -import undead.stream; +import contrib.undead.stream; import std.stdio; import bio.std.hts.bam.cigar;