# HG changeset patch # User jeremie # Date 1404723394 14400 # Node ID 212478caed9b3413156364cadb09948421dbcf81 # Parent 8df51fff179b3a0d36b6327fdd0638f4f22fe802 Uploaded diff -r 8df51fff179b -r 212478caed9b pindel.xml --- a/pindel.xml Wed Jul 02 06:27:43 2014 -0400 +++ b/pindel.xml Mon Jul 07 04:56:34 2014 -0400 @@ -12,16 +12,17 @@ -r $inputReferenceFile -b $inputBamFile -s $insertSize - -o $outputVcfFile + + -o2 $outputVcfFile -n $sampleTag + - #if $breakdancer.checking == "yes": - -input1 $breakdancer.input1 - #end if + + --number_of_threads $number_of_threads --window_size $window_size - --sequencing_error_rate $sequencing_error_rate - --sensitivity $sensitivity + + #if $reportInversions: --report_inversions #end if @@ -34,8 +35,59 @@ #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 + + + -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 $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 + + @@ -50,64 +102,28 @@ - + + - + + - + + + @@ -117,35 +133,61 @@ - - + + + + + + + + - + +