Mercurial > repos > devteam > samtools_slice_bam
comparison macros.xml @ 3:bce4bd511f29 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_slice_bam commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
| author | devteam |
|---|---|
| date | Fri, 18 Dec 2015 19:46:20 -0500 |
| parents | ea6104c707da |
| children | 22a1a2406fe9 |
comparison
equal
deleted
inserted
replaced
| 2:ea6104c707da | 3:bce4bd511f29 |
|---|---|
| 39 url = {https://github.com/samtools/samtools},} | 39 url = {https://github.com/samtools/samtools},} |
| 40 </citation> | 40 </citation> |
| 41 </citations> | 41 </citations> |
| 42 </xml> | 42 </xml> |
| 43 <xml name="version_command"> | 43 <xml name="version_command"> |
| 44 <version_command>samtools --version | head -n 1 | awk '{ print $2 }'</version_command> | 44 <version_command>echo $(samtools --version | head -n 1)", "$(samtools --version | grep -o -E "htslib.*?")</version_command> |
| 45 </xml> | 45 </xml> |
| 46 <xml name="stdio"> | 46 <xml name="stdio"> |
| 47 <stdio> | 47 <stdio> |
| 48 <exit_code range="1:" level="fatal" description="Error" /> | 48 <exit_code range="1:" level="fatal" description="Error" /> |
| 49 </stdio> | 49 </stdio> |
