Skip to content

Scripts for running metatranscriptomic analysis

License

Notifications You must be signed in to change notification settings

VivianaFreireZ/metaT_pipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metaT_pipe

pipelines

Scripts for running metatranscriptomic analysis

Dependencies

The following software is required to run this pipeline:

  • dRep pipeline used to "de-replicate" genomes
  • cd-hit "de-replication" of contigs using clustering
  • DRAM metagenomic assembled genomes annotation
  • CheckM quality control of metagenomes
  • GTDB-Tk taxonomic assignment
  • CoverM reads mapping
  • dirseq gene counts

Installation

  • Clone the repository in your home directory and make the script executable
git clone https://github.com/Coayala/metaT_pipe.git
cd metaT_pipe
chmod +x metaT_pipe.py
  • Create and activate environment
conda env create -f environment.yml
conda activate metaT_pipe

-Finish DRAM and GDTB-Tk installation For DRAM follow the instructions for DRAM septup

For GDTB-Tk run the following

download-db.sh

Usage

-Get help with the following command

PATH_TO_META_PIPE/metaT_pipe.py -h

About

Scripts for running metatranscriptomic analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%