| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.7.6+galaxy1 (this tool) |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.7.5+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.7.5+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.7.2+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.6+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.6+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.4.3.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.4.2.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.4.1.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/3.3.1.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/2.1.4.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/2.1.2.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/2.1.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/2.0.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/1.8.1.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/1.8.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/1.7.2.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotdistvscounts/hicexplorer_hicplotdistvscounts/1.7.1.0 |
| hicexplorer_hicplotdistvscounts |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| hicexplorer | 3.7.6 | package |
| Additional information about this tool |
#import re
#set matrices_path=[]
#set matrices_labels=[]
#for $counter, $m, in enumerate($matrices):
#set identifier = re.sub('[^\s\w\-]', '_', str($m.element_identifier))
ln -f -s '${m}' '${identifier}_${counter}.$m.ext' &&
#silent $matrices_path.append("'%s_%s.%s'" % ($identifier, $counter, $m.ext))
#silent $matrices_labels.append("'%s'" % ($identifier))
#end for
hicPlotDistVsCounts
--matrices #echo " ".join($matrices_path)#
--labels #echo " ".join($matrices_labels)#
$skipDiagonal
--plotFile plot.png
#if $plotsize:
--plotsize $plotsize
#end if
--maxdepth $maxdepth
$perchr
#set chroms = " ".join([ "'%s'" % $var.chromosomeExclude for $var in $chromosomeExclude ])
#if $chromosomeExclude:
--chromosomeExclude '$chroms'
#end if
#if $domains:
--domains '$domains'
#end if
#if $outFileData_Boolean:
$outFileData_Boolean ./outFileData
#end if
| Functional tests |
| name | inputs | outputs | required files |
| Test-1 |
matrices: small_test_matrix.h5 skipDiagonal: False |
name: value |
small_test_matrix.h5 value |
| Test-2 |
matrices: small_test_matrix.h5 skipDiagonal: False outFileData_Boolean: True |
name: value name: value |
small_test_matrix.h5 value |
| Test-3 |
matrices: ['small_test_matrix.h5', 'small_test_matrix.h5'] skipDiagonal: False perchr: True chromosomeExclude_0|chromosomeExclude: chrUextra chromosomeExclude_1|chromosomeExclude: chrM chromosomeExclude_2|chromosomeExclude: chr3LHet |
name: value |
small_test_matrix.h5 value |