Mercurial > repos > jpayne > bioproject_to_srr_2
comparison bio2srr.xml @ 14:18e1cb6018fd
planemo upload for repository https://toolrepo.galaxytrakr.org/view/jpayne/bioproject_to_srr_2/556cac4fb538
author | jpayne |
---|---|
date | Mon, 20 May 2024 02:25:23 -0400 |
parents | f550715358f1 |
children | dc2c003078e9 |
comparison
equal
deleted
inserted
replaced
13:f550715358f1 | 14:18e1cb6018fd |
---|---|
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 <requirement type="package" version="3.12">python</requirement> | 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 env & | 7 env ; python $__tool_directory__/bio2srr.py "$input1" |
8 python $__tool_directory__/bio2srr.py "$input1" | |
9 ]]></command> | 8 ]]></command> |
10 <inputs> | 9 <inputs> |
11 <param type="text" name="input1" label="BioProject" /> | 10 <param type="text" name="input1" label="BioProject" /> |
12 </inputs> | 11 </inputs> |
13 <outputs> | 12 <outputs> |