Mercurial > repos > iuc > bctools_extract_alignment_ends
annotate extract_aln_ends.xml @ 0:0e70f9058b02 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
author | iuc |
---|---|
date | Tue, 14 Nov 2017 05:53:02 -0500 |
parents | |
children | 0be29a221b16 |
rev | line source |
---|---|
0
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
1 <tool id="bctools_extract_alignment_ends" name="Extract alignment ends" version="@VERSION@"> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
2 <description>from SAM or BAM</description> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
3 <macros> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
5 </macros> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
8 extract_aln_ends.py |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
9 '$alignments' |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
10 > '$alignment_ends' |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
11 ]]></command> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
12 <inputs> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
13 <param name="alignments" type="data" format="sam,bam" label="Alignments in SAM or BAM format"/> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
14 </inputs> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
15 <outputs> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
16 <data name="alignment_ends" format="bed"/> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
17 </outputs> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
18 <tests> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
19 <test> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
20 <param name="alignments" value="twomates.sam"/> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
21 <output name="alignment_ends" file="tworeads_aln_ends.bed"/> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
22 </test> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
23 </tests> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
24 <help><![CDATA[ |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
25 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
26 bctools - Extract alignment ends from from SAM or BAM alignments |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
27 ================================================================ |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
28 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
29 The resulting BED file contains the outer coordinates of the alignments. The BED |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
30 name field is set to the read id and the score field is set to the edit distance |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
31 of the alignment. The crosslinked nucleotide is one nt upstream of the 5'-end of |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
32 the BED entries. |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
33 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
34 This tool only reports results for alignments that are properly aligned in FR |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
35 ("forward-reverse") direction. |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
36 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
37 Input: |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
38 ------ |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
39 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
40 * BAM file containing alignments (paired-end sequencing) |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
41 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
42 Output: |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
43 ------- |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
44 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
45 * BED file containing outer coordinates (sorted by read id) |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
46 |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
47 ]]></help> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
48 <expand macro="citations"/> |
0e70f9058b02
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff
changeset
|
49 </tool> |