# HG changeset patch # User ahosny # Date 1473255108 14400 # Node ID 12eb1e77bcfa994c379a8c9741167f1c634dfc8c # Parent b8c966f6e3023bca92c32103059cd422676279be Uploaded definition file diff -r b8c966f6e302 -r 12eb1e77bcfa cnv_sim.xml --- a/cnv_sim.xml Thu Aug 18 18:41:44 2016 -0400 +++ b/cnv_sim.xml Wed Sep 07 09:31:48 2016 -0400 @@ -1,22 +1,22 @@ - + in NGS short reads #if $type.simulation_type=="whole_genome" - cnv-sim.py -n $number_of_reads -l $read_length -g $regions_count -a $amplifications -d $deletions -min $minimum -max $maximum genome $reference + cnv-sim.py -n $number_of_reads -l $read_length -g $regions_count -a $amplifications_percentage -d $deletions_percentage -cn_min $minimum_copy_number -cn_max $maximum_copy_number -r_min $minimum_region_length -r_max $maximum_region_length genome $reference #else - cnv-sim.py -n $number_of_reads -l $read_length -g $regions_count -a $amplifications -d $deletions -min $minimum -max $maximum exome $reference $target + cnv-sim.py -n $number_of_reads -l $read_length -g $regions_count -a $amplifications_percentage -d $deletions_percentage -cn_min $minimum_copy_number -cn_max $maximum_copy_number -r_min $minimum_region_length -r_max $maximum_region_length exome $reference $target #end if - - + + - + @@ -25,31 +25,35 @@ - - - - + + + + + + - - - - - + + + + +