This website works better with JavaScript.
Home
Explore
Help
Sign In
pjotrp
/
biod
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
fixed with proper undead import path
sambamba
George Githinji
2 years ago
parent
b96a421ba3
commit
d7b79b1fbc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/create_bam_from_scratch.d
+ 1
- 1
examples/create_bam_from_scratch.d
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save