comparison fasterq_dump.xml @ 38:f8054ea1c365 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit ac11ea799d942b97aadd487f5fac18e6e67f4ff5
author iuc
date Tue, 16 Apr 2024 09:17:38 +0000
parents 1ec814014652
children
comparison
equal deleted inserted replaced
37:ba931a59dd59 38:f8054ea1c365
1 <tool id="fasterq_dump" name="Faster Download and Extract Reads in FASTQ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="fasterq_dump" name="Faster Download and Extract Reads in FASTQ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>format from NCBI SRA</description> 2 <description>format from NCBI SRA</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <token name="VERSION_SUFFIX">1</token>
6 </macros> 5 </macros>
7 <expand macro="edam_ontology"/> 6 <expand macro="edam_ontology"/>
8 <expand macro="bio_tools"/> 7 <expand macro="bio_tools"/>
9 <expand macro="requirements"/> 8 <expand macro="requirements"/>
10 <version_command>fasterq-dump --version | tr -d $'\n'</version_command> 9 <version_command>fasterq-dump --version | tr -d $'\n'</version_command>