diff --git a/tools/segalign/segalign.xml b/tools/segalign/segalign.xml new file mode 100644 index 0000000..d0e6c98 --- /dev/null +++ b/tools/segalign/segalign.xml @@ -0,0 +1,221 @@ + + A Scalable GPU System for Pairwise Whole Genome Alignments based on LASTZ's seed-filter-extend paradigm + + macros.xml + sequence_options.xml + scoring_options.xml + seeding_options.xml + ungapped_extension_options.xml + gapped_extension_options.xml + output_options.xml + segalign_output_options.xml + system_options.xml + + + + '${output}' + ## .end if + ## .if $output_format.rplot: + ## && + ## Rscript $r_plot > /dev/null 2>&1 + ## .end if + #if $segalign_mode == "segalign" + --output '$segalign_output' + #end if +#else if $segalign_mode == "segalign_repeat_masker" + --M '$mode.output_options.M' + --output '$segalign_repeat_masker_output' +#end if +#if str($mode.output_options.markend) == 'true' + --markend +#end if + +## System Options ----------------------------------------------------- + + --wga_chunk_size '$mode.system_options.wga_chunk_size' + --lastz_interval_size '$mode.system_options.lastz_interval_size' + --seq_block_size '$mode.system_options.seq_block_size' + --num_gpu '$mode.system_options.num_gpu' +#if str($mode.system_options.debug) == 'true' + --debug +#end if + + +#if $segalign_mode == "segalign_diagonal_partition" + && + '$__tool_directory__/package_output.py' +#end if + +## ------------------------------------------------------------------- + ]]> + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + + + + + +
+
+ + + + + + + + mode['mode_selector'] == 'segalign' and mode['diagonal_partition_options']['diagonal_partition'] is False + + + mode['mode_selector'] == 'segalign' and mode['diagonal_partition_options']['diagonal_partition'] is True + + + mode['mode_selector'] == 'segalign_repeat_masker' + + + + + + + + + + + +