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

Commit

Permalink
readthedocs templates (#26)
Browse files Browse the repository at this point in the history
* readthedocs templates

* docs templates
  • Loading branch information
agaszmurlo authored and mwiewior committed Mar 14, 2018
1 parent 5ab1cd5 commit 75adf28
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 8 deletions.
20 changes: 20 additions & 0 deletions docs/source/function/function.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
API
===



Function findOverlaps
#####################

Joining datasets on ranges as key is frequently used in bioinformatics. Since dataset may consist of millions of elements a natural/brute-force solution is slow, inefficient and may not even


Using UDFs
##########


Additional parameteres
######################



5 changes: 5 additions & 0 deletions docs/source/implementation/implementation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Implementation details
======================



37 changes: 29 additions & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,39 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to bdg-spark-granges's documentation!
=============================================
SeQuiLa documentation
======================

.. toctree::
:maxdepth: 2
:caption: Contents:

quickstart/quickstart

.. toctree::
:maxdepth: 2

overview/overview

.. toctree::
:maxdepth: 3

usage/usage

.. toctree::
:maxdepth: 2

function/function








Indices and tables
==================
.. Indices and tables
.. ==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. * :ref:`genindex`
.. * :ref:`modindex`
.. * :ref:`search`
19 changes: 19 additions & 0 deletions docs/source/overview/overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Overview
========




Motivation
###########

Joining datasets on ranges as key is frequently used in bioinformatics. Since dataset may consist of millions of elements a natural/brute-force solution is slow, inefficient and may not even


Solution overview
#################


Methods and algorithms (Implementation)
######################

17 changes: 17 additions & 0 deletions docs/source/quickstart/quickstart.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Quickstart
==========




Test run at local machine
#########################

Prerequisities: Docker daemon installed and running. `<https://docs.docker.com/install/>`_

in your commandline invoke:
docker run --it -p 4040:4040 biodatageeks/bdg-toolset bdg-shell




24 changes: 24 additions & 0 deletions docs/source/usage/usage.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Usage
=====

Playing within docker container
###############################
fsfds


Running at local machine
**************************
fsdfdsf

Running at yarn
*****************
fsdfds


Running as Spark Thrift Server
##############################
fsdfsd

Integrating granges with Spark application
##########################################
fsf

0 comments on commit 75adf28

Please sign in to comment.