Repository revision
9:337705015ee8

Repository 'hicexplorer_hicplotsvl'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl

hicPlotSVL tool metadata
Miscellaneous
hicPlotSVL
plots the relation of short vs long range contacts
hicexplorer_hicplotsvl
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.7.5+galaxy0
3.7.5+galaxy0
hicPlotSVL --version
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.7.5+galaxy1
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.7.5+galaxy0 (this tool)
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.7.2+galaxy0
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.6+galaxy1
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.6+galaxy0
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.4.3.0
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.4.2.0
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.4.1.0
toolshed.g2.bx.psu.edu/repos/bgruening/hicexplorer_hicplotsvl/hicexplorer_hicplotsvl/3.3.1.0
hicexplorer_hicplotsvl
Requirements (dependencies defined in the <requirements> tag set)
name version type
hicexplorer 3.7.5 package
Additional information about this tool
#import re

        #for $counter, $m in enumerate($matrix_h5_cooler_multiple):
            #set identifier = re.sub('[^\s\w\-\.]', '_', str($m.element_identifier))
            ln -s '$m' '${counter}_$identifier' &&
        #end for
        #set $m = ' '.join([ '\'%s_%s\'' % ($counter, re.sub('[^\s\w\-\.]', '_', str($matrix.element_identifier))) for $counter, $matrix in enumerate($matrix_h5_cooler_multiple) ])

        hicPlotSVL
            --matrices $m
            #if $distance:
                --distance $distance
            #end if

            
        #if $chromosome_list:
            #set $chromosomes = []
            #for $chrom in $chromosome_list:
                #silent $chromosomes.append("'%s'" % $chrom.chromosomes)
            #end for
            #set $chromosome_string = ' '.join($chromosomes)
            --chromosomes $chromosome_string
        #end if
    

            #if $colorList:
                #set $colorList_new = ' '.join([ '\'%s\'' % $color for $color in str($colorList).split(' ') ])
                --colorList $colorList_new
            #end if

            #if $dpi:
                --dpi $dpi
            #end if
            --plotFileName plot.$image_file_format
            --outFileName p_values.txt
            --outFileNameData ratios.txt
            --threads \${GALAXY_SLOTS:-4}

            && mv plot.$image_file_format plot

    
None
False
Functional tests
name inputs outputs required files
Test-1 matrix_h5_cooler_multiple: ['small_test_matrix.h5', 'small_test_matrix.h5']
distance: 2000000
chromosome_list_0|chromosomes: chr2L
chromosome_list_1|chromosomes: chr3L
chromosome_list_2|chromosomes: chr4
colorList: y m c
dpi: 10
image_file_format: png
name: value
name: value
name: value
small_test_matrix.h5
value