# HG changeset patch # User nilshomer # Date 1313366942 14400 # Node ID eb58ceeedfba383eb02dba03fc7c9ade16f55314 # Parent ed05f816791022988323e0b9bce7e79ea51b90cf Uploaded diff -r ed05f8167910 -r eb58ceeedfba dwgsim_eval_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dwgsim_eval_wrapper.xml Sun Aug 14 20:09:02 2011 -0400 @@ -0,0 +1,73 @@ + + from a SAM/BAM file using dwgsim_eval + + if 'sam' == input.ext: + dwgsim_wrapper.py \ + $alignmentScore \ + $bwa \ + $colorSpace \ + -d $scoreFactor \ + -g $wiggle \ + -n $numReads \ + -q $minMapq \ + $singleEnd \ + $printIncorrect \ + -s $numSnps \ + -e $numErrors \ + $indels \ + -s $input \ + -o $output + else: + dwgsim_wrapper.py \ + $alignmentScore \ + $bwa \ + $colorSpace \ + -d $scoreFactor \ + -g $wiggle \ + -n $numReads \ + -q $minMapq \ + $singleEnd \ + $printIncorrect \ + -s $numSnps \ + -e $numErrors \ + $indels \ + -b $input \ + -o $output + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This tool evaluates simulated reads from DWGSIM. For more information, please see https://sourceforge.net/apps/mediawiki/dnaa/index.php?title=Whole_Genome_Simulation#Evaluating_mapping_-_dwgsim_eval + + +