{
try
{
- exportAlignment();
+ hmmSeqs = alignment.getHMMConsensusSequences(true);
+ HMMERCommands.exportData(alignment, true, false,
+ new HiddenMarkovModel());
} catch (FileNotFoundException e)
{
// TODO Auto-generated catch block
}
- private void exportAlignment() throws IOException
- {
- hmmSeqs = alignment.getHMMConsensusSequences(true);
- if (!alignment.isAligned())
- {
- alignment.padGaps();
- }
- HMMERCommands.exportData(alignment, true, false,
- new HiddenMarkovModel());
- }
+
private void runCommand() throws IOException, InterruptedException
{