Mercurial > repos > iuc > samtools_ampliconclip
annotate samtools_ampliconclip.xml @ 2:6a8febad1f6c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_ampliconclip commit cd62639660bef041ba14ecff337fb98e84e75d8a
author | iuc |
---|---|
date | Mon, 20 Nov 2023 22:14:18 +0000 |
parents | 5f3ea90dc6ae |
children |
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 |
a941babb9268
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 |
a941babb9268
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}' |
a941babb9268
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 - |
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 | 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
|
26 | 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
|
27 ]]></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
|
28 <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
|
29 <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
|
30 <param name="input_bam" type="data" format="bam" label="BAM file" /> |
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 <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
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
|
32 <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
|
33 <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
|
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
a941babb9268
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
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="--tolerance" type="integer" value="5" min="0" label="Tolerance" help="match region within this number of bases, default 5." /> |
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
|
37 |
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 </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
|
39 <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
|
40 <data name="output_bam" format="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
|
41 </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
|
42 <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
|
43 <!-- 1) --> |
a941babb9268
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> |
a941babb9268
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" /> |
a941babb9268
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" /> |
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 <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
|
48 </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
|
49 <!-- 2) testing 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
|
50 <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
|
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 <param name="strand" value="--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
|
54 <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
|
55 </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
|
56 <!-- 3) testing hard clip--> |
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 <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
|
58 <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
|
59 <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
|
60 <param name="hard_clip_mode" value="--hard-clip" /> |
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 <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
|
62 </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
|
63 <!-- 4) testing strand and 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
|
64 <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
|
65 <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
|
66 <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
|
67 <param name="min_length" value="30" /> |
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 <param name="strand" value="--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
|
69 <param name="tolerance" value="6" /> |
a941babb9268
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" /> |
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="no_excluded" value="--no-excluded" /> |
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 <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
|
73 </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
|
74 |
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 </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
|
76 <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
|
77 **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
|
78 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
|
79 |
a941babb9268
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] |
a941babb9268
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> |
a941babb9268
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"/> |
a941babb9268
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> |