comparison seqtk_mergepe.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 58c8ece95b53
comparison
equal deleted inserted replaced
4:ecf1c30da3a2 5:a09586d5149a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="seqtk_mergepe" name="seqtk_mergepe" version="@WRAPPER_VERSION@.0"> 2 <tool id="seqtk_mergepe" name="seqtk_mergepe" version="@TOOL_VERSION@.1">
3 <description>interleave two unpaired FASTA/Q files for a paired-end file</description> 3 <description>interleave two unpaired FASTA/Q files for a paired-end file</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 <expand macro="stdio"/> 8 <expand macro="stdio"/>
9 <command><![CDATA[ 9 <command><![CDATA[
10 seqtk mergepe 10 seqtk mergepe
11 '$in_fq1' 11 '$in_fq1'
12 '$in_fq2' 12 '$in_fq2'
13 #echo "| gzip --no-name" if $in_fq1.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' 13 #echo "| pigz --no-name --no-time" if $in_fq1.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default'
14 ]]></command> 14 ]]></command>
15 <inputs> 15 <inputs>
16 <param name="in_fq1" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #1"/> 16 <param name="in_fq1" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #1"/>
17 <param name="in_fq2" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #2"/> 17 <param name="in_fq2" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #2"/>
18 </inputs> 18 </inputs>