# HG changeset patch # User nicksto # Date 1449679022 18000 # Node ID a72277535a2cfa46de2288fa5f80b7db66924711 # Parent df3b28364cd2d97e6fba262dd32c3358792afb08 allele-counts.xml: Fix bug causing crash when no seed is given. diff -r df3b28364cd2 -r a72277535a2c allele-counts.xml --- a/allele-counts.xml Wed Dec 09 11:20:51 2015 -0500 +++ b/allele-counts.xml Wed Dec 09 11:37:02 2015 -0500 @@ -1,6 +1,10 @@ process variant counts - allele-counts.py -i $input -o $output -f $freq -c $covg $header $stranded $nofilt -r $seed + allele-counts.py -i $input -o $output -f $freq -c $covg $header $stranded $nofilt + #if $seed: + -r $seed + #end if +