Skip to content

lch14forever/shotgun-metagenomics-pipeline

 
 

Repository files navigation

Shotgun Metagenomics Pipeline

Note:

Please use the latest version of the Snakemake pipeline maintained by GIS RPD team.

Description:

This pipeline is based on Bpipe, and is now routinely used by the group to process (pair-end) shotgun metagenomics samples.

Requirements:

  • split_metaphlan_table.sh
  • merge_tables.py (CSB5/misc_scripts/merge_tables.py)
  • decont.py (CSB5/decont)

Usage:

  • Using snakemake
$ snakemake_pipeline/create_config.sh FILE [FILE2 FILE3 ...]
$ snakemake_pipeline/run_pipeline.sh 

Note: You can modify the paths variables in the conf.yaml created by "create_config.sh".

  • Using bpipe (this is no longer in use)
$ bpipe test -n200 run_metagenomics_pipeline.bpipe Sample_Folder1 <Sample_Folder2 Sample_Folder3 ...>
$ bpipe run -n200 run_metagenomics_pipeline.bpipe Sample_Folder1 <Sample_Folder2 Sample_Folder3 ...>

About

A pipeline for primary analysis of shotgun metagenomic sequencing data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.6%
  • Shell 20.4%