Skip to content

This repository provides a robust and comprehensive workflow of assembling and performing assemblies quality control.

Notifications You must be signed in to change notification settings

Itsbosire/metagenomic_sequencing_data_assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metagenomic Assembly of Human Gut Microbiome

Overview

This project focuses on the assembly and quality assessment of human gut microbiome metagenomic sequencing data. The workflow included raw read quality control, assembly, and evaluation of the resulting contigs using bioinformatics tools. The assembled data provides a foundation for downstream taxonomic profiling and functional annotation.


Tools Used

Workflow structure

  • Quality Control (QC) of raw reads using FastQC.
  • Assembly of high-quality reads into contigs using MetaSPAdes.
  • Quality assessment of assemblies using MetaQUAST (and optionally BUSCO).
Projectx/
│── Data/
|── Code   /                # Scripts used for analysis
    ── data_download.sh   # Script to download raw sequencing data
    ── fastqc.sh      # Script to run FastQC
    ── metaspades.sh  # Script to run MetaSPAdes assembly
    ── quast.sh      # Script to run MetaQUAST
    ── busco.sh      # (Optional) Script to run BUSCO
│── QC/                  # FastQC outputs
│── Assembly/            # MetaSPAdes outputs
│── QC/Quast/            # MetaQUAST reports
│── QC/Busco/            # (Optional) BUSCO completeness assessment
│── Report.md            # Full project report
│── Project_overview.md  # Short project overview
│── README.md            # Project documentation

About

This repository provides a robust and comprehensive workflow of assembling and performing assemblies quality control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages