This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
114 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
###################### | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Implementation details | ||
====================== | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
###################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |