Mercurial > repos > devteam > picard
comparison picard_SamToFastq.xml @ 24:e65f2d5fd3d8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
author | iuc |
---|---|
date | Sat, 15 Jan 2022 12:38:18 +0000 |
parents | 4740a2548206 |
children | fdca9493e09b |
comparison
equal
deleted
inserted
replaced
23:4740a2548206 | 24:e65f2d5fd3d8 |
---|---|
1 <tool name="SamToFastq" id="picard_SamToFastq" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> | 1 <tool name="SamToFastq" id="picard_SamToFastq" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> |
2 <description>extract reads and qualities from SAM/BAM dataset and convert to fastq</description> | 2 <description>extract reads and qualities from SAM/BAM dataset and convert to fastq</description> |
3 <xrefs> | |
4 <xref type="bio.tools">picard_samtofastq</xref> | |
5 </xrefs> | |
6 <macros> | 3 <macros> |
7 <import>picard_macros.xml</import> | 4 <import>picard_macros.xml</import> |
8 <token name="@WRAPPER_VERSION@">2</token> | 5 <token name="@WRAPPER_VERSION@">2</token> |
9 </macros> | 6 </macros> |
7 <xrefs> | |
8 <xref type="bio.tools">picard_samtofastq</xref> | |
9 </xrefs> | |
10 <expand macro="requirements" /> | 10 <expand macro="requirements" /> |
11 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="exit_code"><![CDATA[ |
12 | 12 |
13 @java_options@ | 13 @java_options@ |
14 @symlink_element_identifier@ | 14 @symlink_element_identifier@ |