Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Repository Structure

Maurits Kok edited this page Jun 1, 2021 · 4 revisions
LaanLab-SATAY-DataAnalysis/
|
|-- conda/
|-- documentation/
|-- notebooks/
|
|-- satay/
|   |-- analysis/
|   |-- data/
|   |-- exporting/
|   |-- filtering/
|   |-- importing/
|   |-- plotting/
|   |-- __init__.py
|   |-- __version__.py
|   |-- transposon-mapping.py
|   |-- satay.sh
|
|-- tests/
|   |-- integration/
|   |-- unit/
|
|-- .gitignore
|-- .zenodo.json
|-- CHANGELOG.md
|-- CITATION.cff
|-- CODE_OF_CONDUCT.md
|-- CONTRIBUTING.md
|-- LICENSE
|-- README.md
|-- setup.py

Resources