Mercurial > repos > cstrittmatter > test_galtrakr_eurl_vtec_wgs_pt_23
annotate README.md @ 0:8be2feb96994
"planemo upload commit cb65588391944306ff3cb32a23e1c28f65122014"
author | cstrittmatter |
---|---|
date | Fri, 11 Mar 2022 15:50:35 -0500 |
parents | |
children |
rev | line source |
---|---|
cstrittmatter@0 | 1 # eurl_vtec_wgs_pt-galaxy |
cstrittmatter@0 | 2 This tool performs various Escherichia coli typing tools and is implemented as a Galaxy (https://galaxyproject.org/) workflow |
cstrittmatter@0 | 3 |
cstrittmatter@0 | 4 Raw data quality check (FASTQC, http://www.bioinformatics.babraham.ac.uk/projects/fastqc/) |
cstrittmatter@0 | 5 Trimming (Trimmomatic, DOI:10.1093/bioinformatics/btu170) |
cstrittmatter@0 | 6 Assembly (SPAdes, DOI:10.1089/cmb.2012.0021; SKESA, DOI:10.1186/s13059-018-1540-z) |
cstrittmatter@0 | 7 Virulotyping (patho_typing tool from the INNUENDO Project) |
cstrittmatter@0 | 8 Multi Locus Sequence Typing (MLST 7 loci, https://github.com/tseemann/mlst/) |
cstrittmatter@0 | 9 Serotyping (MMseqs2, DOI:10.1038/s41467-018-04964-5) |
cstrittmatter@0 | 10 Shigatoxintyping (blastn, DOI:10.1186/1471-2105-10-421, of a consensus sequence against the shiga toxin subtype database from the Statens Serum Institut SSI and Technical University of Denmark DTU, DOI:10.1128/JCM.00008-15) |
cstrittmatter@0 | 11 AMR typing (AMRFinderPlus, DOI:10.1128/aac.00483-19) |
cstrittmatter@0 | 12 |
cstrittmatter@0 | 13 After installation the BASE_URL parameter in the EURL_VTEC_WGS_PT.py (line 20) will have to be modified to the url of your Galaxy instance in order to correctly visualise the FastQC results. |
cstrittmatter@0 | 14 |
cstrittmatter@0 | 15 The files duk, fastq_pair, stx_subtype_fa.sh, stx_subtype_pe.sh, stx_subtype_se.sh in the scripts folder and the file rematch.py in the scripts/ReMatCh folder should have execution rights. |
cstrittmatter@0 | 16 |
cstrittmatter@0 | 17 In order to make trimmomatic work, you will have to create the following symbolic link |
cstrittmatter@0 | 18 |
cstrittmatter@0 | 19 cd /$GALAXY_DIR/tool_dependency_dir/_conda/envs/mulled-v1-9471dd12387e90c11124403c650a667dc2a8c932d610ab6fc4cf2e3f4b40720c/bin |
cstrittmatter@0 | 20 chmod 755 ../share/trimmomatic-0.39-1/trimmomatic.jar |
cstrittmatter@0 | 21 ln -s ../share/trimmomatic-0.39-1/trimmomatic.jar trimmomatic.jar |