Home
last modified time | relevance | path

Searched refs:numFlowTest (Results 1 – 1 of 1) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dshhhercommand.cpp584 string numFlowTest; in getFlowData() local
585 flowFile >> numFlowTest; in getFlowData()
587 …if (!util.isContainingOnlyDigits(numFlowTest)) { m->mothurOut("[ERROR]: expected a number and got … in getFlowData()
588 else { convert(numFlowTest, numFlowCells); } in getFlowData()