annotate fast5_subset.xml @ 2:33a0ff1bb7df draft

"planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 2df36b6d30fd69ea532a4fd42daf4741363074f3"
author iuc
date Sun, 28 Jun 2020 14:50:52 -0400
parents 3bdd8fa109b1
children 0defe443ea04
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
2 <tool id="ont_fast5_api_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy1" profile="18.01">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
3 <description>of multi read file(s)</description>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
4 <macros>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
5 <import>macros.xml</import>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
6 </macros>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
8 <!-- no specific version command for subcommand fast5_subset available -->
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
9 <version_command><![CDATA[compress_fast5 -v]]></version_command>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
11 ## initialize
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
12 mkdir -p './data' &&
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
13 tar -xf '$input' -C './data' &&
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
14
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
15 ## run
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
16 fast5_subset
2
33a0ff1bb7df "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 2df36b6d30fd69ea532a4fd42daf4741363074f3"
iuc
parents: 1
diff changeset
17 --recursive
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
18 ## required
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
19 --input './data'
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
20 @SAVEPATH@
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
21 --read_id_list '$read_id_list'
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
22 ## optional
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
23 @COMPRESSION@
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
24 @BATCHSIZE@
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
25 @THREADS@
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
26
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
27 ## create tarball
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
28 @TARBALL@
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
29 ]]></command>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
30 <inputs>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
31 <expand macro="input" argument="--input"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
32 <param argument="--read_id_list" type="data" format="tabular" label="Select file with read IDs" help="Either containing 1 read_id per line or a tabular file with a column named read_id."/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
33 <expand macro="batch_size"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
34 <expand macro="compression">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
35 <option value="none" selected="true">None</option>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
36 <option value="vbz">VBZ</option>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
37 </expand>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
38 </inputs>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
39 <outputs>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
40 <expand macro="output"/>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
41 </outputs>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
42 <tests>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
43 <!-- #1 default -->
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
44 <test expect_num_outputs="1">
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
45 <param name="input" value="multi.fast5.tar"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
46 <param name="read_id_list" value="list.txt"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
47 <output name="out_results">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
48 <assert_contents>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
49 <has_size value="30720"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
50 </assert_contents>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
51 </output>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
52 </test>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
53 <!-- #2 -->
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
54 <test expect_num_outputs="1">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
55 <param name="input" value="multi.fast5.tar"/>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
56 <param name="read_id_list" value="list.txt"/>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
57 <param name="batch_size" value="2"/>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
58 <param name="compression" value="gzip"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
59 <output name="out_results">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
60 <assert_contents>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
61 <has_size value="51200"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
62 </assert_contents>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
63 </output>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
64 </test>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
65 <!-- #3 -->
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
66 <test expect_num_outputs="1">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
67 <param name="input" value="multi.fast5.tar"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
68 <param name="read_id_list" value="list.txt"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
69 <param name="compression" value="vbz"/>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
70 <output name="out_results">
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
71 <assert_contents>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
72 <has_size value="40960"/>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
73 </assert_contents>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
74 </output>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
75 </test>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
76 <!-- #4 -->
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
77 <test expect_num_outputs="1">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
78 <param name="input" value="multi.fast5.tar"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
79 <param name="read_id_list" value="list.txt"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
80 <param name="compression" value="vbz_legacy_v0"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
81 <output name="out_results">
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
82 <assert_contents>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
83 <has_size value="40960"/>
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
84 </assert_contents>
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
85 </output>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
86 </test>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
87 </tests>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
88 <help><![CDATA[
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
89 .. class:: infomark
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
90
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
91 **What it does**
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
92
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
93 @WID@
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
94
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
95 *fast5_subset* extracts reads from multi read FAST5 file(s) based on a list of read IDs.
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
96
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
97 **Input**
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
98
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
99 Multi read file(s) in FAST5 format, that are stored in a flat TAR, and a list of read IDs that should be extracted.
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
100
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
101 **Output**
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
102
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
103 Multi read file(s) in FAST5 format containing a subset of the input file(s). The rseults are are stored in a flat TAR.
0
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
104
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
105 .. class:: infomark
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
106
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
107 **References**
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
108
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
109 @REFERENCES@
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
110 ]]></help>
eb1f4aa80c72 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
iuc
parents:
diff changeset
111 <expand macro="citations"/>
1
3bdd8fa109b1 "planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit a5d038871ff0e1b133039b59183dee795449b383"
iuc
parents: 0
diff changeset
112 </tool>