Mercurial > repos > iuc > seqtk
comparison seqtk_subseq.xml @ 11:8511b6d85fc7 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit c819f01ae147fb23a1e5e91cee3626b6a19b9e03
author | iuc |
---|---|
date | Wed, 09 Jul 2025 19:23:11 +0000 |
parents | 4b494533146a |
children |
comparison
equal
deleted
inserted
replaced
10:a019807f4e67 | 11:8511b6d85fc7 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="seqtk_subseq" name="seqtk_subseq" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> | 2 <tool id="seqtk_subseq" name="seqtk_subseq" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> |
3 <description>extract subsequences from FASTA/Q files</description> | 3 <description>extract subsequences from FASTA/Q files</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 <requirement type="package" version="@AWK_VERSION@">gawk</requirement> | |
7 </macros> | 6 </macros> |
8 <expand macro="bio_tools"/> | 7 <expand macro="bio_tools"/> |
9 <expand macro="requirements"/> | 8 <expand macro="requirements"> |
9 <expand macro="awk_requirement"/> | |
10 </expand> | |
10 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
11 <command><![CDATA[ | 12 <command><![CDATA[ |
12 seqtk subseq | 13 seqtk subseq |
13 $t | 14 $t |
14 -l $l | 15 -l $l |