Closed charlesgregory closed 5 years ago
why public
import?
Removed public import statement.
please try to match existing style; selective imports should be of form
import package.subpackage: symbol;
or
import package.subpackage : symbol;
( believe official Dlang recommendation is the latter , you can run it thru dfmt to be sure)
I merged this in the command line using squash.
Received this error reguarding the SAMWriter ctor. It seems that we have two different hFILE structs. I have changed hts.d to use the hFILE struct in hfile.d instead of an opaque struct.
https://github.com/blachlylab/dhtslib/blob/4b2389370d8bdeed9f36841d6779cf5a27ce2e2e/source/dhtslib/sam.d#L1109-L1116