annotate rm_spurious_events.xml @ 0:9ad7bf370022 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:54:14 -0500
parents
children 84aff696aa97
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
1 <tool id="bctools_remove_spurious_events" name="Remove spurious" version="@VERSION@">
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
2 <description>crosslinking events</description>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
3 <macros>
9ad7bf370022 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>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
5 </macros>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
9ad7bf370022 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[
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
8 rm_spurious_events.py
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
9 '$events'
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
10 --threshold '$threshold'
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
11 --outfile '$events_filtered'
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
12 ]]></command>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
13 <inputs>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
14 <param name="events" type="data" format="bed" label="BED6 file containing alignments"/>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
15 <param name="threshold" argument="--threshold" type="float" value="0.1" optional="true" label="Threshold for spurious event removal" help="Remove all crosslinking events that combine less reads than this fraction of the maximum number of reads at this position."/>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
16 </inputs>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
17 <outputs>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
18 <data name="events_filtered" format="bed"/>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
19 </outputs>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
20 <tests>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
21 <test>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
22 <param name="events" value="merged_pcr_dupes_spurious.bed"/>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
23 <param name="threshold" value="0.5"/>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
24 <output name="events_filtered" file="merged_pcr_dupes_spurious_filtered_thresh05.bed"/>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
25 </test>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
26 </tests>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
27 <help><![CDATA[
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
28
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
29 bctools - Remove spurious events originating from errors in unique molecular identifiers (UMIs)
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
30 ===============================================================================================
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
31
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
32 This tool compares all events sharing the same coordinates. Among each group
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
33 of events the maximum number of PCR duplicates is determined. By default, all events that
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
34 are supported by less than 10 percent of this maximum count are removed.
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
35
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
36 Input
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
37 -----
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
38
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
39 * BED6 containing crosslinking events with score field set to number of PCR duplicates
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
40
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
41 Output
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
42 ------
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
43
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
44 * BED6 with spurious crosslinking events removed, sorted by fields chrom, start, stop, strand
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
45
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
46 ]]></help>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
47 <expand macro="citations"/>
9ad7bf370022 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit ae3b9baaf7040ed8b165d17466b8b2fe016d3d48
iuc
parents:
diff changeset
48 </tool>