comparison fastq_dump.xml @ 26:83c7d564b128 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 21f935ba50d3e4b455246c681e54d5c57c67032f"
author iuc
date Fri, 03 Sep 2021 16:17:53 +0000
parents 653e89d73fc4
children 9a776b080193
comparison
equal deleted inserted replaced
25:69ebb7f46e45 26:83c7d564b128
1 <tool id="fastq_dump" name="Download and Extract Reads in FASTA/Q" version="@VERSION@+galaxy0" profile="18.01"> 1 <tool id="fastq_dump" name="Download and Extract Reads in FASTA/Q" version="@VERSION@+galaxy0" profile="18.01">
2 <description>format from NCBI SRA</description> 2 <description>format from NCBI SRA</description>
3 <expand macro="bio_tools"/>
3 <macros> 4 <macros>
4 <import>sra_macros.xml</import> 5 <import>sra_macros.xml</import>
5 </macros> 6 </macros>
6 <expand macro="requirements"/> 7 <expand macro="requirements"/>
7 <version_command>fastq-dump --version</version_command> 8 <version_command>fastq-dump --version</version_command>
333 334
334 ---- 335 ----
335 336
336 337
337 .. _fastq: https://en.wikipedia.org/wiki/FASTQ_format 338 .. _fastq: https://en.wikipedia.org/wiki/FASTQ_format
338 .. _fastq-dump: https://ncbi.github.io/sra-tools/fastq-dump.html 339 .. _fastq-dump: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=toolkit_doc&f=fastq-dump
339 .. _collection: https://galaxyproject.org/tutorials/collections/ 340 .. _collection: https://galaxyproject.org/tutorials/collections/
340 .. _link: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies 341 .. _link: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies
341 342
342 @SRATOOLS_ATTRRIBUTION@ 343 @SRATOOLS_ATTRRIBUTION@
343 344