| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/devteam/mine/maximal_information_based_nonparametric_exploration/0.0.1 (this tool) |
| maximal_information_based_nonparametric_exploration |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| MINE | 1.0.1 | package |
| Additional information about this tool |
mine_wrapper.py
--jar "\${JAVA_JAR_PATH}/MINE.jar"
--infile "${input_file}"
#if str( $master_variable_type.master_variable_type_selector ) in [ 'allPairs', 'adjacentPairs' ]:
--master_variable "${master_variable_type.master_variable_type_selector}"
#else:
--master_variable "${master_variable_type.master_variable}"
#end if
--cv "${cv}"
--exp "${exp}"
--c "${c}"
##--gc ##skip
#if str( $master_variable_type.master_variable_type_selector ) != 'allPairs' and $master_variable_type.permute:
--permute
#end if
--output_results "${output_results}"
--output_log "${output_log}"
| Functional tests |