Mercurial > repos > iuc > seqtk
comparison seqtk_mergefa.xml @ 17:069c8f0695ee 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:14:48 -0500 |
| parents | 48a51c72f5e7 |
| children | 36f4c569a594 |
comparison
equal
deleted
inserted
replaced
| 16:48a51c72f5e7 | 17:069c8f0695ee |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="seqtk_mergefa" name="seqtk_mergefa" version="@WRAPPER_VERSION@.0"> | 2 <tool id="seqtk_mergefa" name="seqtk_mergefa" version="@TOOL_VERSION@.1"> |
| 3 <description>merge two FASTA/Q files</description> | 3 <description>merge two FASTA/Q files</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"/> |
| 13 $m | 13 $m |
| 14 $r | 14 $r |
| 15 $h | 15 $h |
| 16 '$in_fa1' | 16 '$in_fa1' |
| 17 '$in_fa2' | 17 '$in_fa2' |
| 18 #echo "| gzip --no-name" if $in_fa1.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' | 18 #echo "| pigz --no-name --no-time" if $in_fa1.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' |
| 19 ]]></command> | 19 ]]></command> |
| 20 <inputs> | 20 <inputs> |
| 21 <param name="in_fa1" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #1"/> | 21 <param name="in_fa1" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #1"/> |
| 22 <param name="in_fa2" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #2"/> | 22 <param name="in_fa2" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file #2"/> |
| 23 <param argument="-q" type="integer" value="0" label="Quality threshold"/> | 23 <param argument="-q" type="integer" value="0" label="Quality threshold"/> |
