diff ideas.xml @ 182:28a995056cd0 draft

Uploaded
author greg
date Mon, 05 Feb 2018 14:32:53 -0500
parents 15bd502e6a0c
children a4e4ca3c021d
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":