# HG changeset patch # User greg # Date 1516820687 18000 # Node ID 4d542da396a715428fa081dbc1afb7607139f018 # Parent ab0f306504a38c329b7e7b29546e435c76e0a4fe Uploaded diff -r ab0f306504a3 -r 4d542da396a7 ideas_preprocessor.xml --- a/ideas_preprocessor.xml Wed Jan 24 13:47:23 2018 -0500 +++ b/ideas_preprocessor.xml Wed Jan 24 14:04:47 2018 -0500 @@ -45,9 +45,15 @@ --restrict_to_chroms ",".join(chroms) #end if #end if +#if str($bychr) == "true": + --bychr true +#end if --reads_per_bp $reads_per_bp -#if str($exclude_input) not in ["None", ""]: - --exclude_input '$exclude_input' +#if str($exclude_bed_input) not in ["None", ""]: + --exclude_bed_input '$exclude_bed_input' +#end if +#if str($standardize_datasets) == "true": + --standardize_datasets true #end if --output '$output' --output_hid $output.hid @@ -156,7 +162,7 @@ - + @@ -166,7 +172,7 @@ - +