Codebase list fermi-lite / run/92bee3dd-1d39-459c-8d1d-0d7d083d80c0/main internal.h
run/92bee3dd-1d39-459c-8d1d-0d7d083d80c0/main

Tree @run/92bee3dd-1d39-459c-8d1d-0d7d083d80c0/main (Download .tar.gz)

internal.h @run/92bee3dd-1d39-459c-8d1d-0d7d083d80c0/mainraw · history · blame

#ifndef FML_INTERNAL_H
#define FML_INTERNAL_H

#include "fml.h"

extern unsigned char seq_nt6_table[256];

#ifdef __cplusplus
extern "C" {
#endif

void kt_for(int n_threads, void (*func)(void*,long,int), void *data, long n);
void seq_reverse(int l, unsigned char *s);
void seq_revcomp6(int l, unsigned char *s);
struct bfc_ch_s *fml_count(int n, const bseq1_t *seq, int k, int q, int l_pre, int n_threads);

#ifdef __cplusplus
}
#endif

#endif