# HG changeset patch # User ahosny # Date 1470511292 14400 # Node ID 066299035353fa978d48937df7b210e86d771ab6 # Parent 8216e150d1aacb4d7200b798bc65ece2e03f88d9 initial CNV Sim tool definition file diff -r 8216e150d1aa -r 066299035353 cnv_sim.xml --- a/cnv_sim.xml Sat Aug 06 15:19:57 2016 -0400 +++ b/cnv_sim.xml Sat Aug 06 15:21:32 2016 -0400 @@ -1,10 +1,10 @@ - + in NGS short reads #if $type.simulation_type=="whole_genome" - cnv-sim.py genome $reference + cnv-sim.py -n $number_of_reads -l $read_length -g $regions_count -a $amplifications -d $deletions -min $minimum -max $maximum genome $reference #else - cnv-sim.py exome $reference $target + cnv-sim.py -n $number_of_reads -l $read_length -g $regions_count -a $amplifications -d $deletions -min $minimum -max $maximum exome $reference $target #end if @@ -14,18 +14,43 @@ - + - - + + + + + + + + + + + - + + + + + - - This tool generates artificial NGS short reads in FASTQ format afficted by Copy Number Variations. - + \ No newline at end of file