# HG changeset patch
# User iuc
# Date 1711389000 0
# Node ID 7f7f2ee03430cd51a27b3949b9ef475115c304cf
# Parent 61a6b93ee6e10941ad63ce3b6b1c629a81dd9ad9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pbtk commit c2e67f103e2b83fd0fb9757ea6b75984d4fd9b64
diff -r 61a6b93ee6e1 -r 7f7f2ee03430 bam2fastx.xml
--- a/bam2fastx.xml Tue Mar 12 15:42:13 2024 +0000
+++ b/bam2fastx.xml Mon Mar 25 17:50:00 2024 +0000
@@ -2,7 +2,7 @@
PacBio BAM to Fastx
3.1.1
- 0
+ 1
pbtk
@@ -18,9 +18,9 @@
#end if
input.bam
--num-threads "\${GALAXY_SLOTS:-1}" &&
-#if $output_format == "fasta":
+#if $output_format == "fasta_gz":
mv output.fasta.gz '$output_fasta_gz'
-#elif $output_format == "fastq":
+#elif $output_format == "fastq_gz":
mv output.fastq.gz '$output_fastq_gz'
#end if
]]>
@@ -33,28 +33,28 @@
- output_format == "fasta"
+ output_format == "fasta_gz"
- output_format == "fastq"
+ output_format == "fastq_gz"
-
-
-
-
+
+
-
+