Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 865 Bytes

ref_pythonapi.rst

File metadata and controls

40 lines (26 loc) · 865 Bytes

Python API/Reference Docs

Modules

rnaseqflow is composed of three modules:

__main__ <rnaseqflow.__main__>

Provides the entry point for the executable in the function main() and argument parsing in opts()

modules/module_main

workflow <rnaseqflow.workflow>

Provides several classes that are used to execute a series of preprocessing steps on RNAseq data

modules/module_workflow

cliutils <rnaseqflow.cliutils>

Provides a class that can intelligently ask the user to provide arguments if the required arguments were not provided at the command line

modules/module_cliutils