Function
writeRecord
Write one FASTA or FASTQ record.
int writeRecord(stream, id, seq, tag[, options])
int writeRecord(stream, id, seq, quals, tag[, options])
Include Headers
seqan/seq_io.h
Parameters
stream
The stream to write to.
id
ID/Meta information line to write out.
seq
Sequence to write out.
quals
ASCII quality characters to write out.
tag
The format selector.
Types: Fasta, Fastq
options
if not supplied defaults are chosen.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:17