Mercurial > repos > jpayne > bioproject_to_srr_2
comparison bio2srr.xml @ 7:5eb2d5e3bf22
planemo upload for repository https://toolrepo.galaxytrakr.org/view/jpayne/bioproject_to_srr_2/556cac4fb538
author | jpayne |
---|---|
date | Sun, 05 May 2024 23:32:17 -0400 |
parents | b2745907b1eb |
children | f550715358f1 |
comparison
equal
deleted
inserted
replaced
6:b2745907b1eb | 7:5eb2d5e3bf22 |
---|---|
1 <tool id="bio2srr" name="Bioproject to SRR" version="3.0.0"> | 1 <tool id="bio2srr" name="Bioproject to SRR" version="3.0.0"> |
2 <description>Retrieve SRR accessions and sample metadata from BioProject. Recursively follows links to subprojects.</description> | 2 <description>Retrieve SRR accessions and sample metadata from BioProject. Recursively follows links to subprojects.</description> |
3 <requirements> | 3 <requirements> |
4 <container type="docker">crashfrog/bio2srr</container> | 4 <requirement type="package" version="3.12">python</requirement> |
5 </requirements> | 5 </requirements> |
6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
7 python $__tool_directory__/bio2srr.py "$input1" | 7 python $__tool_directory__/bio2srr.py "$input1" |
8 ]]></command> | 8 ]]></command> |
9 <inputs> | 9 <inputs> |