Mercurial > repos > iuc > sra_tools
diff 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 |
line wrap: on
line diff
--- a/sam_dump.xml Tue Dec 04 15:00:32 2018 -0500 +++ b/sam_dump.xml Fri Mar 20 16:36:52 2020 +0000 @@ -1,9 +1,11 @@ -<tool id="sam_dump" name="Download and Extract Reads in BAM" version="@VERSION@.4"> +<tool id="sam_dump" name="Download and Extract Reads in BAM" version="@VERSION@+galaxy1" profile="18.01"> <description>format from NCBI SRA</description> <macros> <import>sra_macros.xml</import> </macros> - <expand macro="requirements"/> + <expand macro="requirements"> + <requirement type="package" version="1.10">samtools</requirement> + </expand> <version_command>sam-dump --version</version_command> <command detect_errors="exit_code"> <