# HG changeset patch
# User richard-burhans
# Date 1722286423 0
# Node ID f9e91add973cfbec12102ea626083e1e1b05f037
# Parent ae2cd39594ebe919d165476d1a7cadbf048b63db
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit eb6ee047d39760f2596b6e343e2dc3898fafc5cd
diff -r ae2cd39594eb -r f9e91add973c gapped_extension_options.xml
--- a/gapped_extension_options.xml Sat Jul 13 16:51:52 2024 +0000
+++ b/gapped_extension_options.xml Mon Jul 29 20:53:43 2024 +0000
@@ -1,7 +1,6 @@
-
diff -r ae2cd39594eb -r f9e91add973c output_options.xml
--- a/output_options.xml Sat Jul 13 16:51:52 2024 +0000
+++ b/output_options.xml Mon Jul 29 20:53:43 2024 +0000
@@ -1,8 +1,95 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r ae2cd39594eb -r f9e91add973c segalign.xml
--- a/segalign.xml Sat Jul 13 16:51:52 2024 +0000
+++ b/segalign.xml Mon Jul 29 20:53:43 2024 +0000
@@ -8,7 +8,6 @@
ungapped_extension_options.xml
gapped_extension_options.xml
output_options.xml
- segalign_output_options.xml
system_options.xml
@@ -20,235 +19,135 @@
'${output}'
- ## .end if
- ## .if $output_format.rplot:
+ ## #end if
+ ## #if $output_format.rplot:
## &&
## Rscript $r_plot > /dev/null 2>&1
- ## .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
+ ## #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
+ --wga_chunk_size '$system_options.wga_chunk_size'
+ --lastz_interval_size '$system_options.lastz_interval_size'
+ --seq_block_size '$system_options.seq_block_size'
+ --num_gpu '$system_options.num_gpu'
+#if str($system_options.debug) == "true"
+ --debug
#end if
-## -------------------------------------------------------------------
+## Package Output ----------------------------------------------------
-#if $segalign_mode == "segalign_diagonal_partition"
- &&
- python '$__tool_directory__/package_output.py'
- --tool_directory '$__tool_directory__'
-#end if
+ && python '$__tool_directory__/package_output.py'
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- 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'
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-