Mercurial > repos > iuc > samtools_ampliconclip
annotate samtools_ampliconclip.xml @ 2:b5f87b4cfda6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
| author | iuc |
|---|---|
| date | Sun, 08 Sep 2024 03:21:59 +0000 |
| parents | d90472d5f10a |
| children |
| rev | line source |
|---|---|
|
2
b5f87b4cfda6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
1
diff
changeset
|
1 <tool id="samtools_ampliconclip" name="Samtools ampliconclip" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
0
65b88f67edf4
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> |
|
65b88f67edf4
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> |
|
65b88f67edf4
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> |
|
65b88f67edf4
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> |
|
65b88f67edf4
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"/> |
|
65b88f67edf4
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"/> |
|
65b88f67edf4
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"/> |
|
65b88f67edf4
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[ |
|
65b88f67edf4
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@ |
|
65b88f67edf4
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 |
|
65b88f67edf4
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 |
|
65b88f67edf4
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: |
|
65b88f67edf4
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 |
|
65b88f67edf4
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 |
|
65b88f67edf4
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 |
|
65b88f67edf4
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 |
|
65b88f67edf4
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}' |
|
65b88f67edf4
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 |
|
65b88f67edf4
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 |
|
65b88f67edf4
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 |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
22 -@ \$addthreads |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
23 '${input_bam}' |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
24 | samtools collate -@ \$addthreads -O -u - |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
25 | samtools fixmate -@ \$addthreads -u - - |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
26 | samtools sort -@ \$addthreads -m \${GALAXY_MEMORY_MB:-768}M -T "\${TMPDIR:-.}" -o '${output_bam}' |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
27 ]]></command> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
28 <inputs> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
29 <param name="input_bed" type="data" format="bed" label="Genetic intervals (in BED format)" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
30 <param name="input_bam" type="data" format="bam" label="BAM file" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
31 <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), unchekced = default soft-clipping" /> |
|
2
b5f87b4cfda6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
1
diff
changeset
|
32 <param argument="--strand" type="boolean" checked="false" truevalue="--strand" falsevalue="" label="only clip reads that match bed file strand annotation" /> |
|
b5f87b4cfda6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
1
diff
changeset
|
33 <param argument="--both-ends" type="boolean" checked="false" truevalue="--both-ends" falsevalue="" label="clip both ends of reads (false = 5' only)" /> |
|
b5f87b4cfda6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
1
diff
changeset
|
34 <param argument="--no-excluded" type="boolean" checked="false" truevalue="--no-excluded" falsevalue="" label="don't write excluded reads to output (default = write all)" /> |
|
0
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
35 <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
b5f87b4cfda6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
iuc
parents:
1
diff
changeset
|
36 <param argument="--tolerance" type="integer" value="5" min="0" label="Tolerance" help="match region within this number of bases, default 5." /> |
|
0
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
37 |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
38 </inputs> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
39 <outputs> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
40 <data name="output_bam" format="bam" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
41 </outputs> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
42 <tests> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
43 <!-- 1) --> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
44 <test> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
45 <param name="input_bed" value="eboVir3.1.bed" ftype="bed" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
46 <param name="input_bam" value="eboVir3.bam" ftype="bam" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
47 <output name="output_bam" file="eboVir3.clipped.bam" ftype="bam" lines_diff="22" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
48 </test> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
49 <!-- 2) testing strand --> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
50 <test> |
|
65b88f67edf4
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" /> |
|
65b88f67edf4
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" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
53 <param name="strand" value="--strand" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
54 <output name="output_bam" file="eboVir3.clipped.strand.bam" ftype="bam" lines_diff="16" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
55 </test> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
56 <!-- 3) testing hard clip--> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
57 <test> |
|
65b88f67edf4
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_bed" value="eboVir3.1.bed" ftype="bed" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
59 <param name="input_bam" value="eboVir3.bam" ftype="bam" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
60 <param name="hard_clip_mode" value="--hard-clip" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
61 <output name="output_bam" file="eboVir3.hardclipped.bam" ftype="bam" lines_diff="14" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
62 </test> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
63 <!-- 4) testing strand and min length--> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
64 <test> |
|
65b88f67edf4
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_bed" value="eboVir3.1.bed" ftype="bed" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
66 <param name="input_bam" value="eboVir3.bam" ftype="bam" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
67 <param name="min_length" value="30" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
68 <param name="strand" value="--strand" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
69 <param name="tolerance" value="6" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
70 <param name="both_ends" value="--both-ends" /> |
|
65b88f67edf4
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="no_excluded" value="--no-excluded" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
72 <output name="output_bam" file="eboVir3.clipped.strand_gt30.bam" ftype="bam" lines_diff="13" /> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
73 </test> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
74 |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
75 </tests> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
76 <help> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
77 **What it does** |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
78 Clips read alignments where they match BED file defined regions (e.g. for amplicon sequencing). |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
79 |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
80 samtools ampliconclip -b [INPUT BED] [INPUT BAM1] -o [OUTPUT] |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
81 </help> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
82 <expand macro="citations"/> |
|
65b88f67edf4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit 4596e7b08744df85b48d106cf4d44ebdd90dd554
iuc
parents:
diff
changeset
|
83 </tool> |
