-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48e1690
commit 4b6d55c
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
[![Snakemake](https://img.shields.io/badge/snakemake-≥8.0-brightgreen.svg)](https://snakemake.github.io) | ||
[![Code style: snakefmt](https://img.shields.io/badge/code%20style-snakefmt-000000.svg)](https://github.com/snakemake/snakefmt) | ||
|
||
# Snakemake workflow for full reproducibility of the project | ||
============================================================ | ||
|
||
## Description | ||
-------------- | ||
|
||
This directory contains the code executed to perform the interrogation of clonality of CTC clusters. To facilitate full reproducibility, it has been implemented as a **snakemake** workflow. Some code for one-time manual manipulation of the data can be found in the subdirectory `sandbox/`. | ||
|
||
|
||
## Usage | ||
Run | ||
`snakemake --configfile config/config.yaml --cores 4 --use-conda` | ||
-------- | ||
|
||
The pipeline is implemented in snakemake 8. For the installation, please follow the [official documentation](https://snakemake.readthedocs.io/en/stable/getting_started/installation.html 'Snakemake docs') | ||
|
||
To run the workflow, run `snakemake` | ||
To rerun the analysis, navigate to this directory in the terminal and run | ||
|
||
If you use this workflow in a paper, don't forget to give credits to the authors by citing the URL of this (original) <repo>sitory and its DOI (see above). | ||
`snakemake --configfile config/config.yaml --cores 4 --use-conda` | ||
|
||
Owner: Johannes Gawron |