Mercurial > repos > bgruening > deeptools
comparison correctGCBias.xml @ 22:f85c85597f95 draft
Uploaded
author | bgruening |
---|---|
date | Mon, 03 Feb 2014 18:31:42 -0500 |
parents | 69ff16ba27bd |
children | 8c452f37c896 |
comparison
equal
deleted
inserted
replaced
21:e95b45f1ecbb | 22:f85c85597f95 |
---|---|
32 #else: | 32 #else: |
33 --effectiveGenomeSize $effectiveGenomeSize.effectiveGenomeSize_opt | 33 --effectiveGenomeSize $effectiveGenomeSize.effectiveGenomeSize_opt |
34 #end if | 34 #end if |
35 | 35 |
36 #if str($region).strip() != '': | 36 #if str($region).strip() != '': |
37 --region 'region' | 37 --region '$region' |
38 #end if | 38 #end if |
39 | 39 |
40 #if $advancedOpt.showAdvancedOpt == "yes": | 40 #if $advancedOpt.showAdvancedOpt == "yes": |
41 --binSize '$advancedOpt.binSize' | 41 --binSize '$advancedOpt.binSize' |
42 #end if | 42 #end if |