SATAY-LL / LaanLab-SATAY-DataAnalysis

This contains codes and workflows for data analysis regarding SATAY experiments.
Apache License 2.0
4 stars 3 forks source link
laan-lab-tu-delft linux satay transposon-mapping workflows

SATAY analysis workflow

Our first release of the pipeline has now a DOI :) to be citable, and findable!!! DOI

Look our documentation using Jupyter Book ๐ŸŽ†๐ŸŽ‰

Overview

This workflow is created for processing sequencing data for SAturated Transposon Analysis in Yeast (SATAY) for Saccharomyces Cerevisiae. It performs the steps from raw sequencing data until the transposon mapping that outputs files containing all insertion sites combined with the number of reads. For more information about this project, see our JupyterBook. For more information regarding SATAY, see the satay user website created by the Kornmann-lab.

For a complete guide how to use it, see the documentation.

Features

The workflow requires input sequencing data in fastq format. It can perform the following tasks:

The output files indicate the location of transposon insertions and the number of reads at those locations. This is presented in both .bed and .wig format. Also a list of genes is generated where the number and distribution of insertions and reads is presented per (essential) gene.

Running the project

The main workflow is called satay.sh and runs in Linux. Start the workflow using the command bash satay.sh. NOTE: Before starting the workflow on your Linux machine, you might need to change some paths in the script, which can be done in the define paths section of the code.

Dependencies

Contributors

LaanLab. Department of BioNanoScience, Delft University of Technology

License

License This work is licensed under Apache 2.0 . The 2.0 version of the Apache License, approved by the ASF in 2004, helps us achieve our goal of providing reliable and long-lived software products through collaborative open source software development.

Last updated: March 25, 2021