obiba / genobyte

GenoByte is a Java API for storing and querying data resulting from the aggregation of high-throughput genotyping experiments across many subjects.
GNU General Public License v3.0
1 stars 0 forks source link

GEN-63: Change Stats system to remove use of plain strings for inputParam / outputParam. #39

Open ymarcon opened 17 years ago

ymarcon commented 17 years ago

Jira issue originally created by user dbujold:

Right now, inputParams and outputParams for Statistics are plain strings. This means that anything dealing with the results outputed by a statistic must "know" the name of the output to be able to access it in the pool. Therefore, it becomes necessary to read a statistic class code to obtain the name of the results produced by that statistic.