Mercurial > repos > iuc > nanopolishcomp_eventaligncollapse
annotate eventaligncollapse.xml @ 0:6847a625db4d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
author | iuc |
---|---|
date | Thu, 30 Apr 2020 05:56:29 -0400 |
parents | |
children | ad011fc670d6 |
rev | line source |
---|---|
0
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
2 <tool id="nanopolishcomp_eventaligncollapse" name="Eventalign Collapse" version="@TOOL_VERSION@+@WRAPPER_VERSION@"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
3 <description>by kmers rather than by event</description> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
4 <macros> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
6 </macros> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
8 <stdio></stdio> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
9 <version_command>NanopolishComp --version</version_command> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
11 ## initialize |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
12 ## requires a minimum of 3 threads |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
13 threads=\$((3 > \${GALAXY_SLOTS:-3} ? 3 : \${GALAXY_SLOTS:-3})) && |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
14 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
15 ## run |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
16 NanopolishComp |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
17 Eventalign_collapse |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
18 -i '$i' |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
19 -s |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
20 -r $r |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
21 -f |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
22 #for $current in $f |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
23 $current |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
24 #end for |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
25 -o 'results' |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
26 -p 'out' |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
27 -t \$threads |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
28 -v |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
29 ]]></command> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
30 <inputs> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
31 <param argument="-i" type="data" format="tabular" label="Select nanopolish eventalign file"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
32 <param argument="-s" type="boolean" truevalue="-s" falsevalue="" label="Should raw samples be written?" help="You need to run nanopolish eventalign with --sample option to make use of this feature."/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
33 <param argument="-r" type="integer" value="0" min="0" label="Set maximum number of reads to parse" help="Use 0 to deactivate this option."/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
34 <param argument="-f" type="select" multiple="true" label="Select statistical fields to compute" help="You need to run nanopolish eventalign with --sample option to make use of this feature."> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
35 <option value="mean" selected="true">Mean</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
36 <option value="std">Std</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
37 <option value="median" selected="true">Median</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
38 <option value="mad">Mad</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
39 <option value="num_signals" selected="true">Number of signals</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
40 </param> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
41 <param name="out" type="select" multiple="true" label="Select output file(s)" help=""> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
42 <option value="eventalign_collapse" selected="true">Eventalign Collapse</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
43 <option value="index" selected="true">Index</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
44 <option value="log">Log</option> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
45 </param> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
46 </inputs> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
47 <outputs> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
48 <data name="out_eventalign_collapse" format="tabular" from_work_dir="results/out_eventalign_collapse.tsv" label="${tool.name} on ${on_string}: Eventalign Collapse"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
49 <filter>'eventalign_collapse' in out</filter> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
50 </data> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
51 <data name="out_index" format="tabular" from_work_dir="results/out_eventalign_collapse.tsv.idx" label="${tool.name} on ${on_string}: Index"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
52 <filter>'index' in out</filter> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
53 </data> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
54 <data name="out_log" format="txt" from_work_dir="results/out_eventalign_collapse.log" label="${tool.name} on ${on_string}: log"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
55 <filter>'log' in out</filter> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
56 </data> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
57 </outputs> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
58 <tests> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
59 <!-- #1 default --> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
60 <test expect_num_outputs="3"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
61 <param name="i" value="sample.tsv"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
62 <param name="out" value="eventalign_collapse,index,log"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
63 <output name="out_eventalign_collapse"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
64 <assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
65 <has_n_lines n="236"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
66 <has_text_matching expression="ref_pos	ref_kmer"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
67 <has_text_matching expression="22102	GGAAA"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
68 </assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
69 </output> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
70 <output name="out_index"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
71 <assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
72 <has_n_lines n="60"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
73 <has_text_matching expression="ref_id	ref_start"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
74 <has_text_matching expression="chr	22102"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
75 </assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
76 </output> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
77 <output name="out_log"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
78 <assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
79 <has_n_lines n="13"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
80 <has_line line="General options:"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
81 </assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
82 </output> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
83 </test> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
84 <!-- #2 --> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
85 <test expect_num_outputs="2"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
86 <param name="i" value="sample.tsv"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
87 <param name="s" value="true"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
88 <param name="r" value="10"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
89 <param name="f" value="mean,std,median,mad,num_signals"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
90 <param name="out" value="eventalign_collapse,index"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
91 <output name="out_eventalign_collapse"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
92 <assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
93 <has_n_lines n="236"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
94 <has_text_matching expression="ref_pos	ref_kmer"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
95 <has_text_matching expression="22102	GGAAA"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
96 </assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
97 </output> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
98 <output name="out_index"> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
99 <assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
100 <has_n_lines n="60"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
101 <has_text_matching expression="ref_id	ref_start"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
102 <has_text_matching expression="chr	22102"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
103 </assert_contents> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
104 </output> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
105 </test> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
106 </tests> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
107 <help><![CDATA[ |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
108 .. class:: infomark |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
109 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
110 **What it does** |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
111 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
112 @WID@ |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
113 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
114 Eventalign_collapse collapses the raw file generated by nanopolish eventalign by kmers rather than by event. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
115 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
116 **Input** |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
117 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
118 A nanopolish eventalign tabular output file. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
119 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
120 **Output** |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
121 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
122 Contrary to nanopolish eventalign output text file, in Eventalign_collapse the reads are separated by a hashtag headers containing the read_id and ref_id. This reduces the redundancy and makes it easier to find the start and end of a read. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
123 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
124 :: |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
125 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
126 Example : #7ef1d7b9-5824-4382-b23b-78d82c07ebbd YHR055C. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
127 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
128 The main data file contains the following fields: |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
129 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
130 - ref_pos: Reference sequence ID (contig). |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
131 - ref_kmer: Sequence of the reference kmers. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
132 - -num_events: Number of events for this kmer before collapsing. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
133 - dwell_time: dwell time for this kmer in seconds |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
134 - NNNNN_dwell_time: dwell time of events for this kmers with a model sequence "NNNNN" (events ignored by nanopolish HMM). |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
135 - mismatch_dwell_time: dwell time of events for this kmers with a model sequence different from the reference kmer |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
136 - start_idx: Only if nanopolish eventalign called with --signal_idx. Start coordinate on original raw signal in fast5 file |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
137 - end_idx: Only if nanopolish eventalign called with --signal_idx. End coordinate on original raw signal in fast5 file |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
138 - mean: Only if nanopolish eventalign called with --samples. Mean of the normalised signal values provided by Nanopolish eventalign |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
139 - median: Only if nanopolish eventalign called with --samples. Median of the normalised signal values provided by Nanopolish eventalign |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
140 - std: Only if nanopolish eventalign called with --samples. Standard deviation of the normalised signal values provided by Nanopolish eventalign |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
141 - mad: Only if nanopolish eventalign called with --samples. Median absolute deviation of the normalised signal values provided by Nanopolish eventalign |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
142 - num_signals: Only if nanopolish eventalign called with --samples. Number of raw signal points. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
143 - samples: Only if nanopolish eventalign called with --samples and Eventalign_collapse called with --write_samples. List of normalised signal intensity values for this kmer |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
144 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
145 In addition Eventalign_collapse also generates an useful index file containing reads level information. It contains the following fields: |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
146 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
147 - read_id: Name or index of the read |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
148 - ref_id: Name of the reference sequence the read was aligned on (contig) |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
149 - ref_start: Start coordinate of the alignment on the reference sequence |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
150 - ref_end: End coordinate of the alignment on the reference sequence |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
151 - dwell_time: Cumulative dwell time in seconds for the entire resquiggled sequence |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
152 - kmers: Overall number of resquiggled kmers |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
153 - NNNNN_kmers: Number of resquiggled kmers containing at least 1 event for which the model sequence was "NNNNN" |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
154 - mismatching_kmers: Number of resquiggled kmers containing at least 1 event for which the model sequence diverged from the reference sequence |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
155 - missing_kmers: Number of skipped/missing reference positions in nanopolish output |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
156 - byte_offset: Number of characters before the start of the sequence in the main output file. This can be used in conjunction with file.seek() to directly access the start of a read. An example is provided in the Usage notebook. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
157 - byte_len: Length of characters after byte_offset to the end of the read, excluding the last newline. This can be used in conjunction with read() to read all the text chunk corresponding to the read. |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
158 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
159 .. class:: infomark |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
160 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
161 **References** |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
162 |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
163 @REFERENCES@ |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
164 ]]></help> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
165 <expand macro="citations"/> |
6847a625db4d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
iuc
parents:
diff
changeset
|
166 </tool> |