Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

🚰 Snakemake files for dahak workflows. (This repo will be absorbed into dahak-taco.)

License

Notifications You must be signed in to change notification settings

dahak-metagenomics/dahak-flot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dahak-flot

This repository contains files for Snakemake workflows for dahak.

(flot is French for flow.)

You should start with a version of conda installed.

See snakemake-rules repo for example Snakefile rules and guiding principles.

Quick Start: Taxonomic Classification

(Example target file? Test?)

Getting Started

This document walks you through running Snakemake workflows:

GettingStarted.md

General Notes: How This Repo Is Organized

This document covers how Snakemake rules and files are organized:

Organized.md

Customizing

Snakemake rules can use their own conda environments. To do this, add your conda environmnent .yml to the envs/ directory.

To add or modify the rules, determine the name of the step you wish to modify, and find it in the rules/ directory.

To view or modify the file containing taxonomic classification workflow settings, edit taxclass.settings.

To define your own settings for Snakemake to use, see user.settings.

About

🚰 Snakemake files for dahak workflows. (This repo will be absorbed into dahak-taco.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.2%
  • Shell 18.8%