sumalibs first commit
This commit is contained in:
19
libfasta/fasta_seq_writer.h
Normal file
19
libfasta/fasta_seq_writer.h
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
#ifndef FASTA_SEQ_WRITER_H_
|
||||
#define FASTA_SEQ_WRITER_H_
|
||||
|
||||
#include "sequence.h"
|
||||
|
||||
|
||||
void printOnlySeqFromFastaSeqPtr(fastaSeqPtr, FILE*);
|
||||
|
||||
void printOnlySeqFromChar(char*, FILE*);
|
||||
|
||||
void printOnlyHeaderFromFastaSeqPtr(fastaSeqPtr, FILE*);
|
||||
|
||||
void printOnlyHeaderFromTable(element_from_header*, FILE*);
|
||||
|
||||
void printHeaderAndSeqFromFastaSeqPtr(fastaSeqPtr, FILE*);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user