# HG changeset patch # User jeremie # Date 1404811686 14400 # Node ID 4e22c03bff6225c74385fa263e2f66fec2f81621 # Parent 52d89fc2e7fe728af46edc03f1a6a8058aaf05b6 Uploaded diff -r 52d89fc2e7fe -r 4e22c03bff62 pindel.xml --- a/pindel.xml Tue Jul 08 05:27:52 2014 -0400 +++ b/pindel.xml Tue Jul 08 05:28:06 2014 -0400 @@ -1,6 +1,5 @@ - pindel @@ -19,71 +18,78 @@ - --number_of_threads $number_of_threads - --window_size $window_size - + #if str($options_runtime) == "yes": + --number_of_threads $options_runtime.number_of_threads + --window_size $options_runtime.window_size + #end if - #if $reportInversions: - --report_inversions - #end if - #if $reportDuplications: - --report_duplications - #end if - #if $reportLongInsertions: - --report_long_insertions - #end if - #if $reportBreakpoints: - --report_breakpoints - #end if - #if $report_close_mapped_reads: - -s - #end if - #if $report_only_close_mapped_reads: - -S - #end if - #if $report_interchromosomal_events: - -I - #end if - -v $min_inversion_size - #if $detect_DD: - -q - #end if - --MAX_DD_BREAKPOINT_DISTANCE $MAX_DD_BREAKPOINT_DISTANCE - --MAX_DISTANCE_CLUSTER_READS $MAX_DISTANCE_CLUSTER_READS - --MIN_DD_CLUSTER_SIZE $MIN_DD_CLUSTER_SIZE - --MIN_DD_BREAKPOINT_SUPPORT $MIN_DD_BREAKPOINT_SUPPORT - --MIN_DD_MAP_DISTANCE $MIN_DD_MAP_DISTANCE - #if $DD_REPORT_DUPLICATION_READS: - --DD_REPORT_DUPLICATION_READS - #end if + #if str($options_which) == "yes": + #if $options_which.reportInversions: + --report_inversions + #end if + #if $options_which.reportDuplications: + --report_duplications + #end if + #if $options_which.reportLongInsertions: + --report_long_insertions + #end if + #if $options_which.reportBreakpoints: + --report_breakpoints + #end if + #if $options_which.report_close_mapped_reads: + -s + #end if + #if $options_which.report_only_close_mapped_reads: + -S + #end if + #if $options_which.report_interchromosomal_events: + -I + #end if + -v $options_which.min_inversion_size + #if $options_which.detect_DD: + -q + --MAX_DD_BREAKPOINT_DISTANCE $options_which.MAX_DD_BREAKPOINT_DISTANCE + --MAX_DISTANCE_CLUSTER_READS $options_which.MAX_DISTANCE_CLUSTER_READS + --MIN_DD_CLUSTER_SIZE $options_which.MIN_DD_CLUSTER_SIZE + --MIN_DD_BREAKPOINT_SUPPORT $options_which.MIN_DD_BREAKPOINT_SUPPORT + --MIN_DD_MAP_DISTANCE $options_which.MIN_DD_MAP_DISTANCE + #end if + #if $options_which.DD_REPORT_DUPLICATION_READS: + --DD_REPORT_DUPLICATION_READS + #end if + #end if - - -d $min_num_matched_bases - -a $additional_mismatch - -m $min_perfect_match_around_BP - --sequencing_error_rate $sequencing_error_rate - -u $maximum_allowed_mismatch_rate - --sensitivity $sensitivity - -n $NM - #if $NormalSamples: - -N - #end if - -B $balance_cutoff - -A $anchor_quality - -M $minimum_support_for_event + + #if str($options_sensel) == "yes": + -d $options_sensel.min_num_matched_bases + -a $options_sensel.additional_mismatch + -m $options_sensel.min_perfect_match_around_BP + --sequencing_error_rate $options_sensel.sequencing_error_rate + -u $options_sensel.maximum_allowed_mismatch_rate + --sensitivity $options_sensel.sensitivity + -n $options_sensel.NM + #if $options_sensel.NormalSamples: + -N + #end if + -B $options_sensel.balance_cutoff + -A $options_sensel.anchor_quality + -M $options_sensel.minimum_support_for_event + #end if - - #if $breakdancer.checking == "yes": - -input1 $breakdancer.input1 - #end if - - #if $IndelCorrection: - -C - #end if - - #if $input_SV_Calls_for_assembly.checking == "yes": - -z $input_SV_Calls_for_assembly.input_SV_Calls - #end if + + #if str($options_miscellaneous) == "yes": + #if $breakdancer.checking == "yes": + -input1 $breakdancer.input1 + #end if + + #if $IndelCorrection: + -C + #end if + + #if $input_SV_Calls_for_assembly.checking == "yes": + -z $input_SV_Calls_for_assembly.input_SV_Calls + #end if + #end if @@ -92,97 +98,165 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + + - + + + - - - - - - - - - + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - + + + + + + + + + + + + + + + + + + + + - + + + - + + + + + + + + - + + - + + - + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + - - + + + + + + + @@ -191,6 +265,8 @@ +