Mercurial > repos > iuc > bax2bam
annotate bax2bam.xml @ 2:5bd67e012d54 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
author | iuc |
---|---|
date | Sat, 17 Apr 2021 10:41:00 +0000 |
parents | ee356d7a5518 |
children |
rev | line source |
---|---|
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
2 <tool id="bax2bam" name="bax2bam" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
3 <description>converts PacBio basecall format (bax.h5) into BAM</description> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
4 <macros> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
5 <token name="@TOOL_VERSION@">0.0.11</token> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
6 <token name="@VERSION_SUFFIX@">0</token> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
7 </macros> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
8 <edam_topics> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
9 <edam_topic>topic_3168</edam_topic> <!-- Topic - Laboratory techniques - Sequencing --> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
10 </edam_topics> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
11 <edam_operations> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
12 <edam_operation>operation_3434</edam_operation> <!-- Operation - Conversion --> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
13 </edam_operations> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
14 <requirements> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
15 <requirement type="package" version="@TOOL_VERSION@">bax2bam</requirement> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
16 </requirements> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
17 <version_command><![CDATA[bax2bam --version]]></version_command> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
18 <command detect_errors="exit_code"><![CDATA[ |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
19 ## skipped -h/--help, --xml, -f, --output-xml, --ccs (see https://github.com/PacificBiosciences/pbbioconda/issues/215) |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
20 |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
21 ## run |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
22 bax2bam |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
23 #for $file in $files |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
24 '$file' |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
25 #end for |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
26 -o 'output' |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
27 $readtype |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
28 #if $pulsefeatures |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
29 --pulsefeatures=$pulsefeatures |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
30 #end if |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
31 $losslessframes |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
32 $internal |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
33 ]]></command> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
34 <inputs> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
35 <param name="files" type="data" format="h5" multiple="true" label="Select files" help="Should be from the same movie."/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
36 <param name="readtype" type="select" label="Select output read type"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
37 <option value="--hqregion">Hqregion</option> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
38 <option value="--polymeraseread">Polymeraseread</option> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
39 <option value="--subread">Subread</option> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
40 </param> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
41 <param argument="--pulsefeatures" type="select" multiple="true" label="Select pulse features in output BAM"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
42 <option value="DeletionQV" selected="true">dq - DeletionQV</option> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
43 <option value="DeletionTag" selected="true">dt - DeletionTag</option> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
44 <option value="InsertionQV" selected="true">iq - InsertionQV</option> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
45 <option value="IPD" selected="true">ip - IPD</option> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
46 <option value="MergeQV" selected="true">mq - MergeQV</option> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
47 <option value="PulseWidth" selected="true">pw - PulseWidth</option> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
48 <option value="SubstitutionQV" selected="true">sq - SubstitutionQV</option> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
49 <option value="SubstitutionTag" selected="false">st - SubstitutionTag</option> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
50 </param> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
51 <param argument="--losslessframes" type="boolean" truevalue="--losslessframes" falsevalue="" label="Store full, 16-bit IPD/PulseWidth data?" help="Instead of downsampled, 8-bit encoding."/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
52 <param argument="--internal" type="boolean" truevalue="--internal" falsevalue="" checked="false" label="Output BAMs in internal mode?" help="Currently this indicates that non-sequencing ZMWs should be included in the output scraps BAM file, if applicable."/> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
53 </inputs> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
54 <outputs> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
55 <data name="output_scrap" from_work_dir="output.scraps.bam" format="bam" label="${tool.name} on ${on_string}: Scraps"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
56 <filter>readtype == '--subread'</filter> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
57 </data> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
58 <data name="output_subread" from_work_dir="output.subreads.bam" format="bam" label="${tool.name} on ${on_string}: Subreads"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
59 <filter>readtype == '--subread'</filter> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
60 </data> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
61 <data name="output_hqregion" from_work_dir="output.hqregions.bam" format="bam" label="${tool.name} on ${on_string}: Hqregions"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
62 <filter>readtype == '--hqregion'</filter> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
63 </data> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
64 <data name="output_lqregion" from_work_dir="output.lqregions.bam" format="bam" label="${tool.name} on ${on_string}: Lqregions"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
65 <filter>readtype == '--hqregion'</filter> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
66 </data> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
67 <data name="output_polymeraseread" from_work_dir="output.polymerase.bam" format="bam" label="${tool.name} on ${on_string}: Polymerase"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
68 <filter>readtype == '--polymeraseread'</filter> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
69 </data> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
70 </outputs> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
71 <tests> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
72 <!-- test data source https://github.com/PacificBiosciences/PacBioTestData/tree/master/data/HdfSubreadSet/Analysis_Results/ --> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
73 |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
74 <!-- #1 subread, default --> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
75 <test expect_num_outputs="2"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
76 <param name="files" value="set.3.bax.h5,set.2.bax.h5,set.1.bax.h5"/> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
77 <param name="readtype" value="--subread"/> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
78 <output name="output_scrap"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
79 <assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
80 <has_size value="113578" delta="100"/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
81 </assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
82 </output> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
83 <output name="output_subread"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
84 <assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
85 <has_size value="242552" delta="100"/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
86 </assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
87 </output> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
88 </test> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
89 <!-- #2 hqregion, default --> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
90 <test expect_num_outputs="2"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
91 <param name="files" value="set.3.bax.h5,set.2.bax.h5,set.1.bax.h5"/> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
92 <param name="readtype" value="--hqregion"/> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
93 <output name="output_hqregion"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
94 <assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
95 <has_size value="232342" delta="100"/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
96 </assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
97 </output> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
98 <output name="output_hqregion"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
99 <assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
100 <has_size value="232342" delta="100"/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
101 </assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
102 </output> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
103 </test> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
104 <!-- #3 polymeraseread, default --> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
105 <test expect_num_outputs="1"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
106 <param name="files" value="set.3.bax.h5,set.2.bax.h5,set.1.bax.h5"/> |
1
ee356d7a5518
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents:
0
diff
changeset
|
107 <param name="readtype" value="--polymeraseread"/> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
108 <output name="output_polymeraseread"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
109 <assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
110 <has_size value="333195" delta="100"/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
111 </assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
112 </output> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
113 </test> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
114 <!-- #4 subread, custom --> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
115 <test expect_num_outputs="2"> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
116 <param name="files" value="set.3.bax.h5,set.2.bax.h5,set.1.bax.h5"/> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
117 <param name="readtype" value="--subread"/> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
118 <param name="pulsefeatures" value="SubstitutionTag"/> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
119 <param name="losslessframes" value="true"/> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
120 <param name="internal" value="true"/> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
121 <output name="output_scrap"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
122 <assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
123 <has_size value="23497" delta="100"/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
124 </assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
125 </output> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
126 <output name="output_subread"> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
127 <assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
128 <has_size value="45147" delta="100"/> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
129 </assert_contents> |
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
130 </output> |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
131 </test> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
132 </tests> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
133 <help><![CDATA[ |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
134 |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
135 .. class:: infomark |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
136 |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
137 **What it does** |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
138 |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
139 bax2bam converts the legacy PacBio basecall format (bax.h5) into the BAM basecall format. |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
140 |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
141 **Input** |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
142 |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
143 - Sample files that should be from the same movie (bax.h5) |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
144 |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
145 **Output** |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
146 |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
147 - Converted sample (BAM) |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
148 |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
149 .. class:: infomark |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
150 |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
151 **References** |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
152 |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
153 More information can be found on the GitHub repositories `bax2bam <https://github.com/pacificbiosciences/bax2bam/>`_ and `PacBio Bioconda <https://github.com/PacificBiosciences/pbbioconda>`_. |
0
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
154 ]]></help> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
155 <citations> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
156 <citation type="bibtex"> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
157 @misc{PacificBiosciences2018, |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
158 author = {Pacific Biosciences}, |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
159 year = {2018}, |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
160 title = {bax2bam}, |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
161 publisher = {GitHub}, |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
162 journal = {GitHub repository}, |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
163 url = {https://github.com/pacificbiosciences/bax2bam/}, |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
164 } |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
165 </citation> |
4445939cacc9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 07edb81ab753f8ea6001875e84a68f820febfc88"
iuc
parents:
diff
changeset
|
166 </citations> |
2
5bd67e012d54
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pax2bam commit 958bbd9e30ae4d320f872f1ab5e1bacfb28b1a00"
iuc
parents:
1
diff
changeset
|
167 </tool> |