Mercurial > repos > petr-novak > re_utils
comparison fasta_interlacer.xml @ 9:c2c69c6090f0 draft
Uploaded
author | petr-novak |
---|---|
date | Fri, 31 Jan 2020 06:55:23 -0500 |
parents | e320ef2d105a |
children | 58807b35777a |
comparison
equal
deleted
inserted
replaced
8:99569eccc583 | 9:c2c69c6090f0 |
---|---|
10 <param format="fasta" type="data" name="B" label="Right-hand mates" /> | 10 <param format="fasta" type="data" name="B" label="Right-hand mates" /> |
11 </inputs> | 11 </inputs> |
12 | 12 |
13 | 13 |
14 <outputs> | 14 <outputs> |
15 <data format="fasta" name="paired" label="interlaced paired reads from datasets ${A.hid} and ${B.hid} "/> | 15 <data format="fasta" name="paired" label="Interlaced paired reads from datasets ${A.hid} and ${B.hid} "/> |
16 <data format="fasta" name="single" label="reads without available pair reads from datasets ${A.hid} and ${B.hid}"/> | 16 <data format="fasta" name="single" label="Reads without corresponding mate from datasets ${A.hid} and ${B.hid}"/> |
17 </outputs> | 17 </outputs> |
18 | 18 |
19 <help> | 19 <help> |
20 **What it does** | 20 **What it does** |
21 This tools joins paired end FASTA reads from separate files, one with the left mates and one with the right mates, into a single files. | 21 This tools joins paired end FASTA reads from separate files, one with the left mates and one with the right mates, into a single files. |