annotate macros.xml @ 0:0fbeff566070 draft default tip

"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
author artbio
date Sat, 22 May 2021 15:11:43 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
1 <?xml version="1.0"?>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
2 <macros>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
3 <token name="@TOOL_VERSION@">3.1.3</token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
4 <token name="@TOOL_NAME@">ont_fast5_api:</token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
5 <xml name="requirements">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
6 <requirements>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">ont-fast5-api</requirement>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
8 <requirement type="package" version="1.10.5">hdf5</requirement>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
9 </requirements>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
10 </xml>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
11
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
12 <!-- command -->
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
13 <token name="@BATCHSIZE@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
14 --batch_size $batch_size
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
15 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
16 <token name="@COMPRESSION@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
17 #if $compression != 'none'
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
18 --compression '$compression'
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
19 #end if
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
20 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
21 <token name="@INITIALIZE@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
22 mkdir -p './data' &&
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
23 tar -xf '$input_path' -C './data' &&
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
24 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
25 <token name="@INPUTPATH@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
26 --input_path './data'
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
27 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
28 <token name="@SAVEPATH@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
29 --save_path './results'
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
30 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
31 <token name="@TARBALL@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
32 && find './results' -type f -name '*.fast5' | tar --transform 's/.*\///g' -cvf './results.fast5.tar' --files-from=/dev/stdin
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
33 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
34 <token name="@THREADS@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
35 --threads \${GALAXY_SLOTS:-4}
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
36 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
37
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
38 <!-- input -->
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
39 <xml name="input" token_argument="--input_path" token_label="multi">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
40 <param argument="@ARGUMENT@" type="data" format="fast5.tar" label="Select @LABEL@ read input file"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
41 </xml>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
42 <xml name="batch_size">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
43 <param argument="--batch_size" type="integer" value="4000" min="1" label="Set batch size" help="Number of single reads to include in each multi read file"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
44 </xml>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
45 <xml name="compression">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
46 <param argument="compression" type="select" label="Select output compression type">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
47 <option value="none" selected="true">None</option>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
48 <option value="gzip">GZIP</option>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
49 <option value="vbz_legacy_v0">VBZ legacy v0</option>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
50 <option value="vbz">VBZ</option>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
51 </param>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
52 </xml>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
53
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
54 <!-- output -->
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
55 <xml name="output">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
56 <data name="out_results" format="fast5.tar" from_work_dir="results.fast5.tar" label="${tool.name} on ${on_string}: Results">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
57 <change_format>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
58 <when input="compression" value="gzip" format="fast5.tar.gz"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
59 <when input="compression" value="vbz_legacy_v0" format="fast5.tar.bz2"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
60 <when input="compression" value="vbz" format="fast5.tar.bz2"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
61 </change_format>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
62 </data>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
63 <data name="summary" format="txt" from_work_dir="./results/*.txt" label="filename_mapping.txt" />
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
64 </xml>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
65
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
66 <!-- help -->
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
67 <token name="@WID@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
68 *ont_fast5_api* is a simple interface to HDF5 files of the Oxford Nanopore FAST5 file format.
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
69
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
70 - concrete implementation of the FAST5 file schema using the generic h5py library
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
71 - plain-english-named methods to interact with and reflect the FAST5 file schema
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
72 - tools to convert between multi_read and single_read formats
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
73 - tools to compress/decompress raw data in files
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
74 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
75 <token name="@REFERENCES@"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
76 More information are available on `github <https://github.com/nanoporetech/ont_fast5_api>`_.
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
77 ]]></token>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
78
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
79 <xml name="citations">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
80 <citations>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
81 <citation type="bibtex">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
82 @online{ont_fast5_api,
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
83 author = {Oxford Nanopore Technologies },
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
84 title = {ont_fast5_api},
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
85 year = 2020,
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
86 url = {https://github.com/nanoporetech/ont_fast5_api},
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
87 urldate = {2020-06-01}
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
88 }</citation>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
89 </citations>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
90 </xml>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
91 </macros>