changeset 1:376a9544e305 draft default tip

planemo upload commit d43a8dbc5bbc7b4592b5ba90fd35728dd7a9e5f8
author galaxytrakr
date Fri, 27 Mar 2026 12:56:08 +0000
parents 1fbf1bf3d180
children
files reads_subsampler.xml subsamplr.py test-data/forward.fastq.bz2 test-data/forward.fastq.gz test-data/forward_out.fastq.bz2 test-data/forward_out.fastq.gz test-data/reverse.fastq.bz2 test-data/reverse.fastq.gz test-data/reverse_out.fastq.bz2 test-data/reverse_out.fastq.gz
diffstat 10 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/reads_subsampler.xml	Mon Dec 08 20:22:33 2025 +0000
+++ b/reads_subsampler.xml	Fri Mar 27 12:56:08 2026 +0000
@@ -1,5 +1,5 @@
-<tool id="reads_subsampler" name="GalaxyTrakr Subsampler" version="1.0.0" python_template_version="3.5">
-    <description>to reduce excess genomic coverage to specified depth</description>
+<tool id="reads_subsampler" name="Subsample FASTQ Reads" version="1.0.0" python_template_version="3.5">
+    <description>to reduce excess genomic coverage</description>
     <requirements>
         <requirement type="package" version="3.7">python</requirement>
     </requirements>
--- a/subsamplr.py	Mon Dec 08 20:22:33 2025 +0000
+++ b/subsamplr.py	Fri Mar 27 12:56:08 2026 +0000
@@ -110,4 +110,4 @@
             file.write(quals)
 
 # [fp.close() for fp in ins]
-# [fp.close() for fp in outs]
+# [fp.close() for fp in outs]
\ No newline at end of file
Binary file test-data/forward.fastq.bz2 has changed
Binary file test-data/forward.fastq.gz has changed
Binary file test-data/forward_out.fastq.bz2 has changed
Binary file test-data/forward_out.fastq.gz has changed
Binary file test-data/reverse.fastq.bz2 has changed
Binary file test-data/reverse.fastq.gz has changed
Binary file test-data/reverse_out.fastq.bz2 has changed
Binary file test-data/reverse_out.fastq.gz has changed