# HG changeset patch # User davidvanzessen # Date 1480335830 18000 # Node ID ba2511ebd36a7f618e15bc1e807b1b8278e5d087 # Parent fff3c83ec9b80ca211109617566a55cf5b9d0267 Uploaded diff -r fff3c83ec9b8 -r ba2511ebd36a shm_csr.xml --- a/shm_csr.xml Mon Nov 28 05:15:16 2016 -0500 +++ b/shm_csr.xml Mon Nov 28 07:23:50 2016 -0500 @@ -1,7 +1,7 @@ - wrapper.sh $in_file custom $out_file $out_file.files_path ${in_file.name} "-" $functionality $unique $naive_output_ca $naive_output_cg $naive_output_cm $naive_output_ce $filter_uniques $class_filter_cond.class_filter $empty_region_filter $fast + wrapper.sh $in_file custom $out_file $out_file.files_path ${in_file.name} "-" $functionality $unique $naive_output_ca $naive_output_cg $naive_output_cm $naive_output_ce $naive_output_all $filter_uniques $class_filter_cond.class_filter $empty_region_filter $fast @@ -71,7 +71,7 @@ naive_output_cond['naive_output'] == "yes" class_filter_cond['class_filter'] != "101_101" - + naive_output_cond['naive_output'] == "yes" class_filter_cond['class_filter'] == "101_101" diff -r fff3c83ec9b8 -r ba2511ebd36a wrapper.sh --- a/wrapper.sh Mon Nov 28 05:15:16 2016 -0500 +++ b/wrapper.sh Mon Nov 28 07:23:50 2016 -0500 @@ -14,10 +14,11 @@ naive_output_cg=${10} naive_output_cm=${11} naive_output_ce=${12} -filter_unique=${13} -class_filter=${14} -empty_region_filter=${15} -fast=${16} +naive_output_all=${13} +filter_unique=${14} +class_filter=${15} +empty_region_filter=${16} +fast=${17} mkdir $outdir tar -xzf $dir/style.tar.gz -C $outdir