Mercurial > repos > devteam > samtools_split
annotate samtools_split.xml @ 7:b6caca6a4ca5 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
author | iuc |
---|---|
date | Sun, 08 Sep 2024 03:23:35 +0000 |
parents | eda9f7aa1d54 |
children |
rev | line source |
---|---|
7
b6caca6a4ca5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
6
diff
changeset
|
1 <tool id="samtools_split" name="Samtools split" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
1
76449db9ee44
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
2 <description>BAM dataset on readgroups</description> |
76449db9ee44
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
3 <macros> |
76449db9ee44
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
4 <import>macros.xml</import> |
76449db9ee44
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
5 </macros> |
3
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
6 <expand macro="requirements"/> |
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
7 <expand macro="stdio"/> |
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
8 <expand macro="version_command"/> |
0 | 9 <command><![CDATA[ |
4
229681b8c662
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
iuc
parents:
3
diff
changeset
|
10 @ADDTHREADS@ |
7
b6caca6a4ca5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
6
diff
changeset
|
11 samtools split -f 'Read_Group_%!.bam' --output-fmt 'bam' |
4
229681b8c662
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
iuc
parents:
3
diff
changeset
|
12 #if $header: |
7
b6caca6a4ca5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
6
diff
changeset
|
13 -h $header' |
4
229681b8c662
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
iuc
parents:
3
diff
changeset
|
14 #end if |
7
b6caca6a4ca5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
6
diff
changeset
|
15 -u '$output' |
4
229681b8c662
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
iuc
parents:
3
diff
changeset
|
16 -@ \$addthreads |
229681b8c662
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
iuc
parents:
3
diff
changeset
|
17 '$input_bam' |
3
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
18 ]]></command> |
0 | 19 <inputs> |
1
76449db9ee44
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
20 <param name="input_bam" type="data" format="bam" label="BAM file" /> |
3
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
21 <param name="header" type="data" format="bam,sam" optional="True" label="Replace header in output file" /> |
0 | 22 </inputs> |
23 <outputs> | |
3
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
24 <data name="output" format="bam" label="${tool.name} on ${on_string}"> |
4
229681b8c662
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
iuc
parents:
3
diff
changeset
|
25 <discover_datasets pattern="Read_Group_(?P<designation>.+)\.bam" ext="bam" visible="true" directory="" assign_primary_output="false"/> |
0 | 26 </data> |
27 </outputs> | |
28 <tests> | |
29 <test> | |
30 <param name="input_bam" value="phiX.bam" ftype="bam" /> | |
4
229681b8c662
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
iuc
parents:
3
diff
changeset
|
31 <output name="output"> |
5
3570a794565c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
32 <discovered_dataset designation="Mouse" ftype="bam" file="phiX_Mouse.bam" lines_diff="4" /> |
3570a794565c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
33 <discovered_dataset designation="Elephant" ftype="bam" file="phiX_Elephant.bam" lines_diff="4" /> |
3570a794565c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
34 <discovered_dataset designation="Human" ftype="bam" file="phiX_Human.bam" lines_diff="4" /> |
0 | 35 </output> |
36 </test> | |
37 </tests> | |
3
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
38 <help><![CDATA[ |
0 | 39 **What it does** |
40 | |
1
76449db9ee44
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
41 Splits BAM files on readgroups. |
0 | 42 |
7
b6caca6a4ca5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
6
diff
changeset
|
43 This tool is based on ``samtools split`` command. It will generate multiple output datasets for each readgroup from the input dataset. |
3
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
44 ]]></help> |
ac469d103b51
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_split commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
1
diff
changeset
|
45 <expand macro="citations"/> |
0 | 46 </tool> |