├── COPYRIGHT ├── INSTALL.sh ├── LICENSE ├── README.md ├── README_FULL.md ├── README_REPORT.md ├── src ├── convert_abu2list.pl ├── filterGottcha.pl ├── gottcha.pl ├── gottcha_db.pl ├── makeVariantTaxLookups.pl ├── mkGottchaTaxTree.pl ├── mkGottchaXML.pl ├── profileGottcha.pl └── splitrim.d └── test ├── test.fastq ├── test.gottcha.tsv └── test.gottcha_full.tsv /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /INSTALL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/INSTALL.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/README.md -------------------------------------------------------------------------------- /README_FULL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/README_FULL.md -------------------------------------------------------------------------------- /README_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/README_REPORT.md -------------------------------------------------------------------------------- /src/convert_abu2list.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/convert_abu2list.pl -------------------------------------------------------------------------------- /src/filterGottcha.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/filterGottcha.pl -------------------------------------------------------------------------------- /src/gottcha.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/gottcha.pl -------------------------------------------------------------------------------- /src/gottcha_db.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/gottcha_db.pl -------------------------------------------------------------------------------- /src/makeVariantTaxLookups.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/makeVariantTaxLookups.pl -------------------------------------------------------------------------------- /src/mkGottchaTaxTree.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/mkGottchaTaxTree.pl -------------------------------------------------------------------------------- /src/mkGottchaXML.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/mkGottchaXML.pl -------------------------------------------------------------------------------- /src/profileGottcha.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/profileGottcha.pl -------------------------------------------------------------------------------- /src/splitrim.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/src/splitrim.d -------------------------------------------------------------------------------- /test/test.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/test/test.fastq -------------------------------------------------------------------------------- /test/test.gottcha.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/test/test.gottcha.tsv -------------------------------------------------------------------------------- /test/test.gottcha_full.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LANL-Bioinformatics/GOTTCHA/HEAD/test/test.gottcha_full.tsv --------------------------------------------------------------------------------