Mercurial > repos > iuc > sra_tools
comparison sam_dump.xml @ 15:54366e4d692a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 2be63abd7e4db27fa32ecbbc10d48cacb0073115"
| author | iuc |
|---|---|
| date | Fri, 20 Mar 2020 16:36:52 +0000 |
| parents | 5c5d6624f8de |
| children | 37f09413ddbf |
comparison
equal
deleted
inserted
replaced
| 14:5c5d6624f8de | 15:54366e4d692a |
|---|---|
| 1 <tool id="sam_dump" name="Download and Extract Reads in BAM" version="@VERSION@.4"> | 1 <tool id="sam_dump" name="Download and Extract Reads in BAM" version="@VERSION@+galaxy1" profile="18.01"> |
| 2 <description>format from NCBI SRA</description> | 2 <description>format from NCBI SRA</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>sra_macros.xml</import> | 4 <import>sra_macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"> |
| 7 <requirement type="package" version="1.10">samtools</requirement> | |
| 8 </expand> | |
| 7 <version_command>sam-dump --version</version_command> | 9 <version_command>sam-dump --version</version_command> |
| 8 <command detect_errors="exit_code"> | 10 <command detect_errors="exit_code"> |
| 9 <