comparison hicPlotMatrix.xml @ 18:9349918fbfcd draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 0f4a6baff82058bb67678f402d302e2b8964f750"
author iuc
date Thu, 06 Feb 2020 00:18:11 +0000
parents 83bda473a3f7
children e8ea78b11ce6
comparison
equal deleted inserted replaced
17:83bda473a3f7 18:9349918fbfcd
33 $clearMaskedBins 33 $clearMaskedBins
34 34
35 ## special: --chromosomeOrder is optional, but if given needs at least one argument 35 ## special: --chromosomeOrder is optional, but if given needs at least one argument
36 #set chroms = ' '.join([ '\'' + str($var.chromosome) + '\'' for $var in $chromosomeOrder ]) 36 #set chroms = ' '.join([ '\'' + str($var.chromosome) + '\'' for $var in $chromosomeOrder ])
37 #if chroms: 37 #if chroms:
38 --chromosomeOrder "$chroms" 38 --chromosomeOrder $chroms
39 #end if 39 #end if
40 40
41 #if $region: 41 #if $region:
42 --region '$region' 42 --region '$region'
43 #end if 43 #end if