Mercurial > repos > iuc > nanopolishcomp_freqmethcalculate
annotate freqmethcalculate.xml @ 0:80b6e23cb70d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
author | iuc |
---|---|
date | Tue, 12 May 2020 17:08:21 -0400 |
parents | |
children | f08dfdcefdbd |
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> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
8 <expand macro="version_command"/> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
9 <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
|
10 NanopolishComp Freq_meth_calculate |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
11 ## required |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
12 -i '$i' |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
13 ## optional |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
14 -d $d |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
15 #if $f |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
16 -f '$f' |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
17 #end if |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
18 #if $s |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
19 -s '$s' |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
20 #end if |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
21 $strand_specific |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
22 --min_llr $min_llr |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
23 -b 'result.bed' |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
24 -t 'result.tsv' |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
25 -v |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
26 ]]></command> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
27 <inputs> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
28 <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
|
29 <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
|
30 <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
|
31 <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
|
32 <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
|
33 <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
|
34 <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
|
35 <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
|
36 <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
|
37 </param> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
38 </inputs> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
39 <outputs> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
40 <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
|
41 <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
|
42 </data> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
43 <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
|
44 <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
|
45 </data> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
46 </outputs> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
47 <tests> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
48 <!-- #1 default --> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
49 <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
|
50 <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
|
51 <output name="out_bed"> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
52 <assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
53 <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
|
54 <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
|
55 <has_text_matching expression="tig00000001	201961.+"/> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
56 </assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
57 </output> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
58 <output name="out_tsv"> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
59 <assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
60 <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
|
61 <has_text_matching expression="chromosome	start.+"/> |
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="tig00000001	201961.+"/> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
63 </assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
64 </output> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
65 </test> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
66 <!-- #2 --> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
67 <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
|
68 <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
|
69 <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
|
70 <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
|
71 <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
|
72 <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
|
73 <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
|
74 <output name="out_bed"> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
75 <assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
76 <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
|
77 <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
|
78 <has_text_matching expression="tig00000001	200009.+"/> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
79 </assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
80 </output> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
81 <output name="out_tsv"> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
82 <assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
83 <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
|
84 <has_text_matching expression="chromosome	start.+"/> |
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="tig00000001	201961.+"/> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
86 </assert_contents> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
87 </output> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
88 </test> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
89 </tests> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
90 <help><![CDATA[ |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
91 .. class:: infomark |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
92 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
93 **What it does** |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
94 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
95 @WID@ |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
96 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
97 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
|
98 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
99 **Input** |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
100 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
101 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
|
102 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
103 **Output** |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
104 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
105 *BED file* |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
106 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
107 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
|
108 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
109 *Tabulated TSV file* |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
110 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
111 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
|
112 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
113 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
|
114 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
115 - 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
|
116 - 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
|
117 - 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
|
118 - 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
|
119 - 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
|
120 - 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
|
121 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
122 .. class:: infomark |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
123 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
124 **References** |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
125 |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
126 @REFERENCES@ |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
127 ]]></help> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
128 <expand macro="citations"/> |
80b6e23cb70d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit cc7e6263fdb9e59f992aee41fc9d62425f39bf38"
iuc
parents:
diff
changeset
|
129 </tool> |