Function
appendSeqs
Appends all sequences stored in files of directory to a StringSet.
Include Headers
seqan/file.h
Parameters
|  A StringSet of sequences to append to. Types:  StringSet | |
|  A path to a directory or single file. Types:  String | |
|  A file format tag. | 
Remarks
 This function scans a directory and searches for filenames corresponding to the sequence format store in formatTag ,
opens them and append their contained sequences to the seqSet .
If formatTag  is a AutoSeqFormat object, the file format is set to the first known sequence format guessed from a file name.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de