# HG changeset patch # User nilshomer # Date 1313366889 14400 # Node ID 512671604bab0960f96f0f4b74b8c54eadfbec5a # Parent 1f7032731f66958d685804954c3fda727e1565b6 Uploaded diff -r 1f7032731f66 -r 512671604bab dwgsim_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dwgsim_wrapper.xml Sun Aug 14 20:08:09 2011 -0400 @@ -0,0 +1,84 @@ + + from a fasta sequence using dwgsim + dwgsim_wrapper.py \ + -e $eRateFirstread \ + -E $eRateSecondread \ + -d $innerDist \ + -s $stDev \ + -N $noReadpairs \ + -1 $loFirstread \ + -2 $loSecondread \ + -r $rateOfMut \ + -R $rateOfIndels \ + -X $probExtRead \ + -y $probRandRead \ + -n $maxAllowN \ + -S $strandDirection \ + $colorSpace \ + $haploMode \ + -f $input \ + -3 $outputSingleReads \ + -4 $outputPEFirst \ + -5 $outputPESecond \ + -6 $outputMutations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This tools simulate reads from a given fasta file. +For more information, please see https://sourceforge.net/apps/mediawiki/dnaa/index.php?title=Whole_Genome_Simulation + + +