annotate cryptogenotyper.xml @ 0:06afaa20dd23 draft

"planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
author nml
date Fri, 16 Oct 2020 02:23:24 +0000
parents
children d4a96287909e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
1 <tool id="CryptoGenotyper" name = "CryptoGenotyper" version="@VERSION@">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
2 <description>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
3 CryptoGenotyper is a standalone tool to analyze Cryptosporidium Sanger sequencing data and classify the species and subtype based on SSU rRNA and gp60 gene markers, respectively.
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
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
17 #if $reference.ref == "no"
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
18 ln -s "${reference.db}" "${reference.db.name}" &&
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
19 #set $ref_file = $reference.db.name
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
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
22 #if $primers["seqtype"] == "contig"
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
23 ln -s "${$primers.abi_input["forward"]}" "${primers.abi_input.name}_forward.ab1" &&
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
24 ln -s "${$primers.abi_input["reverse"]}" "${primers.abi_input.name}_reverse.ab1" &&
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
25 cryptogenotyper -i "." -m "$marker" -t "$primers.seqtype" -f "forward" -r "reverse"
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
26 #if $reference.ref == "no"
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
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
30 ln -s "${primers.abi_input}" "${primers.abi_input.element_identifier}" &&
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
31 cryptogenotyper -i "./${primers.abi_input.element_identifier}" -m "$marker" -t "$primers.seqtype" -f "" -r ""
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
32 #if $reference.ref == "no"
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
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
36 #if $outputheader == "no"
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
37 --noheaderline
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
38 #end if
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
39 -o "result";
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
40 ]]>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
41 </command>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
42 <inputs>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
43 <param name="marker" type="select" label="Marker">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
44 <option value="18S">SSU rRNA</option>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
45 <option value="gp60">gp60</option>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
46 </param>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
47 <conditional name="reference">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
48 <param name="ref" type="select" label="Use default reference file?">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
49 <option value="yes">Yes</option>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
50 <option value="no">No</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="yes">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
53 </when>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
54 <when value="no">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
55 <param name="db" type="data" format="fasta" label="Reference Database File:" help=".fa fasta file type"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
56 </when>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
57 </conditional>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
58 <conditional name="primers">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
59 <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
60 <option value="forward">Forward Only</option>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
61 <option value="reverse">Reverse Only</option>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
62 <option selected="true" value="contig">Contig</option>
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 <when value="contig">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
65 <param name="abi_input" type="data_collection" collection_type="paired" format="ab1" label="Paired Sequencing File(s)" help=".ab1 file type"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
66 </when>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
67 <when value="forward">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
68 <param name="abi_input" type="data" format="ab1" label="Forward Sequencing File(s)" help=".ab1 file type"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
69 </when>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
70 <when value="reverse">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
71 <param name="abi_input" type="data" format="ab1" label="Reverse Sequencing File(s)" help=".ab1 file type"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
72 </when>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
73 </conditional>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
74 <param name="outputheader" type="select" value="yes" label="Output header line in the report?">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
75 <option value="yes">Yes</option>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
76 <option value="no">No</option>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
77 </param>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
78
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
79
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
80 </inputs>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
81 <outputs>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
82 <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
83 <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
84 </outputs>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
85
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
86 <tests>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
87 <test>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
88 <param name="marker" value="18S"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
89 <param name="seqtype" value="forward"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
90 <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
91 <output name="outfile_report" ftype="tabular">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
92 <assert_contents>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
93 <has_text_matching expression="C.parvum"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
94 </assert_contents>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
95 </output>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
96 </test>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
97 <test>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
98 <param name="marker" value="gp60"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
99 <param name="seqtype" value="forward"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
100 <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
101 <output name="outfile_report" ftype="tabular" >
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
102 <assert_contents>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
103 <has_text_matching expression="C.parvum"/>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
104 </assert_contents>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
105 </output>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
106 </test>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
107 </tests>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
108
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
109
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
110 <help>
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
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
113 **Syntax**
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
114
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
115 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
116 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
117
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
118 -----
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
119
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
120 **Input:**
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
121
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
122 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
123 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
124
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
125
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
126 **Output:**
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
127
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
128 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
129 </help>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
130 <citations>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
131 <citation type="bibtex">
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
132 @misc{githubCryptoGenotyper,
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
133 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
134 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
135 publisher = {GitHub},
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
136 journal = {GitHub repository},
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
137 url = {https://github.com/phac-nml/CryptoGenotyper}
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
138 }</citation>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
139 </citations>
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
140
06afaa20dd23 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177"
nml
parents:
diff changeset
141 </tool>