🚰 Snakemake files for dahak workflows. (This repo will be absorbed into dahak-taco.)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Charles Reid b0b7a75e44 Updating Snakefile to look more like snakemake-rules 6 years ago
cloud Removing cloud from dahak-flot (see dahak-bespin) 6 years ago
envs Move basic environment yml file 6 years ago
inputs Verified snakefile up to sourmash step. 6 years ago
rules/dahak Updating Snakefile to look more like snakemake-rules 6 years ago
.gitignore Verified snakefile up to sourmash step. 6 years ago
GettingStarted.md update dahak-yeti links 6 years ago
LICENSE 2 legit 2 init commit 6 years ago
Organized.md updating organized readme 6 years ago
README.md adding info on how to customize the snakemake workflow 6 years ago
Snakefile Updating Snakefile to look more like snakemake-rules 6 years ago
bootstrap.sh bootstrap our way to Snakemake 6 years ago
taxclass.settings Add test script, get Snakefile successfully parsed 6 years ago
test_snake.sh add kaiju2krona test 6 years ago

README.md

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.