]> git.donarmstrong.com Git - mothur.git/blobdiff - sffinfocommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / sffinfocommand.h
index abfaa4b8a088713278a9384c08909f9eaaad70d2..903a589cd777b89b7e508e48d1173d550210f864 100644 (file)
@@ -17,7 +17,7 @@
 struct CommonHeader {
        unsigned int magicNumber;
        string version;
-       unsigned long int indexOffset;
+       unsigned long long indexOffset;
        unsigned int indexLength;
        unsigned int numReads;
        unsigned short headerLength;
@@ -71,7 +71,8 @@ public:
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Sffinfo"; }
-       
+       string getDescription()         { return "extract sequences reads from a .sff file"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }