hts_base_mod_state_alloc

@return An hts_base_mode_state pointer on success, NULL on failure.

This just allocates the memory. The initialisation of the contents is done using bam_parse_basemod. Successive calls may be made to that without the need to free and allocate a new state.

The state be destroyed using the hts_base_mode_state_free function.

extern (C) @system @nogc nothrow
hts_base_mod_state_alloc
()

Meta