Skip to content

jimmyliu1326/HpsuisSero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HpsuisSero

Description

This pipeline is designed to rapidly infer Haemophilus parasuis serotype from Oxford Nanopore Data by first assemblying a draft genome using Flye followed by genome polishing with medaka. The processed assembly is subsequently queried against the Cps Blast Database to determine isolate serotype. An additional feature identification step is required to resolve between serotype 5 and 12.

Usage

Required arguments:
-i  input file
-o  path to output directory
-s  sample name
-x  input type [fasta or fastq]

Optional arguments:
-h|--help       display help message
-t|--threads    number of threads [Default: 4]

Example Command Line:
HpsuisSero.sh -s Sample_1 -i /path/to/Sample_1.fastq -o /path/to/output

Conda Installation

The recommended method of installation for this pipeline is with Conda. Set up a new conda environment and run:

conda install -c bioconda hpsuissero

Dependencies

  • Medaka >= 1.0.1
  • Blast >= 2.6
  • Flye >= 2.7.1

About

Rapid Haemophilus parasuis serotyping pipeline for Nanpore data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages