Skip to content

Scripts for processing bed, wig and tsv files ready for indexing for the RESTful servers.

License

Notifications You must be signed in to change notification settings

Multiscale-Genomics/mg-process-files

Repository files navigation

mg-process-files

Documentation Status Code Health

Scripts for processing text files ready for indexing for the RESTful servers as pipelines within the MuG VRE.

Full documentation can be found on ReadTheDocs

Requirements

Installation

Cloneing from GitHub:

git clone https://github.com/Multiscale-Genomics/mg-process-files.git

To get this to be picked up by pip if part of a webserver then:

pip install --editable .

This should install the required packages listed in the setup.py script.

Installation via pip:

pip install git+https://github.com/Multiscale-Genomics/mg-process-files.git

Configuration file

Requires a file with the name dmp.cnf with the following parameters to define the MongoDB server:

[dmp]
host = localhost
port = 27017
user =
pass =
db = dmp
ftp_root = ftp://ftp.<url_root>

About

Scripts for processing bed, wig and tsv files ready for indexing for the RESTful servers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published