# HG changeset patch
# User matthias
# Date 1545156369 18000
# Node ID 4758a347d62e54caa9bf419437fb44f4818c4b7c
# Parent 223e7778451a4ec1f42857bc033359b31922684b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 9c41b2599125298b1a4d9ffb2511cdc87ff79a73
diff -r 223e7778451a -r 4758a347d62e macros.xml
--- a/macros.xml Fri Nov 30 07:42:16 2018 -0500
+++ b/macros.xml Tue Dec 18 13:06:09 2018 -0500
@@ -8,7 +8,7 @@
2.2
- 1
+ 2
@@ -128,6 +128,7 @@
+
@@ -139,7 +140,7 @@
-
+
@@ -147,30 +148,33 @@
appends noting/.1/.2 to the link name for accessing the fastq data
sets variables $name and $data_path-->
@@ -188,15 +192,6 @@
#end for
]]>
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff -r 223e7778451a -r 4758a347d62e macros_process.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros_process.xml Tue Dec 18 13:06:09 2018 -0500
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ?
+ #set $name=$clean_ext($input.name)
+ #end if
+
+ #if $isfq:
+ #set $ext = "fastq"
+ #set inputype = "fastq"
+ #else
+ #set $ext = "fastq.gz"
+ #set inputype = "gzfastq"
+ #end if
+
+ #if $input_type.options_type_selector == "single"
+ ln -s '$input' 'stacks_inputs/${name}.${ext}' &&
+ #else:
+ ## procrad needs _R[12]_ in the file name, so we add an add 0
+ ln -s '$input.forward' 'stacks_inputs/${name}_R1_0.${ext}' &&
+ ln -s '$input.reverse' 'stacks_inputs/${name}_R2_0.${ext}' &&
+ #end if
+ #end for
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ input_type['options_type_selector'] == "single"
+
+
+
+ input_type['options_type_selector'] == "paired"
+
+
+
+
+ input_type['options_type_selector'] == "paired"
+
+
+
+
+
+ capture is True and input_type['options_type_selector'] == "single"
+
+
+
+ capture is True and input_type['options_type_selector'] == "paired"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 223e7778451a -r 4758a347d62e stacks_clonefilter.xml
--- a/stacks_clonefilter.xml Fri Nov 30 07:42:16 2018 -0500
+++ b/stacks_clonefilter.xml Tue Dec 18 13:06:09 2018 -0500
@@ -7,7 +7,6 @@
@@ -73,7 +70,7 @@
-
+
@@ -81,29 +78,30 @@
-
+
-
+
-
+
data_type['dt_select'] == 'single'
-
+
data_type['dt_select'] == 'pair'
-
+
data_type['dt_select'] == 'pair'
+
@@ -112,29 +110,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -143,7 +156,6 @@