Progress towards MussaSetupDialog (Currently will cause crash! Be warned!)
[mussa.git] / qui / mussa_setup_dialog / SetupInfo.cpp
1 #include "qui/mussa_setup_dialog/SetupInfo.hpp"
2
3 SetupInfo::SetupInfo(std::string newSeqFile, std::string newAnnotFile,
4                      int newFastaIndex, int newSubSeqStart, int newSubSeqEnd) 
5   : seqFile(newSeqFile),
6     annotFile(newAnnotFile),
7     fastaIndex(newFastaIndex),
8     subSeqStart(newSubSeqStart),
9     subSeqEnd(newSubSeqEnd)
10 {
11
12 }