Mercurial > repos > devteam > sam_to_bam
annotate sam_to_bam.xml @ 16:8886b95d2956 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/sam_to_bam commit bfe97d9abaf5d56412b48b5a011f1c4337fa5118-dirty
| author | iuc |
|---|---|
| date | Wed, 12 Nov 2025 12:57:48 +0000 |
| parents | 72b8a3614802 |
| children |
| rev | line source |
|---|---|
|
16
8886b95d2956
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/sam_to_bam commit bfe97d9abaf5d56412b48b5a011f1c4337fa5118-dirty
iuc
parents:
15
diff
changeset
|
1 <tool id="sam_to_bam" name="SAM-to-BAM" version="2.1.5" profile="@PROFILE@"> |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
2 <description>convert SAM to BAM</description> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
3 |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
4 <macros> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
5 <import>macros.xml</import> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
6 </macros> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
7 <expand macro="requirements"/> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
8 <expand macro="stdio"/> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
9 <expand macro="version_command"/> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
10 |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
11 <command><![CDATA[ |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
12 @ADDTHREADS@ |
|
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
13 @ADDMEMORY@ |
|
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
14 @PREPARE_FASTA_IDX@ |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
15 |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
16 samtools view |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
17 -b |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
18 -@ \$addthreads |
|
12
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
19 -t "\$reffai" |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
20 '$input' | |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
21 |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
22 samtools sort |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
23 -O bam |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
24 -@ \$addthreads -m \$addmemory"M" |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
25 -o '$output1' |
|
10
cf1ffd88f895
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 851f81495c875ac09d936537ffd2b32e6af2c8c5"
iuc
parents:
8
diff
changeset
|
26 -T "\${TMPDIR:-.}" |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
27 ]]></command> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
28 |
| 6 | 29 <inputs> |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
30 <param name="input" type="data" format="sam" label="SAM file to convert"/> |
|
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
31 <expand macro="mandatory_reference" argument="-t"/> |
| 6 | 32 </inputs> |
| 33 <outputs> | |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
34 <data name="output1" format="bam" label="${tool.name} on ${on_string}: converted BAM"> |
| 6 | 35 <actions> |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
36 <conditional name="addref_cond.addref_select"> |
| 6 | 37 <when value="cached"> |
| 38 <action name="dbkey" type="metadata"> | |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
39 <option name="input" param_attribute="dbkey" type="from_param" /> |
| 6 | 40 </action> |
| 41 </when> | |
| 42 <when value="history"> | |
| 43 <action name="dbkey" type="metadata"> | |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
44 <option name="addref_cond.ref" param_attribute="dbkey" type="from_param" /> |
| 6 | 45 </action> |
| 46 </when> | |
| 47 </conditional> | |
| 48 </actions> | |
| 49 </data> | |
| 50 </outputs> | |
| 51 <tests> | |
| 52 <test> | |
|
14
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
53 <conditional name="addref_cond"> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
54 <param name="addref_select" value="history" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
55 <param name="ref" ftype="fasta" dbkey="equCab2" value="chr_m.fasta" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
56 </conditional> |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
57 <param name="input" ftype="sam" value="sam_to_bam_in1.sam" /> |
|
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
58 <output name="output1" ftype="bam" file="sam_to_bam_out1.bam" lines_diff="4"/> |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
59 </test> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
60 <test> |
|
14
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
61 <conditional name="addref_cond"> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
62 <param name="addref_select" value="cached" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
63 <param name="ref" value="equCab2chrM" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
64 </conditional> |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
65 <param name="input" ftype="sam" dbkey="equCab2" value="sam_to_bam_in1.sam" /> |
|
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
66 <output name="output1" ftype="bam" file="sam_to_bam_out2.bam" lines_diff="4"/> |
| 6 | 67 </test> |
|
7
881e16ad05c6
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/sam_to_bam commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
6
diff
changeset
|
68 <test> |
|
14
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
69 <conditional name="addref_cond"> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
70 <param name="addref_select" value="history" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
71 <param name="ref" ftype="fasta" dbkey="equCab2" value="chr_m.fasta" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
72 </conditional> |
|
11
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
73 <param name="input" ftype="sam" value="sam_to_bam_noheader_in2.sam" /> |
|
1e69848b596f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
74 <output name="output1" ftype="bam" file="sam_to_bam_out3.bam" lines_diff="4"/> |
|
7
881e16ad05c6
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/sam_to_bam commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents:
6
diff
changeset
|
75 </test> |
|
12
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
76 <test> |
|
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
77 <!-- Test direct use of bgzipped reference --> |
|
14
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
78 <conditional name="addref_cond"> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
79 <param name="addref_select" value="history" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
80 <param name="ref" ftype="fasta.gz" dbkey="equCab2" value="chr_m.bgzipped_fasta.gz" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
81 </conditional> |
|
12
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
82 <param name="input" ftype="sam" value="sam_to_bam_noheader_in2.sam" /> |
|
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
83 <output name="output1" ftype="bam" file="sam_to_bam_out3.bam" lines_diff="4"/> |
|
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
84 </test> |
|
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
85 <test> |
|
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
86 <!-- Test with simple gzipped reference, which requires decompression --> |
|
14
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
87 <conditional name="addref_cond"> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
88 <param name="addref_select" value="history" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
89 <param name="ref" ftype="fasta.gz" dbkey="equCab2" value="chr_m.fasta.gz" /> |
|
73913bb77da3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
12
diff
changeset
|
90 </conditional> |
|
12
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
91 <param name="input" ftype="sam" value="sam_to_bam_noheader_in2.sam" /> |
|
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
92 <output name="output1" ftype="bam" file="sam_to_bam_out3.bam" lines_diff="4"/> |
|
9bd1568619cd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
93 </test> |
| 6 | 94 </tests> |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
95 <help><![CDATA[ |
| 0 | 96 **What it does** |
| 97 | |
|
8
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
98 Converts SAM dataset into its binary, BAM, representation using the ``samtools view`` and ``sort`` commands. |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
99 ]]></help> |
|
f7a0d41036c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
100 <expand macro="citations"/> |
| 0 | 101 </tool> |
