# HG changeset patch
# User iuc
# Date 1751028085 0
# Node ID 854b7c026a7e2192f37e9fc0e8179d60f875ee32
# Parent 558018b49a4cf3fdb65acdd6c4e5798fd1c2efac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deeparg commit 8b3c2a9c92770c45257d95585facba365633718e
diff -r 558018b49a4c -r 854b7c026a7e deeparg_short_reads.xml
--- a/deeparg_short_reads.xml Fri Feb 14 11:10:12 2025 +0000
+++ b/deeparg_short_reads.xml Fri Jun 27 12:41:25 2025 +0000
@@ -18,10 +18,17 @@
#end if
##
mkdir -p deeparg_short_reads_output &&
- #set $extension = str($forward_pe_file.ext)
- ln -s -f '${forward_pe_file}' 'input_forward.${extension}' &&
- #set $extension = str($reverse_pe_file.ext)
- ln -s -f '${reverse_pe_file}' 'input_reverse.${extension}' &&
+ #if $input_option.choice == 'paired'
+ #set $extension = str($input_option.fastq_input1.ext)
+ ln -s -f '${input_option.fastq_input1}' 'input_forward.${extension}' &&
+ #set $extension = str($input_option.fastq_input2.ext)
+ ln -s -f '${input_option.fastq_input2}' 'input_reverse.${extension}' &&
+ #else if $input_option.choice == 'paired_collection'
+ #set $extension = str($input_option.pair_input.forward.ext)
+ ln -s -f '${input_option.pair_input.forward}' 'input_forward.${extension}' &&
+ #set $extension = str($input_option.pair_input.reverse.ext)
+ ln -s -f '${input_option.pair_input.reverse}' 'input_reverse.${extension}' &&
+ #end if
deeparg short_reads_pipeline
--forward_pe_file 'input_forward.${extension}'
--reverse_pe_file 'input_reverse.${extension}'
@@ -37,8 +44,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -88,11 +106,14 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The DeepARG Short Reads Pipeline is a specialized tool for detecting antibiotic resistance genes (ARGs) directly from **paired-end short read sequencing data**
diff -r 558018b49a4c -r 854b7c026a7e macros.xml
--- a/macros.xml Fri Feb 14 11:10:12 2025 +0000
+++ b/macros.xml Fri Jun 27 12:41:25 2025 +0000
@@ -1,7 +1,7 @@
1.0.4
- 0
+ 1
22.05