Mercurial > repos > devteam > picard
comparison picard_FastqToSam.xml @ 25:3b55709c0a01 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 1ef1c65fa4d78e1332411af1999862d5a8f28125"
| author | iuc |
|---|---|
| date | Sun, 20 Mar 2022 14:05:27 +0000 |
| parents | e65f2d5fd3d8 |
| children | c943f4a04af0 |
comparison
equal
deleted
inserted
replaced
| 24:e65f2d5fd3d8 | 25:3b55709c0a01 |
|---|---|
| 1 <tool name="FastqToSam" id="picard_FastqToSam" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> | 1 <tool name="FastqToSam" id="picard_FastqToSam" version="@TOOL_VERSION@.@WRAPPER_VERSION@" profile="20.01"> |
| 2 <description>convert Fastq data into unaligned BAM</description> | 2 <description>convert Fastq data into unaligned BAM</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>picard_macros.xml</import> | 4 <import>picard_macros.xml</import> |
| 5 <token name="@WRAPPER_VERSION@">1</token> | 5 <token name="@WRAPPER_VERSION@">2</token> |
| 6 </macros> | 6 </macros> |
| 7 <xrefs> | 7 <xrefs> |
| 8 <xref type="bio.tools">picard_fastqtosam</xref> | 8 <xref type="bio.tools">picard_fastqtosam</xref> |
| 9 </xrefs> | 9 </xrefs> |
| 10 <expand macro="requirements" /> | 10 <expand macro="requirements" /> |
| 11 <command detect_errors="exit_code"><