Mercurial > repos > nml > cryptogenotyper
annotate cryptogenotyper.xml @ 1:d4a96287909e draft default tip
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
author | nml |
---|---|
date | Fri, 16 Oct 2020 22:32:56 +0000 |
parents | 06afaa20dd23 |
children |
rev | line source |
---|---|
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
1 <tool id="CryptoGenotyper" name = "CryptoGenotyper" version="@VERSION@+galaxy0"> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
2 <description> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
3 classifies Cryptosporidium species subtypes based on SSU rRNA and gp60 gene markers from Sanger sequencing data. |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
4 </description> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
5 <macros> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
6 <token name="@VERSION@">1.0</token> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
7 </macros> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
8 <requirements> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
9 <requirement type="package" version ="@VERSION@">cryptogenotyper</requirement> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
10 </requirements> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
11 <version_command>cryptogenotyper --version</version_command> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
12 <command detect_errors="exit_code"> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
13 <![CDATA[ |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
14 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
15 #set $ref_file='' |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
16 |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
17 #if $db |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
18 ln -s '${db}' '${db.name}' && |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
19 #set $ref_file = $db.name |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
20 #end if |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
21 |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
22 #if $primers['seqtype'] == 'contig' |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
23 ln -s '${$primers.abi_input['forward']}' '${primers.abi_input.name}_forward.ab1' && |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
24 ln -s '${$primers.abi_input['reverse']}' '${primers.abi_input.name}_reverse.ab1' && |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
25 cryptogenotyper -i '.' -m '$marker' -t '$primers.seqtype' -f 'forward' -r 'reverse' |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
26 #if $db |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
27 --databasefile $ref_file |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
28 #end if |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
29 #else |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
30 ln -s '${primers.abi_input}' '${primers.abi_input.element_identifier}' && |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
31 cryptogenotyper -i './${primers.abi_input.element_identifier}' -m '$marker' -t '$primers.seqtype' |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
32 #if $db |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
33 --databasefile $ref_file |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
34 #end if |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
35 #end if |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
36 $outputheader |
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
37 -o 'result' |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
38 ]]> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
39 </command> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
40 <inputs> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
41 <param name="marker" type="select" label="Marker"> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
42 <option value="18S">SSU rRNA</option> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
43 <option value="gp60">gp60</option> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
44 </param> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
45 <param name="db" type="data" optional="true" format="fasta" label="Reference Database File (optional):"/> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
46 <conditional name="primers"> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
47 <param name="seqtype" type="select" label="Type of Sequences"> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
48 <option value="forward">Forward Only</option> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
49 <option value="reverse">Reverse Only</option> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
50 <option selected="true" value="contig">Contig</option> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
51 </param> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
52 <when value="contig"> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
53 <param name="abi_input" type="data_collection" collection_type="paired" format="ab1" label="Paired Sequencing File(s)"/> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
54 </when> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
55 <when value="forward"> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
56 <param name="abi_input" type="data" format="ab1" label="Forward Sequencing File(s)"/> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
57 </when> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
58 <when value="reverse"> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
59 <param name="abi_input" type="data" format="ab1" label="Reverse Sequencing File(s)"/> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
60 </when> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
61 </conditional> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
62 <param name="outputheader" type="boolean" truevalue="" falsevalue="--noheaderline" checked="true" label="Output header line in the report?"> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
63 </param> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
64 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
65 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
66 </inputs> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
67 <outputs> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
68 <data name="outfile" format="fasta" from_work_dir="result_cryptogenotyper_report.fa" label="${tool.name}:${on_string}:fastas"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
69 <data name="outfile_report" format="tabular" from_work_dir="result_cryptogenotyper_report.txt" label="${tool.name}:${on_string}:reports"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
70 </outputs> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
71 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
72 <tests> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
73 <test expect_num_outputs="2"> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
74 <param name="marker" value="18S"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
75 <param name="seqtype" value="forward"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
76 <param name="abi_input" value="P17705_Crypto16-2F-20170927_SSUF_G12_084.ab1"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
77 <output name="outfile_report" ftype="tabular"> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
78 <assert_contents> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
79 <has_text_matching expression="C.parvum"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
80 </assert_contents> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
81 </output> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
82 </test> |
1
d4a96287909e
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 232da91ef9014d518a1c14dac403961bfb9223cf"
nml
parents:
0
diff
changeset
|
83 <test expect_num_outputs="2"> |
0
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
84 <param name="marker" value="gp60"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
85 <param name="seqtype" value="forward"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
86 <param name="abi_input" value="P17705_gp60-Crypt14-1F-20170927_gp60F_G07_051.ab1"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
87 <output name="outfile_report" ftype="tabular" > |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
88 <assert_contents> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
89 <has_text_matching expression="C.parvum"/> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
90 </assert_contents> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
91 </output> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
92 </test> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
93 </tests> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
94 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
95 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
96 <help> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
97 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
98 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
99 **Syntax** |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
100 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
101 CryptoGenotyper is a standalone tool to *in-silico* determine species and subtype based on SSU rRNA and gp60 markers. |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
102 For more information please visit https://github.com/phac-nml/CryptoGenotyper. |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
103 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
104 ----- |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
105 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
106 **Input:** |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
107 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
108 AB1 file(s) representing *Cryptosporidium's* SSU rRNA or gp60 locus (forward, reverse, or contig (forward and reverse paired-end reads)). |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
109 Optional: A custom reference database in .fa file format, to be used during the homology search for *Cryptosporidium* classification. |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
110 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
111 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
112 **Output:** |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
113 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
114 FASTA file containing the identification of the *Cryptosporidium* species/subtype and its corresponding sequence for each sample. |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
115 </help> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
116 <citations> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
117 <citation type="bibtex"> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
118 @misc{githubCryptoGenotyper, |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
119 author = {Yanta C, Bessonov K, Robinson G, Troell K, Guy R}, |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
120 title = {CryptoGenotyper: a new bioinformatics tool to enhance Cryptosporidium identification}, |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
121 publisher = {GitHub}, |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
122 journal = {GitHub repository}, |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
123 url = {https://github.com/phac-nml/CryptoGenotyper} |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
124 }</citation> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
125 </citations> |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
126 |
06afaa20dd23
"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff
changeset
|
127 </tool> |