# HG changeset patch # User bonsai # Date 1379084322 14400 # Node ID 87874e4511beab4f3451354eeacb4324f6191a2a # Parent 9fe9c48f59704398afaf4b4ef9929a73c170fb33 Uploaded diff -r 9fe9c48f5970 -r 87874e4511be crac.xml --- a/crac.xml Fri Sep 13 10:47:23 2013 -0400 +++ b/crac.xml Fri Sep 13 10:58:42 2013 -0400 @@ -10,9 +10,7 @@ #else "$Genome.index_input.extra_files_path" #end if - #if $condi_compressed == "yes" - --gz - #end if + $compressed $output_name.extra_files_path -r $input -k $kmer_length --read-length $read_length --sam $output_name #if $condi_deep_snp.deepSNP == "yes" @@ -30,9 +28,7 @@ --min-support-no-cover $choixSettings.min_support_no_cover --min-break-length $choixSettings.min_break_length #end if - #if str($detailed_sam) == "yes" - --detailed-sam - #end if + $detailed_sam @@ -60,20 +56,21 @@ - + k-mer length must be carefully chosen. A k-mer of that length must map to a unique location in the genome with a high probability. Recommended value for the human genome: 22 - - - - - - + + + + - - - + + +