]> git.donarmstrong.com Git - mothur.git/commit
fixed bug with trim.seqs- when a file is blank for a grouping mothur removed it,...
authorwestcott <westcott>
Fri, 17 Dec 2010 13:47:10 +0000 (13:47 +0000)
committerwestcott <westcott>
Fri, 17 Dec 2010 13:47:10 +0000 (13:47 +0000)
commit75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e
tree80a22eacca85d4dba06213983ef53ef9ac93b7a1
parent8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2
fixed bug with trim.seqs- when a file is blank for a grouping mothur removed it, but since multiple barcodes went to the same group the allfiles list had the same name more than once, so when it went to check if it was blank again it didn't exist
38 files changed:
Mothur.xcodeproj/project.pbxproj
calculator.h
canberra.cpp [new file with mode: 0644]
canberra.h [new file with mode: 0644]
collect.cpp
collectdisplay.h
collectorscurvedata.h
collectsharedcommand.cpp
display.h
hamming.cpp [new file with mode: 0644]
hamming.h [new file with mode: 0644]
hellinger.cpp [new file with mode: 0644]
hellinger.h [new file with mode: 0644]
manhattan.cpp [new file with mode: 0644]
manhattan.h [new file with mode: 0644]
mothur
mothurout.cpp
odum.cpp [new file with mode: 0644]
odum.h [new file with mode: 0644]
soergel.cpp [new file with mode: 0644]
soergel.h [new file with mode: 0644]
spearman.cpp [new file with mode: 0644]
spearman.h [new file with mode: 0644]
speciesprofile.cpp [new file with mode: 0644]
speciesprofile.h [new file with mode: 0644]
strictchi2.cpp [new file with mode: 0644]
strictchi2.h [new file with mode: 0644]
strictchord.cpp [new file with mode: 0644]
strictchord.h [new file with mode: 0644]
stricteuclidean.cpp [new file with mode: 0644]
stricteuclidean.h [new file with mode: 0644]
strictkulczynski.cpp [new file with mode: 0644]
strictkulczynski.h [new file with mode: 0644]
strictpearson.cpp [new file with mode: 0644]
strictpearson.h [new file with mode: 0644]
summarysharedcommand.cpp
trimseqscommand.cpp
validcalculator.cpp