Mercurial > repos > bgruening > hicexplorer_hicplotmatrix
comparison hicPlotMatrix.xml @ 8:3c38fd8e7fe5 draft
planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit a05a78e9ba25279eb27ca6dbad8d8ded1c5f033e
author | iuc |
---|---|
date | Wed, 21 Feb 2018 11:23:09 -0500 |
parents | ab19eb99e383 |
children | 79d10df2108e |
comparison
equal
deleted
inserted
replaced
7:ac5ae3180686 | 8:3c38fd8e7fe5 |
---|---|
35 $clearMaskedBins | 35 $clearMaskedBins |
36 | 36 |
37 ## special: --chromosomeOrder is optional, but if given needs at least one argument | 37 ## special: --chromosomeOrder is optional, but if given needs at least one argument |
38 #set chroms = '" "'.join([ str($var.chromosome) for $var in $chromosomeOrder ]) | 38 #set chroms = '" "'.join([ str($var.chromosome) for $var in $chromosomeOrder ]) |
39 #if chroms: | 39 #if chroms: |
40 --chromosomeOrder '$chroms' | 40 --chromosomeOrder "$chroms" |
41 #end if | 41 #end if |
42 | 42 |
43 #if $region: | 43 #if $region: |
44 --region '$region' | 44 --region '$region' |
45 #end if | 45 #end if |