Mercurial > repos > artbio > ont_fast5_api
annotate fast5_subset.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 |
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_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy2" 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>of 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 <!-- no specific version command for subcommand fast5_subset available --> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
9 <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
|
10 <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
|
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 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
|
13 tar -xf '$input' -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
|
14 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
15 ## run |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
16 fast5_subset |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
17 --recursive |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
18 ## required |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
19 --input './data' |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
20 @SAVEPATH@ |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
21 --read_id_list '$read_id_list' |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
22 ## optional |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
23 @COMPRESSION@ |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
24 @BATCHSIZE@ |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
25 @THREADS@ |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
26 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
27 ## 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
|
28 @TARBALL@ |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
29 ]]></command> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
30 <inputs> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
31 <expand macro="input" argument="--input"/> |
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 argument="--read_id_list" type="data" format="txt,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."/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
33 <expand macro="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
|
34 <expand macro="compression"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
35 </inputs> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
36 <outputs> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
37 <expand macro="output"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
38 </outputs> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
39 <tests> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
40 <!-- #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
|
41 <test expect_num_outputs="2"> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
42 <param name="input" 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
|
43 <param name="read_id_list" value="list.txt"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
44 <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
|
45 <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
|
46 <has_size value="30720"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
47 </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
|
48 </output> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
49 <output name="summary" ftype="txt" value="filename_mapping_1.txt" compare="sim_size" delta="1" /> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
50 </test> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
51 <!-- #2 --> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
52 <test expect_num_outputs="2"> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
53 <param name="input" 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
|
54 <param name="read_id_list" value="list.txt"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
55 <param name="batch_size" value="2"/> |
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="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
|
57 <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
|
58 <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
|
59 <has_size value="51200"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
60 </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
|
61 </output> |
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 name="summary" ftype="txt" value="filename_mapping_2.txt" compare="sim_size" delta="1" /> |
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="2"> |
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" 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="read_id_list" value="list.txt"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
68 <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
|
69 <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
|
70 <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
|
71 <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
|
72 </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
|
73 </output> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
74 </test> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
75 <!-- #4 --> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
76 <test expect_num_outputs="2"> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
77 <param name="input" 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
|
78 <param name="read_id_list" value="list.txt"/> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
79 <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
|
80 <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
|
81 <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
|
82 <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
|
83 </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
|
84 </output> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
85 <output name="summary" ftype="txt" value="filename_mapping_4.txt" compare="sim_size" delta="1" /> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
86 </test> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
87 </tests> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
88 <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
|
89 .. 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
|
90 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
91 **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
|
92 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
93 @WID@ |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
94 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
95 *fast5_subset* extracts reads from multi read FAST5 file(s) based on a list of read IDs. |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
96 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
97 **Input** |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
98 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
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. |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
100 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
101 **Output** |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
102 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
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. |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
104 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
105 .. 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
|
106 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
107 **References** |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
108 |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
109 @REFERENCES@ |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
110 ]]></help> |
0fbeff566070
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff
changeset
|
111 <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
|
112 </tool> |