Mercurial > repos > iuc > ega_download_client
comparison pyega3.xml @ 5:f9db47f68e5e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pyega3 commit 428637d89592a970388339a4ab68db9df8d68cdc
author | iuc |
---|---|
date | Fri, 07 Apr 2023 21:48:18 +0000 |
parents | 9564758e8638 |
children | 6cb20e130473 |
comparison
equal
deleted
inserted
replaced
4:9564758e8638 | 5:f9db47f68e5e |
---|---|
1 <tool id="pyega3" name="EGA Download Client" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.01" > | 1 <tool id="pyega3" name="EGA Download Client" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.01" > |
2 <macros> | 2 <macros> |
3 <token name="@TOOL_VERSION@">4.0.5</token> | 3 <token name="@TOOL_VERSION@">5.0.2</token> |
4 <token name="@VERSION_SUFFIX@">2</token> | 4 <token name="@VERSION_SUFFIX@">0</token> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@TOOL_VERSION@">pyega3</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">pyega3</requirement> |
8 </requirements> | 8 </requirements> |
9 <version_command><![CDATA[ | 9 <version_command><![CDATA[ |
187 <param name="action_type" value="download_file"/> | 187 <param name="action_type" value="download_file"/> |
188 <param name="file_id" value="EGAF00001753756"/> | 188 <param name="file_id" value="EGAF00001753756"/> |
189 <param name="reference_name" value="1"/> | 189 <param name="reference_name" value="1"/> |
190 <param name="start" value="0"/> | 190 <param name="start" value="0"/> |
191 <param name="end" value="10000"/> | 191 <param name="end" value="10000"/> |
192 <output name="downloaded_file" ftype="bam" md5="e576a38748feec45aa45191f6e902ce2"/> | 192 <output name="downloaded_file" md5="4b5344ad094c2bed7787430259205098"/> |
193 </test> | 193 </test> |
194 <!-- download multiple files --> | 194 <!-- download multiple files --> |
195 <test expect_num_outputs="1"> | 195 <test expect_num_outputs="1"> |
196 <param name="action_type" value="download_files"/> | 196 <param name="action_type" value="download_files"/> |
197 <param name="id_table" value="filelist.tabular"/> | 197 <param name="id_table" value="filelist.tabular"/> |
211 <param name="id_column" value="1"/> | 211 <param name="id_column" value="1"/> |
212 <param name="reference_name" value="1"/> | 212 <param name="reference_name" value="1"/> |
213 <param name="start" value="0"/> | 213 <param name="start" value="0"/> |
214 <param name="end" value="10000"/> | 214 <param name="end" value="10000"/> |
215 <output_collection name="downloaded_file_collection" count="2"> | 215 <output_collection name="downloaded_file_collection" count="2"> |
216 <element name="NA19239_genomic_range_1_0_10000" md5="bcdcf18846233cbe5cc8afd95168552c" /> | 216 <element name="NA19239_genomic_range_1_0_10000" md5="497f443830a6a3ec2e5bb5a19c4db638" /> |
217 <element name="NA19240_genomic_range_1_0_10000" md5="e576a38748feec45aa45191f6e902ce2" /> | 217 <element name="NA19240_genomic_range_1_0_10000" md5="4b5344ad094c2bed7787430259205098" /> |
218 </output_collection> | 218 </output_collection> |
219 <assert_stderr> | 219 <assert_stderr> |
220 <has_text text="Ignoring "File ID": no EGA file ID"/> | 220 <has_text text="Ignoring "File ID": no EGA file ID"/> |
221 </assert_stderr> | 221 </assert_stderr> |
222 </test> | 222 </test> |