Mercurial > repos > galaxytrakr > aws_sra
diff aws_sra.xml @ 8:ef51d44623c2 draft
planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit 37694a2c524c1c5124f0da25ee49077717438a59
| author | galaxytrakr |
|---|---|
| date | Mon, 23 Mar 2026 18:42:57 +0000 |
| parents | 3529ce6bcde7 |
| children | 40b61da6c6c5 |
line wrap: on
line diff
--- a/aws_sra.xml Mon Mar 23 18:32:46 2026 +0000 +++ b/aws_sra.xml Mon Mar 23 18:42:57 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.3.0+gt_0.7" profile="23.0"> +<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.3.0+gt_0.8" profile="23.0"> <description>Fetch SRA data files from NCBI's public AWS S3 buckets</description> <requirements> @@ -144,7 +144,6 @@ <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).">^[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.">
