annotate multi_to_single_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_multi_to_single_fast5" name="@TOOL_NAME@ Multi to single" 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>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[multi_to_single_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 multi_to_single_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 ## optional
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
20 @THREADS@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
21
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
22 ## 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
23 @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 ]]></command>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
25 <inputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
26 <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
27 </inputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
28 <outputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
29 <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
30 </outputs>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
31 <tests>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
32 <!-- #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
33 <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
34 <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
35 <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
36 <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
37 <has_size value="71680"/>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
38 </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
39 </output>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
40 <output name="summary" format="txt" value="filename_mapping_8.txt" />
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>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
42 </tests>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
43 <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
44 .. 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
45
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
46 **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
47
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
48 @WID@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
49
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
50 *multi_to_single_fast5* converts multi read FAST5 file(s) into single read FAST5 files.
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
51
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
52 **Input**
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 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
55
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
56 **Output**
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
57
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
58 Single read FAST5 files 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
59
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
60 .. 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
61
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
62 **References**
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
63
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
64 @REFERENCES@
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
65 ]]></help>
0fbeff566070 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/ont_fast5_api commit 9fb27995131a4106053eb85d687857d2cbd2a5c6"
artbio
parents:
diff changeset
66 <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
67 </tool>