comparison count_seqs.xml @ 5:448ee8099a65 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
author iuc
date Thu, 05 Dec 2019 08:00:34 -0500
parents bb0c29df7392
children
comparison
equal deleted inserted replaced
4:45c3d114b2dd 5:448ee8099a65
1 <tool id="qiime_count_seqs" name="Count the sequences" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_count_seqs" name="Count the sequences" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description>in a fasta file (count_seqs)</description> 2 <description>in a fasta file (count_seqs)</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"/>
7 <version_command>count_seqs.py --version</version_command> 7 <version_command>count_seqs.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @MPLBACKEND@
9 count_seqs.py 10 count_seqs.py
10 --input_fps '$input_fps' 11 --input_fps '$input_fps'
11 -o '$output_fp' 12 -o '$output_fp'
12 ]]></command> 13 ]]></command>
13 <inputs> 14 <inputs>