comparison bio2srr.xml @ 13:f550715358f1

planemo upload for repository https://toolrepo.galaxytrakr.org/view/jpayne/bioproject_to_srr_2/556cac4fb538
author jpayne
date Mon, 20 May 2024 00:56:52 -0400
parents 5eb2d5e3bf22
children 18e1cb6018fd
comparison
equal deleted inserted replaced
12:fc77995bc4da 13:f550715358f1
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 python $__tool_directory__/bio2srr.py "$input1" 8 python $__tool_directory__/bio2srr.py "$input1"
8 ]]></command> 9 ]]></command>
9 <inputs> 10 <inputs>
10 <param type="text" name="input1" label="BioProject" /> 11 <param type="text" name="input1" label="BioProject" />
11 </inputs> 12 </inputs>