# HG changeset patch # User greg # Date 1517859173 18000 # Node ID 28a995056cd0df540f2c8b1ff9cea8091d992df7 # Parent 475fa65d513882b5a8b2b4c2b6a752b56a7c296b Uploaded diff -r 475fa65d5138 -r 28a995056cd0 ideas.xml --- a/ideas.xml Thu Feb 01 12:54:15 2018 -0500 +++ b/ideas.xml Mon Feb 05 14:32:53 2018 -0500 @@ -38,10 +38,10 @@ #if str($bychr) == "true": --bychr true #end if -#if $input.metadata.chrom_bed is not None: +#if str($input.metadata.chrom_bed) not in ['', 'None']: --chrom_bed_input $input.metadata.chrom_bed #end if -#if $input.metadata.chrom_windows is not None: +#if str($input.metadata.chrom_windows) not in ['' 'None']: --chromosome_windows $input.metadata.chrom_windows #end if #if str($hp) == "true":