Mercurial > repos > artbio > ont_fast5_api
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0fbeff566070 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool id="ont_fast5_api_multi_to_single_fast5" name="@TOOL_NAME@ Multi to single" version="@TOOL_VERSION@+galaxy0" profile="18.01"> | |
3 <description>read file(s)</description> | |
4 <macros> | |
5 <import>macros.xml</import> | |
6 </macros> | |
7 <expand macro="requirements"/> | |
8 <version_command><![CDATA[multi_to_single_fast5 -v]]></version_command> | |
9 <command detect_errors="exit_code"><![CDATA[ | |
10 ## initialize | |
11 @INITIALIZE@ | |
12 | |
13 ## run | |
14 multi_to_single_fast5 | |
15 --recursive | |
16 ## required | |
17 @INPUTPATH@ | |
18 @SAVEPATH@ | |
19 ## optional | |
20 @THREADS@ | |
21 | |
22 ## create tarball | |
23 @TARBALL@ | |
24 ]]></command> | |
25 <inputs> | |
26 <expand macro="input"/> | |
27 </inputs> | |
28 <outputs> | |
29 <expand macro="output"/> | |
30 </outputs> | |
31 <tests> | |
32 <!-- #1 default --> | |
33 <test expect_num_outputs="2"> | |
34 <param name="input_path" value="multi.fast5.tar"/> | |
35 <output name="out_results"> | |
36 <assert_contents> | |
37 <has_size value="71680"/> | |
38 </assert_contents> | |
39 </output> | |
40 <output name="summary" format="txt" value="filename_mapping_8.txt" /> | |
41 </test> | |
42 </tests> | |
43 <help><![CDATA[ | |
44 .. class:: infomark | |
45 | |
46 **What it does** | |
47 | |
48 @WID@ | |
49 | |
50 *multi_to_single_fast5* converts multi read FAST5 file(s) into single read FAST5 files. | |
51 | |
52 **Input** | |
53 | |
54 Multi read file(s) in FAST5 format that are stored in a flat TAR. | |
55 | |
56 **Output** | |
57 | |
58 Single read FAST5 files that are stored in a flat TAR. | |
59 | |
60 .. class:: infomark | |
61 | |
62 **References** | |
63 | |
64 @REFERENCES@ | |
65 ]]></help> | |
66 <expand macro="citations"/> | |
67 </tool> |