Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

PaulaRS/snakemake_transcriptome_workflow

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snakemake_transcriptome_workflow

Workflow for de novo transcriptome assembly from paired-end reads, protein prediction and annotation, and quality checks. It includes:

  • Quality check (fastqc)
  • De novo transcriptome assembly (Trinity)
  • Assembly quality checks (with bowtie2 and support scripts from Trinity)
  • Prediction of open reading frames (Transdecoder)
  • Functional annotation (with blastp and hmmer)

this workflow needs the following software

Snakemake: https://snakemake.readthedocs.io/en/stable/index.html

To run succefully every step you need to pre-install: FASTQC Trinity Transdecoder BLAST HMMER

Installation can be done using the conda package manager bioconda

usage

From the workflow directory run the example command lines:

Dry-run

snakemake -np --use-conda

Run

snakemake --cores <max_n_cores> -p --use-conda

Generate pipeline diagram

snakemake --dag | dot -Tsvg > dag.svg --use-conda

run new input

  • Move new fastq files to input/fastq_file
  • Change sample names in config/sample.tsv
  • Update resources/databases with those needed to run blast and hmmer

About

Workflow for de novo transcriptome assemblies from paired-end illumina reads, annotation and quality checks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.