]> git.donarmstrong.com Git - mothur.git/blobdiff - readlistfilecommand.h
changed read.shared to read.list and incorporated the shared and parselist commands...
[mothur.git] / readlistfilecommand.h
diff --git a/readlistfilecommand.h b/readlistfilecommand.h
deleted file mode 100644 (file)
index b444b38..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#ifndef READLISTFILECOMMAND_H
-#define READLISTFILECOMMAND_H
-/*
- *  readlistfilecommand.h
- *  Dotur
- *
- *  Created by Sarah Westcott on 1/2/09.
- *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
- *
- */
-
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
-#include "command.hpp"
-#include "readmatrix.hpp"
-#include "inputdata.h"
-
-/* The read.list command parameter options are listfile and orderfile.  
-The read.list command should be in the following format: 
-read.list(listfile=yourListFile, orderfile=yourOrderFile). The listfile parameter is required. */
-
-class GlobalData;
-
-class ReadListFileCommand : public Command {
-public:
-       ReadListFileCommand();
-       ~ReadListFileCommand();
-       int execute();
-       
-private:
-       GlobalData* globaldata;
-       ReadMatrix* read;
-       InputData* input;
-       string filename;
-};
-
-#endif
\ No newline at end of file