annotate compress_fast5.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 <tool id="ont_fast5_api_compress_fast5" name="@TOOL_NAME@ Compress" version="@TOOL_VERSION@+galaxy0" profile="18.01">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
3 <description>multi read file(s)</description>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
4 <macros>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
5 <import>macros.xml</import>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
6 </macros>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
7 <expand macro="requirements"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
8 <version_command><![CDATA[compress_fast5 -v]]></version_command>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
10 ## initialize
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
11 @INITIALIZE@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
12
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
13 ## run
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
14 compress_fast5
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
15 --recursive
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
16 ## required
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
17 @INPUTPATH@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
18 @SAVEPATH@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
19 --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
20 ## optional
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
21 @THREADS@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
22
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
23 ## create tarball
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
24 @TARBALL@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
25 ]]></command>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
26 <inputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
27 <expand macro="input"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
28 <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
29 <option value="gzip" selected="true">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
30 <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
31 <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
32 </param>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
33 </inputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
34 <outputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
35 <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
36 <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
37 <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
38 <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
39 <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
40 </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
41 </data>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
42 </outputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
43 <tests>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
44 <!-- #1 default -->
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
45 <test expect_num_outputs="1">
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 name="input_path" value="multi.fast5.tar"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
47 <param name="compression" value="vbz"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
48 <output name="out_results">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
49 <assert_contents>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
50 <has_size value="40960"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
51 </assert_contents>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
52 </output>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
53 </test>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
54 <!-- #2 -->
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
55 <test expect_num_outputs="1">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
56 <param name="input_path" value="multi.fast5.tar"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
57 <param name="compression" value="vbz_legacy_v0"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
58 <output name="out_results">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
59 <assert_contents>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
60 <has_size value="40960"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
61 </assert_contents>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
62 </output>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
63 </test>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
64 <!-- #3 -->
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
65 <test expect_num_outputs="1">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
66 <param name="input_path" value="multi.fast5.tar"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
67 <param name="compression" value="gzip"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
68 <output name="out_results">
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
69 <assert_contents>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
70 <has_size value="40960"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
71 </assert_contents>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
72 </output>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
73 </test>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
74 </tests>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
75 <help><![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 .. class:: infomark
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
77
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
78 **What it does**
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
79
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
80 @WID@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
81
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
82 *compress_fast5* copies and converts raw data between vbz and gzip compression formats.
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
83
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
84 **Input**
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
85
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
86 Multi read file(s) in FAST5 format that are stored in a flat TAR.
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
87
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
88 **Output**
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
89
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
90 Multi read FAST5 file(s) containing compressed reads that are stored in a flat TAR. Further detail of HDF5 data management strategies can be found `here <https://support.hdfgroup.org/HDF5/doc/Advanced/FileSpaceManagement/FileSpaceManagement.pdf>`_.
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
91
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
92 .. class:: infomark
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
93
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
94 **References**
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
95
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
96 @REFERENCES@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
97 ]]></help>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
98 <expand macro="citations"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
99 </tool>