annotate samtools_ampliconclip.xml @ 6:77889ed49dbc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_ampliconclip commit bfe97d9abaf5d56412b48b5a011f1c4337fa5118-dirty
author iuc
date Wed, 12 Nov 2025 12:57:39 +0000
parents f20b704ba069
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
6a8febad1f6c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit cd62639660bef041ba14ecff337fb98e84e75d8a
iuc
parents: 1
diff changeset
1 <tool id="samtools_ampliconclip" name="Samtools ampliconclip" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
2 <description>clip primer bases from bam files</description>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
3 <macros>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
4 <import>macros.xml</import>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
5 </macros>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
7 <expand macro="stdio"/>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
8 <expand macro="version_command"/>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
9 <command><![CDATA[
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
10 @ADDTHREADS@
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
11 samtools ampliconclip
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
12 $hard_clip_mode
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
13 #if $min_length:
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
14 --fail-len $min_length
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
15 #end if
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
16 --tolerance $tolerance
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
17 $strand
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
18 -b '${input_bed}'
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
19 -u
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
20 $both_ends
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
21 $no_excluded
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
22 #if $write_primer_counts:
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
23 --primer-counts '${primer_counts}'
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
24 #end if
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
25 -@ \$addthreads
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
26 '${input_bam}'
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
27 | samtools collate -@ \$addthreads -O -u -
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
28 | samtools fixmate -@ \$addthreads -u - -
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
29 | samtools sort -@ \$addthreads -m \${GALAXY_MEMORY_MB:-768}M -T "\${TMPDIR:-.}" -o '${output_bam}'
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
30 ]]></command>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
31 <inputs>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
32 <param name="input_bed" type="data" format="bed" label="Genetic intervals (in BED format)" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
33 <param name="input_bam" type="data" format="bam" label="BAM file" />
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
34 <param name="hard_clip_mode" argument="--hard-clip" type="boolean" checked="false" truevalue="--hard-clip" falsevalue="--soft-clip" label="hard clip" help="hard clip (remove bases), unchecked = default soft-clipping" />
2
6a8febad1f6c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit cd62639660bef041ba14ecff337fb98e84e75d8a
iuc
parents: 1
diff changeset
35 <param argument="--strand" type="boolean" checked="false" truevalue="--strand" falsevalue="" label="only clip reads that match bed file strand annotation" />
6a8febad1f6c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit cd62639660bef041ba14ecff337fb98e84e75d8a
iuc
parents: 1
diff changeset
36 <param argument="--both-ends" type="boolean" checked="false" truevalue="--both-ends" falsevalue="" label="clip both ends of reads (false = 5' only)" />
6a8febad1f6c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit cd62639660bef041ba14ecff337fb98e84e75d8a
iuc
parents: 1
diff changeset
37 <param argument="--no-excluded" type="boolean" checked="false" truevalue="--no-excluded" falsevalue="" label="don't write excluded reads to output (default = write all)" />
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
38 <param name="min_length" argument="--fail-len" type="integer" min="0" optional="true" label="Min Read length" help="mark reads QCFAIL at this length or shorter after clipping" />
2
6a8febad1f6c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit cd62639660bef041ba14ecff337fb98e84e75d8a
iuc
parents: 1
diff changeset
39 <param argument="--tolerance" type="integer" value="5" min="0" label="Tolerance" help="match region within this number of bases, default 5." />
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
40 <param name="write_primer_counts" type="boolean" checked="false" truevalue="true" falsevalue="false" label="Write primer counts" help="If enabled, write primer counts to output file." />
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
41 </inputs>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
42 <outputs>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
43 <data name="output_bam" format="bam" />
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
44 <data name="primer_counts" format="bedgraph" label="${tool.name} on ${on_string}: Primer counts">
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
45 <filter>write_primer_counts</filter>
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
46 </data>
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
47 </outputs>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
48 <tests>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
49 <!-- 1) -->
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
50 <test expect_num_outputs="1">
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
51 <param name="input_bed" value="eboVir3.1.bed" ftype="bed" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
52 <param name="input_bam" value="eboVir3.bam" ftype="bam" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
53 <output name="output_bam" file="eboVir3.clipped.bam" ftype="bam" lines_diff="22" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
54 </test>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
55 <!-- 2) testing strand -->
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
56 <test expect_num_outputs="1">
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
57 <param name="input_bed" value="eboVir3.1.bed" ftype="bed" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
58 <param name="input_bam" value="eboVir3.bam" ftype="bam" />
4
f597cb9b33bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents: 2
diff changeset
59 <param name="strand" value="true" />
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
60 <output name="output_bam" file="eboVir3.clipped.strand.bam" ftype="bam" lines_diff="16" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
61 </test>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
62 <!-- 3) testing hard clip-->
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
63 <test expect_num_outputs="1">
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
64 <param name="input_bed" value="eboVir3.1.bed" ftype="bed" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
65 <param name="input_bam" value="eboVir3.bam" ftype="bam" />
4
f597cb9b33bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents: 2
diff changeset
66 <param name="hard_clip_mode" value="true" />
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
67 <output name="output_bam" file="eboVir3.hardclipped.bam" ftype="bam" lines_diff="14" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
68 </test>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
69 <!-- 4) testing strand and min length-->
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
70 <test expect_num_outputs="1">
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
71 <param name="input_bed" value="eboVir3.1.bed" ftype="bed" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
72 <param name="input_bam" value="eboVir3.bam" ftype="bam" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
73 <param name="min_length" value="30" />
4
f597cb9b33bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents: 2
diff changeset
74 <param name="strand" value="true" />
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
75 <param name="tolerance" value="6" />
4
f597cb9b33bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents: 2
diff changeset
76 <param name="both_ends" value="true" />
f597cb9b33bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents: 2
diff changeset
77 <param name="no_excluded" value="true" />
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
78 <output name="output_bam" file="eboVir3.clipped.strand_gt30.bam" ftype="bam" lines_diff="13" />
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
79 </test>
5
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
80 <!-- 5) testing write_primer_counts -->
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
81 <test expect_num_outputs="2">
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
82 <param name="input_bed" value="eboVir3.1.bed" ftype="bed" />
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
83 <param name="input_bam" value="eboVir3.bam" ftype="bam" />
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
84 <param name="write_primer_counts" value="true" />
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
85 <output name="output_bam" file="eboVir3.clipped.bam" ftype="bam" lines_diff="22" />
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
86 <output name="primer_counts" file="eboVir3.primer_counts.txt" ftype="bedgraph" />
f20b704ba069 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents: 4
diff changeset
87 </test>
0
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
88 </tests>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
89 <help>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
90 **What it does**
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
91 Clips read alignments where they match BED file defined regions (e.g. for amplicon sequencing).
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
92
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
93 samtools ampliconclip -b [INPUT BED] [INPUT BAM1] -o [OUTPUT]
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
94 </help>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
95 <expand macro="citations"/>
a941babb9268 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff changeset
96 </tool>