18 unparsedArguments_.clear();
21 unsigned int ncol = ApplicationTools::getParameter<unsigned int>(
"length", unparsedArguments_, 100,
"",
true, warningLevel_);
22 unique_ptr<OSequence> oSeq;
23 if (format ==
"Fasta")
25 oSeq.reset(
new Fasta(ncol));
27 else if (format ==
"Mase")
29 oSeq.reset(
new Mase(ncol));
33 throw IOException(
"Sequence format '" + format +
"' unknown.");
The fasta sequence file format.
The mase sequence file format.
This alphabet is used to deal NumericAlphabet.