comparison seqtk_comp.xml @ 20:8f26884c60b6 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Wed, 01 Sep 2021 08:36:24 +0000
parents 069c8f0695ee
children f2a792351212
comparison
equal deleted inserted replaced
19:36f4c569a594 20:8f26884c60b6
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="seqtk_comp" name="seqtk_comp" version="@TOOL_VERSION@.1"> 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 <expand macro="bio_tools"/>
4 <macros> 5 <macros>
5 <import>macros.xml</import> 6 <import>macros.xml</import>
6 </macros> 7 </macros>
7 <expand macro="requirements"> 8 <expand macro="requirements">
8 <requirement type="package" version="@AWK_VERSION@">gawk</requirement> 9 <requirement type="package" version="@AWK_VERSION@">gawk</requirement>