annotate bealign.xml @ 1:787baac95405 draft default tip

planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'1e1a1e37fa621df190621f5c95c00fb9d31d9a60\n'-dirty
author veg
date Thu, 08 Mar 2018 13:06:02 -0500
parents c6f0b318bc03
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
1 <?xml version="1.0"?>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
2 <tool id="bioext_bealign" name="Align sequences" version="@VERSION@.0">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
3 <description>to a reference using a codon alignment algorithm</description>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
4 <macros>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
5 <import>macros.xml</import>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
6 </macros>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
7 <expand macro="requirements" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
8 <version_command>bealign --version</version_command>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
9 <command detect_errors="exit_code">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
10 <![CDATA[
1
787baac95405 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'1e1a1e37fa621df190621f5c95c00fb9d31d9a60\n'-dirty
veg
parents: 0
diff changeset
11 bealign --reference '$select_reference.reference' $advanced.expected_identity --alphabet $advanced.alphabet
0
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
12 --score-matrix $advanced.score_matrix $advanced.reverse_complement $advanced.keep_reference
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
13 #if $advanced.discard:
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
14 $advanced.discard $advanced.discarded_reads
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
15 #end if
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
16 $input $output
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
17 ]]>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
18 </command>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
19 <inputs>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
20 <param name="input" type="data" format="fasta" label="Input reads" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
21 <conditional name="select_reference">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
22 <param name="reference_type" type="select">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
23 <option value="preset">Select preset</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
24 <option value="dataset">Use a history dataset</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
25 </param>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
26 <when value="preset">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
27 <param argument="--reference" type="select">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
28 <option value="HXB2_tat">HXB2 tat</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
29 <option value="HXB2_gag">HXB2 gag</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
30 <option value="HXB2_pol">HXB2 polymerase</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
31 <option value="HXB2_int">HXB2 integrase</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
32 <option value="HXB2_vif">HXB2 vif</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
33 <option value="HXB2_pr">HXB2 protease</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
34 <option value="HXB2_vpr">HXB2 vpr</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
35 <option value="NL4-3_prrt">NL4-3 protease and reverse transcriptase</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
36 <option value="HXB2_nef">HXB2 nef</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
37 <option value="HXB2_env">HXB2 envelope</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
38 <option value="HXB2_rt">HXB2 reverse transcriptase</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
39 <option value="HXB2_prrt">HXB2 protease and reverse transcriptase</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
40 <option value="HXB2_rev">HXB2 rev</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
41 <option value="HXB2_vpu">HXB2 vpu</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
42 </param>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
43 </when>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
44 <when value="dataset">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
45 <param argument="--reference" type="data" format="fasta" label="Reference sequences" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
46 </when>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
47 </conditional>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
48 <section name="advanced" title="Advanced options" expanded="False">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
49 <param name="expected_identity" argument="--expected-identity" type="boolean" checked="False" truevalue="--expected-identity" falsevalue="" label="Discard sequences that are insufficiently identical to the reference" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
50 <param argument="--alphabet" type="select" label="Alphabet to use for alignment">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
51 <option value="codon" selected="True">Codon</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
52 <option value="dna">DNA</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
53 <option value="amino">Amino acids</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
54 </param>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
55 <param name="score_matrix" argument="--score-matrix" type="select" label="Parametrize using score matrix">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
56 <option value="BLOSUM62" selected="True">Blocks substitution</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
57 <option value="DNA65">DNA, 65% expected identity</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
58 <option value="DNA70">DNA, 70% expected identity</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
59 <option value="DNA88">DNA, 88% expected identity</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
60 <option value="DNA80">DNA, 80% expected identity</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
61 <option value="DNA95">DNA, 95% expected identity</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
62 <option value="PAM200">PAM 200 substitution</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
63 <option value="PAM250">PAM 250 substitution</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
64 <option value="HIV_BETWEEN_F">HIV between+F</option>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
65 </param>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
66 <param argument="--discard" type="boolean" checked="False" truevalue="--discard" falsevalue="" label="Output discarded sequences to a separate dataset" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
67 <param name="reverse_complement" argument="--reverse-complement" type="boolean" checked="False" truevalue="--reverse-complement" falsevalue="" label="Also try to align against reverse complement of reference" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
68 <param name="keep_reference" argument="--keep-reference" type="boolean" checked="False" truevalue="--keep-reference" falsevalue="" label="Include reference as first sequence in aligned BAM" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
69 </section>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
70 </inputs>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
71 <outputs>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
72 <data name="output" format="bam"/>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
73 <data name="discarded_reads" format="fasta">
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
74 <filter>discard</filter>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
75 </data>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
76 </outputs>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
77 <tests>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
78 <test>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
79 <param name="input" ftype="fasta" value="bealign-in1.fa" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
80 <param name="reference_type" value="dataset" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
81 <param name="score_matrix" value="HIV_BETWEEN_F" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
82 <param name="reference" ftype="fasta" value="bealign-in-ref-1.fa" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
83 <output name="output" file="bealign-out1.bam" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
84 </test>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
85 <test>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
86 <param name="input" ftype="fasta" value="bealign-in2.fa" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
87 <param name="reference_type" value="dataset" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
88 <param name="score_matrix" value="BLOSUM62" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
89 <param name="reference" ftype="fasta" value="bealign-in-ref-2.fa" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
90 <output name="output" file="bealign-out2.bam" />
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
91 </test>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
92 </tests>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
93 <help>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
94 <![CDATA[
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
95 -r REFERENCE, --reference REFERENCE
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
96 REFERENCE FASTA file or {HXB2_tat, HXB2_nef, HXB2_vpu,
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
97 HXB2_vif, HXB2_env, HXB2_vpr, HXB2_rev, HXB2_pol,
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
98 HXB2_prrt, NL4-3_prrt, HXB2_rt, HXB2_gag, HXB2_pr,
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
99 HXB2_int}
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
100 -e EXPECTED_IDENTITY, --expected-identity EXPECTED_IDENTITY
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
101 discard sequences that are insufficiently identical to
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
102 the reference
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
103 -a ALPHABET, --alphabet ALPHABET
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
104 perform an alignment using one of {amino, dna, codon}
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
105 [default=codon]
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
106 -m SCOREMATRIX, --score-matrix SCOREMATRIX
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
107 parameterize using one of {PAM250, DNA80,
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
108 HIV_BETWEEN_F, BLOSUM62, DNA70, DNA88, PAM200, DNA95,
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
109 DNA65} [default=BLOSUM62]
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
110 -D DISCARD, --discard DISCARD
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
111 discarded sequences are sent to DISCARD
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
112 -R, --reverse-complement
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
113 also align the reverse complement of each query
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
114 sequence, returning it if the alignment is superior
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
115 -S, --no-sort do NOT sort the resulting BAM file [the default is to
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
116 sort]
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
117 -q, --quiet do not print status update messages
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
118 -v, --version print version information and exit
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
119 -K, --keep-reference include the reference sequence as the first one in the
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
120 resulting BAM file [the default is to strip it]
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
121 ]]>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
122 </help>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
123 </tool>
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
124
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
125
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
126
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
127
c6f0b318bc03 planemo upload for repository https://github.com/davebx/bioext-gx/ commit b'43068c0d2b50c3fd9d13976dc4038950928372d1\n'-dirty
veg
parents:
diff changeset
128