Repository revision
1:5e2c89443c44

Repository 'mine'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/mine

MINE tool metadata
Miscellaneous
MINE
- Maximal Information-based Nonparametric Exploration
maximal_information_based_nonparametric_exploration
toolshed.g2.bx.psu.edu/repos/devteam/mine/maximal_information_based_nonparametric_exploration/0.0.1
0.0.1
None
True
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}"
  
python
False
Functional tests
No functional tests defined