]> git.donarmstrong.com Git - mothur.git/commit
Added get.line command.
authorryabin <ryabin>
Wed, 18 Feb 2009 19:42:11 +0000 (19:42 +0000)
committerryabin <ryabin>
Wed, 18 Feb 2009 19:42:11 +0000 (19:42 +0000)
commit5e7c1cf6a6dd289a90d27c0eef7eb4675b5e17b7
treecf885fe9cbe4d6374075a145bffc788f26dea0c2
parentaddc715b6d7ea52440751cec10edad03e1a19b37
Added get.line command.
Added get.label command.
Added get.group command.
Added parameter and parameter value error checking.
Modified ace to allow changing the abund variable.
Made it so you don't need a space after the comma when entering parameters.
Added error checking for invalid labels.
Added a new convert method that tests if a given string can be converted into an int.
14 files changed:
Mothur.xcodeproj/project.pbxproj
collect.cpp
collect.h
collectcommand.cpp
errorchecking.cpp
getgroupcommand.cpp [new file with mode: 0644]
getgroupcommand.h [new file with mode: 0644]
getlabelcommand.cpp [new file with mode: 0644]
getlabelcommand.h [new file with mode: 0644]
getlinecommand.cpp [new file with mode: 0644]
getlinecommand.h [new file with mode: 0644]
globaldata.hpp
rarefactcommand.cpp
summarycommand.cpp