Skip to content

KorfLab/snakehive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

337 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakehive

Tutorial and best practices for Snakemake and Hive

Goals

  • Minimal pre-installation (snakemake, conda)
  • Examples of progressively more sophisticated snakemake pipelines
  • Changing conda environments
  • With and without slurm jobs

Pipeline Diagram

                  /---> Step 3a --- \
                 /                   \
Step 1 ---> Step 2                   Step 4 ---> Step X, Y, Z
                 \                   /
                  \---> Step 3b --- /

Ideas

  • Make a conda environment for the project
  • Make other conda environments for running specific programs
  • Pipeline ideas:
    • Proteins, BLAST, multiple-alignment, phylogenetic tree
    • Mini RNA-Seq or ChIP-seq: trimming, deduplication, alignment, post-process sam something

About

Tutorial and best practices for snakemake and hive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors