| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.7.6+galaxy1 (this tool) |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.7.5+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.7.5+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.7.2+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.6+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.6+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.4.3.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.4.2.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.4.1.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/3.3.1.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/2.1.4.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/2.1.2.0 |
| toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicaggregatecontacts/hicexplorer_hicaggregatecontacts/2.1.0 |
| hicexplorer_hicaggregatecontacts |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| hicexplorer | 3.7.6 | package |
| Additional information about this tool |
ln -s '$matrix_h5_cooler' 'matrix.$matrix_h5_cooler.ext' &&
hicAggregateContacts
--matrix 'matrix.$matrix_h5_cooler.ext'
--BED '$BED'
#if $BED2:
--BED2 '$BED2'
#end if
--range '$range_min:$range_max'
--numberOfBins '$numberOfBins'
--transform $transform
--operationType $operationType
--mode $mode
$row_wise
$perChr
--largeRegionsOperation $largeRegionsOperation
#if $outputs and 'PrefixMatrix' in $outputs:
--outFilePrefixMatrix 'matrix_values'
#end if
#if $outputs and 'outFileContactPairs' in $outputs:
--outFileContactPairs 'contact_positions'
#end if
#if $outputs and 'HeatmapFile' in $outputs:
--diagnosticHeatmapFile 'heatmap'
#end if
#if $outputs and 'outFileObsExp' in $outputs:
--outFileObsExp 'ObsExp.$matrix_h5_cooler.ext'
#end if
#if $clustering:
$clustering
#end if
#if $howToCluster:
--howToCluster $howToCluster
#end if
#if $chromosomes:
--chromosomes #echo "' '".join([ "'%s'" % $chrom.chromosome for $chrom in $chromosomes ])#
#end if
#if $plotType:
--plotType $plotType
#end if
#if $colormap:
--colorMap $colormap
#end if
#if $vMin:
--vMin $vMin
#end if
#if $vMax:
--vMax $vMax
#end if
$considerStrandDirection
--outFileName plot.$image_file_format
&&
mv plot.$image_file_format plot
#if $outputs and 'outFileObsExp' in $outputs:
&& mv 'ObsExp.$matrix_h5_cooler.ext' matrix
#end if
| Functional tests |
| name | inputs | outputs | required files |
| Test-1 |
matrix_h5_cooler: Li_et_al_2015.cool BED: hicAggregateContacts/test_regions.bed range_min: 50000 range_max: 900000 numberOfBins: 30 howToCluster: center image_file_format: png |
name: value |
Li_et_al_2015.cool hicAggregateContacts/test_regions.bed value |