Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Nov 16, 2023
1 parent 24bac4d commit 2779733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/slow5/slow5_mt.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ slow5_batch_t* slow5_init_batch(int batch_capacity);
int slow5_get_next_batch(slow5_mt_t *mt, slow5_batch_t *read_batch, int batch_size);
int slow5_get_batch(slow5_mt_t *mt, slow5_batch_t *read_batch, char **rid, int num_rid);
int slow5_write_batch(slow5_mt_t *mt, slow5_batch_t *read_batch, int batch_size);
int slow5_encode_batch(slow5_mt_t *core, slow5_batch_t *db, int batch_size);
int slow5_encode_batch(slow5_mt_t *core, slow5_batch_t *db, int batch_size); //used by slow5curl
void slow5_free_batch(slow5_batch_t *read_batch);
void slow5_free_mt(slow5_mt_t *mt);

Expand Down

0 comments on commit 2779733

Please sign in to comment.