Mercurial > repos > devteam > bamtools
annotate bamtools.xml @ 9:8eb649e67987 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
| author | iuc |
|---|---|
| date | Wed, 18 Jun 2025 08:33:31 +0000 |
| parents | 970e6333f07e |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
|
7
ddb22028b552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 862f05b5053f55def8007194a702019418697cb5
iuc
parents:
6
diff
changeset
|
2 <tool id="bamtools" name="Operate on and transform BAM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
|
ddb22028b552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 862f05b5053f55def8007194a702019418697cb5
iuc
parents:
6
diff
changeset
|
3 <description>datasets in various ways</description> |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
4 <macros> |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
5 <import>macros.xml</import> |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
6 </macros> |
|
8
970e6333f07e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 5ebe920838ab3c36e93d620c479df17f43f8e336
iuc
parents:
7
diff
changeset
|
7 <expand macro="xrefs"/> |
|
6
e4490b16f0d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 29fe5251fcc37a22a1ce479d7a39f5007a4f02ec
iuc
parents:
5
diff
changeset
|
8 <expand macro="requirements"> |
|
e4490b16f0d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 29fe5251fcc37a22a1ce479d7a39f5007a4f02ec
iuc
parents:
5
diff
changeset
|
9 <requirement type="package" version="1.16.1">samtools</requirement> |
|
e4490b16f0d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 29fe5251fcc37a22a1ce479d7a39f5007a4f02ec
iuc
parents:
5
diff
changeset
|
10 </expand> |
|
e4490b16f0d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 29fe5251fcc37a22a1ce479d7a39f5007a4f02ec
iuc
parents:
5
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
12 ##set up input files |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
13 ln -s '${input_bams}' localbam.bam && |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
14 ln -s '${input_bams.metadata.bam_index}' localbam.bam.bai && |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
15 #if str( $analysis_type.analysis_type_selector ) == 'convert': |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
16 #if str( $analysis_type.format_type.format_type_selector ) == 'pileup': |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
17 #set $reference_fasta_filename = 'localref.fa' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
18 #if str( $analysis_type.format_type.reference_source.reference_source_selector ) == 'history': |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
19 ln -s '${analysis_type.format_type.reference_source.ref_file}' '${reference_fasta_filename}' && |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
20 samtools faidx '${reference_fasta_filename}' 2>&1 || echo 'Error running samtools faidx for bamtools convert' >&2 && |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
21 #else: |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
22 #set $reference_fasta_filename = str( $analysis_type.format_type.reference_source.ref_file.fields.path ) |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
23 #end if |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
24 #end if |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
25 #end if |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
26 bamtools |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
27 #if str( $analysis_type.analysis_type_selector ) == 'convert': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
28 convert |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
29 -format ${analysis_type.format_type.format_type_selector} |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
30 #if str( $analysis_type.format_type.format_type_selector ) == 'pileup': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
31 ${analysis_type.format_type.mapqual} |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
32 -fasta '${reference_fasta_filename}' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
33 #elif str( $analysis_type.format_type.format_type_selector ) == 'sam': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
34 ${analysis_type.format_type.noheader} |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
35 #end if |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
36 -out '$out_file1' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
37 #elif str( $analysis_type.analysis_type_selector ) == 'count': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
38 count |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
39 > '$out_file1' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
40 #elif str( $analysis_type.analysis_type_selector ) == 'coverage': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
41 coverage |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
42 -out '$out_file1' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
43 #elif str( $analysis_type.analysis_type_selector ) == 'header': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
44 header |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
45 > '$out_file1' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
46 #elif str( $analysis_type.analysis_type_selector ) == 'merge': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
47 merge |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
48 -out '$out_file1' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
49 #elif str( $analysis_type.analysis_type_selector ) == 'random': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
50 random |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
51 -n ${analysis_type.count} |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
52 -seed ${analysis_type.seed} |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
53 -out '$out_file1' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
54 #elif str( $analysis_type.analysis_type_selector ) == 'revert': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
55 revert |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
56 ${analysis_type.keepDuplicate} |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
57 ${analysis_type.keepQualities} |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
58 -out '$out_file1' |
|
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
59 #elif str( $analysis_type.analysis_type_selector ) == 'sort': |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
60 sort |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
61 ${analysis_type.byname} |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
62 -out '$out_file1' |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
63 #end if |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
64 -in localbam.bam |
|
6
e4490b16f0d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 29fe5251fcc37a22a1ce479d7a39f5007a4f02ec
iuc
parents:
5
diff
changeset
|
65 ]]></command> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
66 <inputs> |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
67 <param name="input_bams" type="data" format="bam" label="BAM dataset(s) to filter" /> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
68 <conditional name="analysis_type"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
69 <param name="analysis_type_selector" type="select" label="Select BAM manipulation" help="See help below for detailed description of each tool"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
70 <option value="convert">Convert</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
71 <option value="count">Count</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
72 <option value="coverage">Coverage</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
73 <option value="header">Header</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
74 <option value="merge">Merge</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
75 <option value="random">Random</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
76 <option value="revert">Revert</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
77 <!-- The sort option below is commented out as BAM files in Galaxy are reference sorted by dafault. --> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
78 <!-- Allowing users for sort files may break donstream functionality. --> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
79 <!-- To enable sort option simply uncomment the line below: --> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
80 <!-- <option value="sort">Sort</option> --> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
81 </param> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
82 <when value="convert"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
83 <conditional name="format_type"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
84 <param name="format_type_selector" type="select" help="Select what to convert your BAM to"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
85 <option value="bed">BED</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
86 <option value="fasta">FASTA</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
87 <option value="fastq">FASTQ</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
88 <option value="json">JSON</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
89 <option value="pileup">Pileup</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
90 <option value="sam">SAM</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
91 <option value="yaml">YAML</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
92 </param> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
93 <when value="bed"/> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
94 <when value="fasta"/> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
95 <when value="fastq"/> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
96 <when value="json"/> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
97 <when value="yaml"/> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
98 <when value="pileup"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
99 <conditional name="reference_source"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
100 <param name="reference_source_selector" type="select" label="Choose the source for the reference list"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
101 <option value="cached">Locally cached</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
102 <option value="history">History</option> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
103 </param> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
104 <when value="cached"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
105 <param name="ref_file" type="select" label="Using reference genome"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
106 <options from_data_table="sam_fa_indexes"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
107 <!--<filter type="data_meta" key="dbkey" ref="input_bam" column="value"/>--> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
108 </options> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
109 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
110 </param> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
111 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
112 <when value="history"> <!-- FIX ME!!!! --> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
113 <param name="ref_file" type="data" format="fasta" label="Using reference file" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
114 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
115 </conditional> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
116 <param name="mapqual" type="boolean" truevalue="-mapqual" falsevalue="" label="Print quality scores?" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
117 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
118 <when value="sam"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
119 <param name="noheader" type="boolean" truevalue="-noheader" falsevalue="" label="Do not print header" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
120 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
121 </conditional> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
122 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
123 <when value="count" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
124 <when value="coverage" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
125 <when value="header" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
126 <when value="merge" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
127 <when value="random"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
128 <param name="count" type="integer" value="10000" label="Number of random alignments to grab" help="No duplicate checking is perfomed" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
129 <param name="seed" type="integer" value="1024" label="Random number generator seed" help="Use the same seed for reproducible results" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
130 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
131 <when value="revert"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
132 <param name="keepDuplicate" type="boolean" truevalue="-keepDuplicate" falsevalue="" label="Keep duplicates marked" help="Do not remove duplicate marks" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
133 <param name="keepQualities" type="boolean" truevalue="-keepQualities" falsevalue="" label="Keep base qualities" help="Do not replace qualities with contect of OQ tag" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
134 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
135 <!-- |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
136 <when value="sort"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
137 <param name="byname" type="boolean" truevalue="-byname" falsevalue="" label="Sort by name" help="Checked: sort by name; Unchecked: sort by coordinate"/> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
138 </when> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
139 --> |
| 0 | 140 </conditional> |
| 141 </inputs> | |
| 142 <outputs> | |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
143 <data format="txt" name="out_file1"> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
144 <change_format> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
145 <when input="analysis_type.format_type.format_type_selector" value="bed" format="bed" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
146 <when input="analysis_type.format_type.format_type_selector" value="fasta" format="fasta" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
147 <when input="analysis_type.format_type.format_type_selector" value="fastq" format="fastq" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
148 <when input="analysis_type.format_type.format_type_selector" value="sam" format="sam" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
149 <when input="analysis_type.format_type.format_type_selector" value="pileup" format="pileup" /> |
|
7
ddb22028b552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 862f05b5053f55def8007194a702019418697cb5
iuc
parents:
6
diff
changeset
|
150 <when input="analysis_type.format_type.format_type_selector" value="json" format="json" /> |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
151 <when input="analysis_type.analysis_type_selector" value="count" format="tabular" /> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
152 <when input="analysis_type.analysis_type_selector" value="coverage" format="tabular" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
153 <when input="analysis_type.analysis_type_selector" value="merge" format="bam" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
154 <when input="analysis_type.analysis_type_selector" value="random" format="bam" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
155 <when input="analysis_type.analysis_type_selector" value="revert" format="bam" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
156 <when input="analysis_type.analysis_type_selector" value="sort" format="bam" /> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
157 </change_format> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
158 </data> |
| 0 | 159 </outputs> |
| 160 <tests> | |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
161 <test> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
162 <param name="input_bams" ftype="bam" value="bamtools-input1.bam"/> |
|
9
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
163 <conditional name="analysis_type"> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
164 <param name="analysis_type_selector" value="convert"/> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
165 <conditional name="format_type"> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
166 <param name="format_type_selector" value="pileup"/> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
167 <conditional name="reference_source"> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
168 <param name="reference_source_selector" value="history" /> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
169 <param name="ref_file" ftype="fasta" value="bamtools-fasta.fa"/> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
170 </conditional> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
171 <param name="mapqual" value="true" /> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
172 </conditional> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
173 </conditional> |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
174 <output name="out_file1" file="bamtools-convert-pileup.pu" /> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
175 </test> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
176 <test> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
177 <param name="input_bams" ftype="bam" value="bamtools-input1.bam"/> |
|
9
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
178 <conditional name="analysis_type"> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
179 <param name="analysis_type_selector" value="count"/> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
180 </conditional> |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
181 <output name="out_file1" file="bamtools-count.tab" /> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
182 </test> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
183 <test> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
184 <param name="input_bams" ftype="bam" value="bamtools-input1.bam"/> |
|
9
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
185 <conditional name="analysis_type"> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
186 <param name="analysis_type_selector" value="coverage"/> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
187 </conditional> |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
188 <output name="out_file1" file="bamtools-coverage.tab" /> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
189 </test> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
190 <test> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
191 <param name="input_bams" ftype="bam" value="bamtools-input1.bam"/> |
|
9
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
192 <conditional name="analysis_type"> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
193 <param name="analysis_type_selector" value="header"/> |
|
8eb649e67987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
iuc
parents:
8
diff
changeset
|
194 </conditional> |
|
4
4d343c1f606b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 5ecb0de2196e69548d74a88a4e3c1095ca9bfd16"
iuc
parents:
3
diff
changeset
|
195 <output name="out_file1" file="bamtools-header.txt" /> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
196 </test> |
| 0 | 197 </tests> |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
198 <help> |
| 0 | 199 |
| 200 **What is does** | |
| 201 | |
| 202 BAMTools is a collection of utilities for manipulation on BAM files. It is based on BAMtools suite of tools by Derek Barnett (https://github.com/pezmaster31/bamtools). | |
| 203 This Galaxy implementation of BAMTools utilities includes seven utilities - Convert, Count, Coverage, Header, Merge, Random, and Revert - decsribed in detail below. | |
| 204 | |
| 205 ----- | |
| 206 | |
| 207 **Convert** | |
| 208 | |
|
7
ddb22028b552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 862f05b5053f55def8007194a702019418697cb5
iuc
parents:
6
diff
changeset
|
209 Converts BAM dataset(s) into BED, FASTA, FASTQ, JSON, Pileup, SAM, or YAML formats. Note that the conversion to the pileup format requires providing a reference sequence either cached on this Galaxy instance, or provided by you as a FASTA dataset from History. |
| 0 | 210 |
| 211 ----- | |
| 212 | |
| 213 **Count** | |
| 214 | |
|
7
ddb22028b552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 862f05b5053f55def8007194a702019418697cb5
iuc
parents:
6
diff
changeset
|
215 Counts the number of alignments in a BAM dataset(s). |
| 0 | 216 |
| 217 ----- | |
| 218 | |
| 219 **Coverage** | |
| 220 | |
| 221 Prints per-base coverage for a BAM dataset. | |
| 222 | |
| 223 ----- | |
| 224 | |
| 225 **Header** | |
| 226 | |
|
7
ddb22028b552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 862f05b5053f55def8007194a702019418697cb5
iuc
parents:
6
diff
changeset
|
227 Prints the header of a BAM dataset. |
| 0 | 228 |
| 229 ------ | |
| 230 | |
| 231 **Merge** | |
| 232 | |
|
7
ddb22028b552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 862f05b5053f55def8007194a702019418697cb5
iuc
parents:
6
diff
changeset
|
233 Merges multiple BAM datasets into a single one. |
| 0 | 234 |
| 235 ------ | |
| 236 | |
| 237 **Random** | |
| 238 | |
| 239 Grabs a specified number of random lines from BAM dataset(s). | |
| 240 | |
| 241 ------ | |
| 242 | |
| 243 **Revert** | |
| 244 | |
| 245 Removes duplicate marks and restores original (non-recalibrated) base qualities. | |
| 246 | |
| 247 ----- | |
| 248 | |
| 249 .. class:: infomark | |
| 250 | |
| 251 **More information** | |
| 252 | |
| 253 Additional information about BAMtools can be found at https://github.com/pezmaster31/bamtools/wiki | |
| 254 | |
|
3
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
255 </help> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
256 <citations> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
257 <citation type="doi">10.1093/bioinformatics/btr174</citation> |
|
04866f817daa
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01
devteam
parents:
2
diff
changeset
|
258 </citations> |
| 0 | 259 </tool> |
