comparison fastq_dump.xml @ 31:734abc7ac21d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 3a7f854e8ebfb2bed11198fb83181f305af633f7
author iuc
date Thu, 14 Sep 2023 07:38:02 +0000
parents 4317d3cb6cba
children fb723c531be5
comparison
equal deleted inserted replaced
30:4317d3cb6cba 31:734abc7ac21d
224 <element name="forward" file="SRR11953971_1.fastq.gz" ftype="fastqsanger.gz" decompress="True"/> 224 <element name="forward" file="SRR11953971_1.fastq.gz" ftype="fastqsanger.gz" decompress="True"/>
225 <element name="reverse" file="SRR11953971_2.fastq.gz" ftype="fastqsanger.gz" decompress="True"/> 225 <element name="reverse" file="SRR11953971_2.fastq.gz" ftype="fastqsanger.gz" decompress="True"/>
226 </element> 226 </element>
227 </output_collection> 227 </output_collection>
228 </test> 228 </test>
229 <test expect_num_outputs="2">
230 <param name="input_select" value="accession_number"/>
231 <param name="outputformat" value="fastqsanger.gz"/>
232 <param name="accession" value="ERR086330, SRR11953971"/>
233 <section name="adv">
234 <param name="defline_seq" value="@$ac.$si/$ri $sn length=$rl"/>
235 </section>
236 <output_collection name="list_paired" type="list:paired" count="2">
237 <element name="ERR086330">
238 <element name="forward" ftype="fastqsanger.gz" decompress="True">
239 <assert_contents>
240 <!-- decompressed content assertions only work from 23.1
241 therefore we test for size being at least one byte
242 larger than the results of the previous test which
243 uses the shorter default deflines
244 TODO replace has_size by has_line-->
245 <has_size min="147"/>
246 <!-- <has_line line="@ERR086330.1/1 1 length=76"/> -->
247 </assert_contents>
248 </element>
249 <element name="reverse" ftype="fastqsanger.gz" decompress="True">
250 <assert_contents>
251 <has_size min="141"/>
252 <!-- <has_line line="@ERR086330.1/2 1 length=76"/> -->
253 </assert_contents>
254 </element>
255 </element>
256 <element name="SRR11953971">
257 <element name="forward" ftype="fastqsanger.gz" decompress="True">
258 <assert_contents>
259 <has_size min="56206"/>
260 <!-- <has_line line="@SRR11953971.1/1 1 length=101"/> -->
261 </assert_contents>
262 </element>
263 <element name="reverse" ftype="fastqsanger.gz" decompress="True">
264 <assert_contents>
265 <has_size min="59843"/>
266 <!-- <has_line line="@SRR11953971.1/2 1 length=101"/> -->
267 </assert_contents>
268 </element>
269 </element>
270 </output_collection>
271 </test>
229 </tests> 272 </tests>
230 <help><![CDATA[ 273 <help><![CDATA[
231 **What it does?** 274 **What it does?**
232 275
233 This tool extracts data (in fastq_ format) from the Short Read Archive (SRA) at the National Center for Biotechnology Information (NCBI). It is based on the fasterq-dump_ utility of the SRA Toolkit. The following applies: 276 This tool extracts data (in fastq_ format) from the Short Read Archive (SRA) at the National Center for Biotechnology Information (NCBI). It is based on the fasterq-dump_ utility of the SRA Toolkit. The following applies: