Mercurial > repos > devteam > fastx_clipper
comparison fastx_clipper.xml @ 4:736b8f6ee456 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_clipper commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
author | iuc |
---|---|
date | Wed, 22 Aug 2018 11:05:15 -0400 |
parents | 85263dc18cec |
children | b8658f852bc7 |
comparison
equal
deleted
inserted
replaced
3:85263dc18cec | 4:736b8f6ee456 |
---|---|
1 <tool id="cshl_fastx_clipper" name="Clip" version="1.0.2"> | 1 <tool id="cshl_fastx_clipper" name="Clip" version="1.0.3"> |
2 <description>adapter sequences</description> | 2 <description>adapter sequences</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
12 -o '$output' | 12 -o '$output' |
13 -v | 13 -v |
14 $KEEP_N | 14 $KEEP_N |
15 $DISCARD_OPTIONS | 15 $DISCARD_OPTIONS |
16 @FQQUAL@ | 16 @FQQUAL@ |
17 @GZIP@ | |
17 ]]></command> | 18 ]]></command> |
18 | 19 |
19 <inputs> | 20 <inputs> |
20 <expand macro="fastx_input" /> | 21 <expand macro="fastx_input" /> |
21 | 22 |