changeset 2:83c923bd9da6 draft

planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit a95de952e58b29875b31e55f0ef06a83a18618fc
author galaxytrakr
date Mon, 23 Mar 2026 14:53:10 +0000
parents ddfdc4c465e7
children 6e7f066ba7fc
files aws_sra.xml
diffstat 1 files changed, 9 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/aws_sra.xml	Mon Mar 23 14:13:04 2026 +0000
+++ b/aws_sra.xml	Mon Mar 23 14:53:10 2026 +0000
@@ -1,10 +1,10 @@
-<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.3.0+gt_0.2" profile="23.0">
+<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.3.0+gt_0.3" profile="23.0">
     <description>Fetch SRA data files from NCBI's public AWS S3 buckets</description>
 
     <requirements>
-        <requirement type="package" version="2.34.8" channel="conda-forge">awscli</requirement>
-        <requirement type="package" version="3.2.1" channel="bioconda">sra-tools</requirement>
-        <requirement type="package" version="2.8" channel="conda-forge">pigz</requirement>
+        <requirement type="package" version="2.34.8">awscli</requirement>
+        <requirement type="package" version="3.2.1">sra-tools</requirement>
+        <requirement type="package" version="2.8">pigz</requirement>
     </requirements>
 
     <version_command>aws --version</version_command>
@@ -146,10 +146,8 @@
             <when value="fastq_dump">
                 <param name="accession" type="text" label="SRA Accession"
                        help="SRA run accession to fetch and convert, e.g. SRR000001. Must be present in sra-pub-run-odp.">
-                    <validator type="empty_field" message="An SRA accession is required."/>
-                    <validator type="regex"
-                               message="Must be a valid SRA run accession (SRR, ERR, or DRR followed by digits)."
-                               expression="^[SED]RR[0-9]+$"/>
+                    <validator type="empty_field" message="An SRA accession is required."/>     
+                    <validator type="regex" message="Must be a valid SRA run accession (SRR, ERR, or DRR followed by digits).">^\[SED\]RR\[0-9\]+$</validator>
                 </param>
                 <param name="layout" type="select" label="Read layout"
                        help="Paired-end produces two datasets labelled accession_1 and accession_2. Single-end produces one dataset. Check the SRA record to confirm layout before running.">
@@ -262,13 +260,14 @@
 | sra-pub-run-odp              | All open-access SRA runs in SRA Normalized format (.sra).  |
 |                              | Supports FASTQ conversion via this tool.                   |
 +------------------------------+------------------------------------------------------------+
-| sra-pub-src-1                | Source BAM, CRAM, and FASTQ files from PacBio, ONT, 10X.  |
+| sra-pub-src-1                | Source BAM, CRAM, and FASTQ files from PacBio, ONT, 10X.   |
 +------------------------------+------------------------------------------------------------+
-| sra-pub-src-2                | Same as above (second bucket for source submissions).       |
+| sra-pub-src-2                | Same as above (second bucket for source submissions).      |
 +------------------------------+------------------------------------------------------------+
 | sra-pub-metadata-us-east-1   | SRA metadata in Parquet/CSV format (for Athena / Glue).    |
 +------------------------------+------------------------------------------------------------+
 
+
 -----
 
 **Listing objects**