Mercurial > repos > devteam > samtool_filter2
comparison samtool_filter2.xml @ 18:a201937caf2e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/samtool_filter2 commit 2a605a22c4cb4b537644904d4ef74204ac9865e6
| author | iuc |
|---|---|
| date | Wed, 31 Jul 2019 14:19:38 -0400 |
| parents | 3263a2b5d9f0 |
| children |
comparison
equal
deleted
inserted
replaced
| 17:3263a2b5d9f0 | 18:a201937caf2e |
|---|---|
| 1 <tool id="samtool_filter2" name="Filter SAM or BAM, output SAM or BAM" version="1.8"> | 1 <tool id="samtool_filter2" name="Filter SAM or BAM, output SAM or BAM" version="1.8+galaxy1"> |
| 2 <description>files on FLAG MAPQ RG LN or by region</description> | 2 <description>files on FLAG MAPQ RG LN or by region</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="1.8">samtools</requirement> | 4 <requirement type="package" version="1.8">samtools</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <macros> | |
| 7 <xml name="flag_options"> | |
| 8 <option value="0x0001">Read is paired</option> | |
| 9 <option value="0x0002">Read is mapped in a proper pair</option> | |
| 10 <option value="0x0004">The read is unmapped</option> | |
| 11 <option value="0x0008">The mate is unmapped</option> | |
| 12 <option value="0x0010">Read is mapped to the reverse strand of the reference</option> | |
| 13 <option value="0x0020">Mate is mapped to the reverse strand of the reference</option> | |
| 14 <option value="0x0040">Read is the first in a pair</option> | |
| 15 <option value="0x0080">Read is the second in a pair</option> | |
| 16 <option value="0x0100">The alignment of this read is not primary</option> | |
| 17 <option value="0x0200">The read fails platform/vendor quality checks</option> | |
| 18 <option value="0x0400">The read is a PCR or optical duplicate</option> | |
| 19 <option value="0x0800">Supplementary alignment</option> | |
| 20 </xml> | |
| 21 </macros> | |
| 6 <command detect_errors="exit_code"><