Mercurial > repos > rdvelazquez > bioext_bam2msa
annotate bam2msa.xml @ 2:80fc71979f19 draft default tip
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9b6c45716dc6760ae1a91530c0c12860b8d50088\n'-dirty
| author | rdvelazquez |
|---|---|
| date | Fri, 22 Mar 2019 11:43:12 -0400 |
| parents | c7c46222ee0c |
| children |
| rev | line source |
|---|---|
|
0
72b7678b5b09
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9a4a7b16c82dfaac1f49ba23a02560d6524233e3\n'-dirty
rdvelazquez
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
72b7678b5b09
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9a4a7b16c82dfaac1f49ba23a02560d6524233e3\n'-dirty
rdvelazquez
parents:
diff
changeset
|
2 <tool id="bioext_bam2msa" name="Convert BAM" version="@VERSION@.0"> |
|
1
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
3 <description>to FASTA multiple sequence alignment</description> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
4 <macros> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
5 <import>macros.xml</import> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
6 </macros> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
7 <expand macro="requirements"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
0
72b7678b5b09
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9a4a7b16c82dfaac1f49ba23a02560d6524233e3\n'-dirty
rdvelazquez
parents:
diff
changeset
|
9 bam2msa |
|
72b7678b5b09
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9a4a7b16c82dfaac1f49ba23a02560d6524233e3\n'-dirty
rdvelazquez
parents:
diff
changeset
|
10 #if $region_start and $region_end: |
|
72b7678b5b09
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9a4a7b16c82dfaac1f49ba23a02560d6524233e3\n'-dirty
rdvelazquez
parents:
diff
changeset
|
11 -r $region_start:$region_end |
|
72b7678b5b09
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9a4a7b16c82dfaac1f49ba23a02560d6524233e3\n'-dirty
rdvelazquez
parents:
diff
changeset
|
12 #end if |
|
1
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
13 '$input' '$output' |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
14 ]]></command> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
15 <inputs> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
16 <param name="input" type="data" format="bam,sam" label="Input BAM file"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
17 <param name="region_start" type="integer" value="0" optional="True" label="Starting coordinate" help="Leave blank to extract all sequences"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
18 <param name="region_end" type="integer" value="0" optional="True" label="End coordinate"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
19 </inputs> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
20 <outputs> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
21 <data name="output" format="fasta"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
22 </outputs> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
23 <tests> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
24 <test> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
25 <param name="input" ftype="bam" value="bealign-out1.bam"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
26 <output name="output" file="bam2msa-out1.fa"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
27 </test> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
28 <test> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
29 <param name="input" ftype="bam" value="bealign-out2.bam"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
30 <output name="output" file="bam2msa-out2.fa"/> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
31 </test> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
32 </tests> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
33 <help>Extract MSA from a BAM file</help> |
|
c7c46222ee0c
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'e1040dcb57f809b5ac44c211a21bfd10ba0be417\n'-dirty
rdvelazquez
parents:
0
diff
changeset
|
34 <expand macro="citations"/> |
|
0
72b7678b5b09
planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'9a4a7b16c82dfaac1f49ba23a02560d6524233e3\n'-dirty
rdvelazquez
parents:
diff
changeset
|
35 </tool> |
