annotate freqmethcalculate.xml @ 1:f08dfdcefdbd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanopolishcomp commit fc685e81241eb196e57669961a42d03c60e7c9b6
author iuc
date Wed, 13 Mar 2024 11:52:05 +0000
parents 80b6e23cb70d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
2 <tool id="nanopolishcomp_freqmethcalculate" name="NanopolishComp: FreqMethCalculate" version="@TOOL_VERSION@+@WRAPPER_VERSION@">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
3 <description>calculates methylation frequency at genomic CpG sites</description>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
4 <macros>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
5 <import>macros.xml</import>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
6 </macros>
1
f08dfdcefdbd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanopolishcomp commit fc685e81241eb196e57669961a42d03c60e7c9b6
iuc
parents: 0
diff changeset
7 <expand macro="xrefs"/>
0
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
8 <expand macro="requirements"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
9 <expand macro="version_command"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
11 NanopolishComp Freq_meth_calculate
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
12 ## required
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
13 -i '$i'
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
14 ## optional
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
15 -d $d
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
16 #if $f
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
17 -f '$f'
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
18 #end if
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
19 #if $s
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
20 -s '$s'
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
21 #end if
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
22 $strand_specific
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
23 --min_llr $min_llr
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
24 -b 'result.bed'
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
25 -t 'result.tsv'
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
26 -v
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
27 ]]></command>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
28 <inputs>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
29 <param argument="-i" type="data" format="tabular" label="Select nanopolish call methylation file"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
30 <param argument="-d" type="integer" value="10" min="0" label="Set minimal number of reads covering a site to be reported"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
31 <param argument="-f" type="data" format="fai" optional="true" label="Select fasta index file" help="Obtained with samtools faidx. Required for coordinate sorting"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
32 <param argument="-s" type="text" value="" optional="true" label="Set sample ID" help="Used for bed track header."/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
33 <param argument="--strand_specific" type="boolean" truevalue="--strand_specific" falsevalue="" label="Are sites strand specific?"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
34 <param argument="--min_llr" type="integer" value="2" min="0" label="Set minimal log likelyhood ratio" help="To consider a site significantly methylated or unmethylated."/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
35 <param name="out" type="select" multiple="true" optional="false" label="Select output file(s)">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
36 <option value="bed" selected="true">Methylation frequency (BED)</option>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
37 <option value="tsv" selected="true">Methylation frequency (Tabular)</option>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
38 </param>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
39 </inputs>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
40 <outputs>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
41 <data name="out_bed" format="bed" from_work_dir="result.bed" label="${tool.name} on ${on_string}: Methylation frequency (BED)">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
42 <filter>'bed' in out</filter>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
43 </data>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
44 <data name="out_tsv" format="tabular" from_work_dir="result.tsv" label="${tool.name} on ${on_string}: Methylation frequency (Tabular)">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
45 <filter>'tsv' in out</filter>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
46 </data>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
47 </outputs>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
48 <tests>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
49 <!-- #1 default -->
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
50 <test expect_num_outputs="2">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
51 <param name="i" value="sample_meth.tsv"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
52 <output name="out_bed">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
53 <assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
54 <has_n_lines n="56"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
55 <has_line line="track name=Methylation_ itemRgb=On"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
56 <has_text_matching expression="tig00000001&#009;201961.+"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
57 </assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
58 </output>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
59 <output name="out_tsv">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
60 <assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
61 <has_n_lines n="56"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
62 <has_text_matching expression="chromosome&#009;start.+"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
63 <has_text_matching expression="tig00000001&#009;201961.+"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
64 </assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
65 </output>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
66 </test>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
67 <!-- #2 -->
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
68 <test expect_num_outputs="2">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
69 <param name="i" value="sample_meth.tsv"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
70 <param name="d" value="11"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
71 <param name="s" value="test"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
72 <param name="strand_specific" value="true"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
73 <param name="min_llr" value="3"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
74 <param name="out" value="bed,tsv"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
75 <output name="out_bed">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
76 <assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
77 <has_n_lines n="111"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
78 <has_line line="track name=Methylation_test itemRgb=On"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
79 <has_text_matching expression="tig00000001&#009;200009.+"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
80 </assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
81 </output>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
82 <output name="out_tsv">
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
83 <assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
84 <has_n_lines n="111"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
85 <has_text_matching expression="chromosome&#009;start.+"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
86 <has_text_matching expression="tig00000001&#009;201961.+"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
87 </assert_contents>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
88 </output>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
89 </test>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
90 </tests>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
91 <help><![CDATA[
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
92 .. class:: infomark
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
93
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
94 **What it does**
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
95
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
96 @WID@
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
97
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
98 Freq_meth_calculate calculates methylation frequency at genomic CpG sites from the output of nanopolish call-methylation.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
99
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
100 **Input**
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
101
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
102 A nanopolish call methylation tabular output file.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
103
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
104 **Output**
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
105
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
106 *BED file*
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
107
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
108 Standard genomic BED6. The score correspond to the methylation frequency multiplied by 1000. The file is sorted by coordinates and can be rendered with a genome browser such as IGV
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
109
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
110 *Tabulated TSV file*
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
111
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
112 Contrary to the bed file, in the tabulated report, positions are ordered by decreasing methylation frequency.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
113
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
114 The file contains the following fields:
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
115
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
116 - chrom / start / end / strand: Genomic coordinates of the motif or group of motifs in case split_group was not selected.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
117 - site_id: Unique integer identifier of the genomic position.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
118 - methylated_reads / unmethylated_reads / ambiguous_reads: Number of reads at a given genomic location with a higher likelyhood of being methylated or unmethylated or with an ambiguous methylation call.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
119 - sequence: -5 to +5 sequence of the motif or group of motifs in case split_group was not selected.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
120 - num_motifs: Number of motif in the group.
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
121 - meth_freq: Methylation frequency (out of non anbiguous calls).
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
122
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
123 .. class:: infomark
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
124
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
125 **References**
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
126
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
127 @REFERENCES@
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
128 ]]></help>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
129 <expand macro="citations"/>
80b6e23cb70d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff changeset
130 </tool>