Mercurial > repos > iuc > seqtk
comparison seqtk_comp.xml @ 5:a09586d5149a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 83ecfe7d9bbf03c91f27ba18776352a1ebf8cf6f
author | iuc |
---|---|
date | Fri, 11 Jan 2019 05:15:20 -0500 |
parents | ecf1c30da3a2 |
children | 3da72230c066 |
comparison
equal
deleted
inserted
replaced
4:ecf1c30da3a2 | 5:a09586d5149a |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="seqtk_comp" name="seqtk_comp" version="@WRAPPER_VERSION@.0"> | 2 <tool id="seqtk_comp" name="seqtk_comp" version="@TOOL_VERSION@.1"> |
3 <description>get the nucleotide composition of FASTA/Q</description> | 3 <description>get the nucleotide composition of FASTA/Q</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"> |
8 <requirement type="package" version="@AWK_VERSION@">gawk</requirement> | |
9 </expand> | |
8 <expand macro="stdio"/> | 10 <expand macro="stdio"/> |
9 <command><![CDATA[ | 11 <command><![CDATA[ |
10 seqtk comp | 12 seqtk comp |
11 #if $in_bed: | 13 #if $in_bed: |
12 -r '$in_bed' | 14 -r '$in_bed' |