Mercurial > repos > nml > quasitools
annotate complexity_fasta.xml @ 8:9def47f3c1e4 draft
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
author | nml |
---|---|
date | Tue, 06 Aug 2019 08:50:28 -0400 |
parents | |
children | 18aad692772a |
rev | line source |
---|---|
8
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
1 <tool id="complexity_fasta" name="Complexity FASTA" version="0.7.0"> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
2 <requirements> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
3 <requirement type="package" version="0.7.0">quasitools</requirement> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
4 </requirements> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
5 <command detect_errors="exit_code"><![CDATA[ |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
6 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
7 quasitools complexity fasta '$input_fasta' -o output.csv |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
8 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
9 ]]></command> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
10 <inputs> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
11 <param name="input_fasta" type="data" format="fasta" optional="false" label="input file" /> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
12 </inputs> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
13 <outputs> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
14 <data format="csv" name="output" from_work_dir="output.csv" /> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
15 </outputs> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
16 <tests> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
17 <test> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
18 <param name="input_fasta" value="msa.fasta" /> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
19 <output name="output"> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
20 <assert_contents> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
21 <has_text text="Number of Haplotypes" /> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
22 <has_text text="8" /> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
23 <has_text text="0.75" /> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
24 </assert_contents> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
25 </output> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
26 </test> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
27 </tests> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
28 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
29 <help><![CDATA[ |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
30 Quasispecies Complexity |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
31 ======================= |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
32 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
33 Measure the complexity of quasispecies reads using a variety of measures. The input must be an aligned FASTA file, representing a particular reqion of quasispcies from which to measure the complexity. |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
34 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
35 The measures of complexity are taken from the following work: |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
36 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
37 Gregori, Josep, et al. "Viral quasispecies complexity measures." Virology 493 (2016): 227-237. |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
38 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
39 |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
40 ]]></help> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
41 <citations> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
42 <citation type="bibtex"> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
43 @misc{GitHubquasitoolscomplexity, |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
44 title = {quasitools complexity}, |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
45 publisher = {phac-nml}, |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
46 journal = {GitHub repository}, |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
47 url = {https://github.com/phac-nml/quasitools}, |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
48 } |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
49 </citation> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
50 </citations> |
9def47f3c1e4
planemo upload for repository https://github.com/phac-nml/quasitools commit 940b463cac33438233bc7a8a1695ca6d34b31a35
nml
parents:
diff
changeset
|
51 </tool> |