Mercurial > repos > devteam > picard
comparison picard_FastqToSam.xml @ 23:4740a2548206 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author | iuc |
---|---|
date | Wed, 01 Sep 2021 07:58:57 +0000 |
parents | a5a13ea16d17 |
children | e65f2d5fd3d8 |
comparison
equal
deleted
inserted
replaced
22:81de93de916f | 23:4740a2548206 |
---|---|
1 <tool name="FastqToSam" id="picard_FastqToSam" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> | 1 <tool name="FastqToSam" id="picard_FastqToSam" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> |
2 <description>convert Fastq data into unaligned BAM</description> | 2 <description>convert Fastq data into unaligned BAM</description> |
3 <macros> | 3 <xrefs> |
4 <import>picard_macros.xml</import> | 4 <xref type="bio.tools">picard_fastqtosam</xref> |
5 <token name="@WRAPPER_VERSION@">1</token> | 5 </xrefs> |
6 </macros> | 6 <macros> |
7 <expand macro="requirements" /> | 7 <import>picard_macros.xml</import> |
8 <command detect_errors="exit_code"><![CDATA[ | 8 <token name="@WRAPPER_VERSION@">1</token> |
9 </macros> | |
10 <expand macro="requirements" /> | |
11 <command detect_errors="exit_code"><![CDATA[ | |
9 @java_options@ | 12 @java_options@ |
10 picard | 13 picard |
11 FastqToSam | 14 FastqToSam |
12 | 15 |
13 #if str( $input_type.input_type_selector ) == "se": | 16 #if str( $input_type.input_type_selector ) == "se": |