comparison fasterq_dump.xml @ 18:c8d04fc889f2 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 2646cabeb93bb9780c5c31839ea3189391b9a266"
author iuc
date Mon, 06 Jul 2020 22:18:55 +0000
parents 37f09413ddbf
children adc510b2288d
comparison
equal deleted inserted replaced
17:37f09413ddbf 18:c8d04fc889f2
1 <tool id="fasterq_dump" name="Faster Download and Extract Reads in FASTQ" version="@VERSION@+galaxy0" profile="18.01"> 1 <tool id="fasterq_dump" name="Faster Download and Extract Reads in FASTQ" version="@VERSION@+galaxy2" profile="18.01">
2 <description>format from NCBI SRA</description> 2 <description>format from NCBI SRA</description>
3 <macros> 3 <macros>
4 <import>sra_macros.xml</import> 4 <import>sra_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
167 </output_collection> 167 </output_collection>
168 <output_collection name="output_collection" type="list"> 168 <output_collection name="output_collection" type="list">
169 <element name="SRR002702" file="SRR002702_2.fastq.gz" ftype="fastqsanger.gz" decompress="True"/> 169 <element name="SRR002702" file="SRR002702_2.fastq.gz" ftype="fastqsanger.gz" decompress="True"/>
170 </output_collection> 170 </output_collection>
171 </test> 171 </test>
172 <test>
173 <param name="input_select" value="file_list"/>
174 <param name="file_list" value="sra_manifest.tabular" ftype="sra_manifest.tabular"/>
175 <output_collection name="list_paired" type="list:paired">
176 <element name="SRR11857975">
177 <element name="forward" file="SRR11857975_1.fastq.gz" decompress="True">
178 </element>
179 <element name="reverse" file="SRR11857975_2.fastq.gz" decompress="True">
180 </element>
181 </element>
182 </output_collection>
183 </test>
184 <test>
185 <param name="input_select" value="file_list"/>
186 <param name="file_list" value="sra_manifest.tabular" ftype="sra_manifest.tabular"/>
187 <output_collection name="list_paired" type="list:paired">
188 <element name="SRR11953971">
189 <element name="forward" file="SRR11953971_1.fastq.gz" decompress="True"/>
190 <element name="reverse" file="SRR11953971_2.fastq.gz" decompress="True"/>
191 </element>
192 </output_collection>
193 </test>
172 </tests> 194 </tests>
173 <help><![CDATA[ 195 <help><![CDATA[
174 **What it does?** 196 **What it does?**
175 197
176 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. 198 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.