# HG changeset patch # User nml # Date 1602815004 0 # Node ID 06afaa20dd23cf7b1116e206fa2c99ae0f09b5f4 "planemo upload for repository https://github.com/phac-nml/CryptoGenotyper commit 2754239279293498574292d06f8f77b4a326b177" diff -r 000000000000 -r 06afaa20dd23 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Fri Oct 16 02:23:24 2020 +0000 @@ -0,0 +1,6 @@ +# CryptoGenotyper +This code allows running `CryptoGenotyper` ([https://github.com/phac-nml/CryptoGenotyper](https://github.com/phac-nml/CryptoGenotyper)) on Galaxy Project server with a convenient interface. + +This wrapper provides access to complete functionality of the command line tool allowing incorporation into any workflows. + +![GUI](images/interface_pic.png) diff -r 000000000000 -r 06afaa20dd23 cryptogenotyper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cryptogenotyper.xml Fri Oct 16 02:23:24 2020 +0000 @@ -0,0 +1,141 @@ + + + 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. + + + 1.0 + + + cryptogenotyper + + cryptogenotyper --version + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**Syntax** + +CryptoGenotyper is a standalone tool to *in-silico* determine species and subtype based on SSU rRNA and gp60 markers. +For more information please visit https://github.com/phac-nml/CryptoGenotyper. + +----- + +**Input:** + +AB1 file(s) representing *Cryptosporidium's* SSU rRNA or gp60 locus (forward, reverse, or contig (forward and reverse paired-end reads)). +Optional: A custom reference database in .fa file format, to be used during the homology search for *Cryptosporidium* classification. + + +**Output:** + +FASTA file containing the identification of the *Cryptosporidium* species/subtype and its corresponding sequence for each sample. + + + + @misc{githubCryptoGenotyper, + author = {Yanta C, Bessonov K, Robinson G, Troell K, Guy R}, + title = {CryptoGenotyper: a new bioinformatics tool to enhance Cryptosporidium identification}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/phac-nml/CryptoGenotyper} + } + + + diff -r 000000000000 -r 06afaa20dd23 images/interface_pic.png Binary file images/interface_pic.png has changed diff -r 000000000000 -r 06afaa20dd23 test-data/P17705_Crypto16-2F-20170927_SSUF_G12_084.ab1 Binary file test-data/P17705_Crypto16-2F-20170927_SSUF_G12_084.ab1 has changed diff -r 000000000000 -r 06afaa20dd23 test-data/P17705_Crypto16-2R-20170927_SSUR_H12_082.ab1 Binary file test-data/P17705_Crypto16-2R-20170927_SSUR_H12_082.ab1 has changed diff -r 000000000000 -r 06afaa20dd23 test-data/P17705_gp60-Crypt14-1F-20170927_gp60F_G07_051.ab1 Binary file test-data/P17705_gp60-Crypt14-1F-20170927_gp60F_G07_051.ab1 has changed diff -r 000000000000 -r 06afaa20dd23 test-data/P17705_gp60-Crypt14-1R-20170927_gp60R_H07_049.ab1 Binary file test-data/P17705_gp60-Crypt14-1R-20170927_gp60R_H07_049.ab1 has changed