]> 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 0e242afa2f3eab6e53b1d8927c1658aecee97fc6..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;
@@ -70,7 +70,9 @@ public:
        string getCommandName()                 { return "sffinfo";                                     }
        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()); }