1 #ifndef GETLABELCOMMAND_H
2 #define GETLABELCOMMAND_H
8 * Created by Thomas Ryabin on 1/30/09.
9 * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
13 #include "command.hpp"
14 #include "readmatrix.hpp"
18 class GetlabelCommand : public Command {
20 GetlabelCommand(string);
26 GlobalData* globaldata;