39 char ad1[READ_MAXLEN];
40 char ad2[READ_MAXLEN];
56 #endif // endif _DSTRIM_H DS_adap init_DSadap(char *ad1, char *ad2, int L1, int L2)
initialization of a DS_adap structure
Definition: trimDS.c:49
int L2
Definition: trimDS.h:42
stores a fastq entry
Definition: fq_read.h:37
int trim_adapterDS(DS_adap *ptr_DSad, Fq_read *r1, Fq_read *r2)
trim the sequences, discard them or keep them unchanged depending on them having adapters remnants...
Definition: trimDS.c:234
structure containing an adapter pair (for read 1 and read 2)
Definition: trimDS.h:38
fastq entries manipulations (read/write)
int L1
Definition: trimDS.h:41
struct _ds_adap DS_adap
structure containing an adapter pair (for read 1 and read 2)
char ad1[READ_MAXLEN]
Definition: trimDS.h:39
char ad2[READ_MAXLEN]
Definition: trimDS.h:40