# HG changeset patch # User stheil # Date 1443105711 14400 # Node ID 0591d844bd0830bbdac7cbee5175fb745ba91634 # Parent 3e0660c2fb2ca3b9c1ed1edcdb95c05ad3eae2aa Uploaded diff -r 3e0660c2fb2c -r 0591d844bd08 meta_velvet.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/meta_velvet.xml Thu Sep 24 10:41:51 2015 -0400 @@ -0,0 +1,419 @@ + + + + velvet_macro.xml + + Run velvet or meta-velvetg assembly. + + velvet.pl + + $meta + + #for $i, $library in enumerate( $shortPaired ) + + #set $libNumber = $i + 1 + + #if $libNumber == 1 + + #set $libNumber = '' + + #end if + + #if not $library.ins_length.value is None + + -ins_length$libNumber $library.ins_length + + #end if + + #if not $library.ins_length_sd.value is None + + -ins_length_sd$libNumber $library.ins_length_sd + + #end if + + -shortPaired$libNumber + + @PAIRED_FILES_OPTIONS@ + + #end for + + #for $i, $library in enumerate( $short ) + + #set $libNumber = $i + 1 + + #if $libNumber == 1 + + #set $libNumber = '' + + #end if + + -short$libNumber + + @UNPAIRED_FILES_OPTIONS@ + + #end for + + #for $i, $library in enumerate( $longPaired ) + + #if not $library.ins_length.value is None + + -ins_length_long $library.ins_length + + #end if + + #if not $library.ins_length_sd.value is None + + -ins_length_long_sd $library.ins_length_sd + + #end if + + -longPaired + + @PAIRED_FILES_OPTIONS@ + + #end for + + #for $i, $library in enumerate( $long ) + + -long + + @UNPAIRED_FILES_OPTIONS@ + + #end for + + #if not $hash_length.value == '' + + -hash_length $hash_length + + #end if + + $strand_specific + + #if not $cov_cutoff.value == '' + + -cov_cutoff $cov_cutoff + + #end if + + $read_trkg + + #if not $min_contig_lgth.value is None + + -min_contig_lgth $min_contig_lgth + + #end if + + $amos_file + + #if not $exp_cov.value == '' + + -exp_cov $exp_cov + + #end if + + #if not $long_cov_cutoff.value == '' + + -long_cov_cutoff $long_cov_cutoff + + #end if + + $scaffolding + + #if not $max_branch_length.value is None + + -max_branch_length $max_branch_length + + #end if + + #if not $max_divergence.value is None + + -max_divergence $max_divergence + + #end if + + #if not $max_gap_count.value is None + + -max_gap_count $max_gap_count + + #end if + + #if not $min_pair_count.value is None + + -min_pair_count $min_pair_count + + #end if + + #if not $max_coverage.value is None + + -max_coverage $max_coverage + + #end if + + #if not $coverage_mask.value is None + + -coverage_mask $coverage_mask + + #end if + + #if not $long_mult_cutoff.value is None + + -long_mult_cutoff $long_mult_cutoff + + #end if + + $unused_reads + + $alignments + + $exportFiltered + + #if not $paired_exp_fraction.value is None + + -paired_exp_fraction $paired_exp_fraction + + #end if + + $shortMatePaired + + $conserveLong + + $discard_chimera + + #if not $max_chimera_rate.value is None + + -max_chimera_rate $max_chimera_rate + + #end if + + #if not $repeat_cov_sd.value is None + + -repeat_cov_sd $repeat_cov_sd + + #end if + + #if not $min_split_length.value is None + + -min_split_length $min_split_length + + #end if + + #if not $valid_connections.value is None + + -valid_connections $valid_connections + + #end if + + #if not $noise_connections.value is None + + -noise_connections $noise_connections + + #end if + + $use_connections + + $report_split_detail + + $report_subgraph + + #if not $exp_covs.value == '' + + -exp_covs $exp_covs + + #end if + + #if not $min_peak_cov.value is None + + -min_peak_cov $min_peak_cov + + #end if + + #if not $max_peak_cov.value is None + + -max_peak_cov $max_peak_cov + + #end if + + #if not $histo_bin_width.value is None + + -histo_bin_width $histo_bin_width + + #end if + + #if not $histo_sn_ratio.value is None + + -histo_sn_ratio $histo_sn_ratio + + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (meta == '') + + + + (meta == '-nometa') + + + + (unused_reads == '-unused_reads yes') + + + + ((meta == '') and (amos_file == '-amos_file yes')) + + + + ((meta == '-nometa') and (amos_file == '-amos_file yes')) + + + + (meta == '-nometa') + + + + (meta == '') + + + + (meta == '-nometa') + + + + (meta == '') + + + + (meta == '') + + + + +