Mercurial > repos > lijing > bubio
comparison interleave.xml @ 12:21fcd8a25d2d draft
add path to tool folder
author | lijing |
---|---|
date | Wed, 21 Aug 2019 17:27:58 -0400 |
parents | a03d23c6ab95 |
children |
comparison
equal
deleted
inserted
replaced
11:b26a630d9448 | 12:21fcd8a25d2d |
---|---|
5 </requirements> | 5 </requirements> |
6 <stdio> | 6 <stdio> |
7 <exit_code range="1:" /> | 7 <exit_code range="1:" /> |
8 </stdio> | 8 </stdio> |
9 <command><![CDATA[ | 9 <command><![CDATA[ |
10 interleave-fastqgz-MITOBIM.py | 10 python $__tool_directory__/interleave-fastqgz-MITOBIM.py |
11 $fastq1 $fastq2 > $output1 | 11 $fastq1 $fastq2 > $output1 |
12 ]]></command> | 12 ]]></command> |
13 <inputs> | 13 <inputs> |
14 <param type="data" name="fastq1" format="fastqsanger,fastq" | 14 <param type="data" name="fastq1" format="fastqsanger,fastq" |
15 label="Paire end forward read" /> | 15 label="Paire end forward read" /> |