Mercurial > repos > jpayne > bioproject_to_srr_2
comparison bio2srr.xml @ 5:1a3038b6d1dd
planemo upload for repository https://toolrepo.galaxytrakr.org/view/jpayne/bioproject_to_srr_2/556cac4fb538
author | jpayne |
---|---|
date | Fri, 03 May 2024 03:13:56 -0400 |
parents | 2d4a2159c74b |
children | b2745907b1eb |
comparison
equal
deleted
inserted
replaced
4:2d4a2159c74b | 5:1a3038b6d1dd |
---|---|
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 <requirement type="package" version="3.12">python</requirement> | 4 <requirement type="package" version="3.12">python</requirement> |
5 <requirement type="package" version="2.2.1">urllib3</requirement> | |
5 <requirement type="package" version="2.31.0">requests</requirement> | 6 <requirement type="package" version="2.31.0">requests</requirement> |
6 </requirements> | 7 </requirements> |
7 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
8 python $__tool_directory__/bio2srr.py "$input1" | 9 python $__tool_directory__/bio2srr.py "$input1" |
9 ]]></command> | 10 ]]></command> |