Mercurial > repos > greg > ideas
changeset 182:28a995056cd0 draft
Uploaded
| author | greg | 
|---|---|
| date | Mon, 05 Feb 2018 14:32:53 -0500 | 
| parents | 475fa65d5138 | 
| children | a4e4ca3c021d | 
| files | ideas.xml | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- 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":
