Skip to content

NadjaKry/WGS_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Bacterial whole genome sequencing (WGS) analysis

This pipeline is meant to help beginners, starting to analyze their own genomes and who don't know where to start.

This pipeline is for bacterial whole genome sequencing (WGS) analysis. It starts from raw Illumina paired-end sequencing reads and finish with quality controlled assembled genomes.

The pipeline consists of separate scripts, so it is easier to adapt and change. The shell scripts are intended as examples and should be edited to provide the right values.

plan

Requirements

You need to know how to run scripts on Linux server before. On your server of choice Singularity should be installed. You can check it by typing singularity -h. No other dependencies are required. You don't need to install anything else. Just download and run the scripts. Don't forget to change the scripts with your file names.

How to run

To run this pipeline, you must have:

  • Singularity installed on your server
  • A local folder with Illumina reads on which you want to run the assembly (*.fastq)
  • A reference genome file of your bacteria (*.fna.gz) (optional)

Tools used in this analysis

Additional information

For additional information and for citations, please see the following papers:

Additional notes

No guaranties for completes. All the feedback is very welcome.

Releases

No releases published

Packages

No packages published

Languages