Introduction

The pyscripts package provides tools to work with python scripts. It is meant to help researches doing analysis, where many of their tasks translate into python scripts running with a given configuration mode.

Main points

The idea behind this package is to provide a way to execute python scripts which make use of pakages which handle command line arguments, like argparse. It is also suggested to use it in combination with snakemake, which would allow analysts to create fully reproducible analysis.

Installation:

This package is available on PyPi, so simply type

pip install pyscripts

to install the package in your current python environment. To use the latest development version, clone the repository and install with pip:

git clone https://github.com/mramospe/pyscripts.git
pip install pyscripts

More and more

If you are looking for more specific information, then jump to any of the following sections:

Indices and tables