Mercurial > repos > bgruening > deeptools
diff computeGCBias.xml @ 40:20f8dafb554f draft
Uploaded
| author | bgruening |
|---|---|
| date | Mon, 03 Feb 2014 12:38:00 -0500 |
| parents | 2f7edf06a5da |
| children | c5787c91cab8 |
line wrap: on
line diff
--- a/computeGCBias.xml Sat Feb 01 08:09:18 2014 -0500 +++ b/computeGCBias.xml Mon Feb 03 12:38:00 2014 -0500 @@ -25,10 +25,11 @@ --effectiveGenomeSize $effectiveGenomeSize.effectiveGenomeSize_opt #end if + #if str(region).strip() != '': + --region 'region' + #end if + #if $advancedOpt.showAdvancedOpt == "yes": - #if str($advancedOpt.region.value) != '': - --region '$advancedOpt.region' - #end if --sampleSize '$advancedOpt.sampleSize' --regionSize '$advancedOpt.regionSize' @@ -57,6 +58,9 @@ <param name="fragmentLength" type="integer" value="300" min="1" label="Fragment length used for the sequencing" help ="If paired-end reads are used, the fragment length is computed from the BAM file."/> + + <expand macro="region_limit_operation" /> + <conditional name="advancedOpt"> <param name="showAdvancedOpt" type="select" label="Show advanced options" > <option value="no" selected="true">no</option> @@ -64,10 +68,6 @@ </param> <when value="no" /> <when value="yes"> - <param name="region" type="text" value="" - label="Region of the genome to limit the operation to" - help="This is useful when testing parameters to reduce the computing time. The format is chr:start:end, for example "chr10" or "chr10:456700:891000"" /> - <param name="sampleSize" type="integer" value="50000000" min="1" label="Number of sampling points to be considered" />
