galaxy

Data intensive biology for everyone.

https://gitlab.com/einonm/galaxy

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Data intensive biology for everyone.

Basic Info
  • Host: gitlab.com
  • Owner: einonm
  • Default Branch: master
Statistics
  • Stars: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 8 years ago
Metadata Files
Readme Contributing License Citation

README.rst

.. figure:: https://wiki.galaxyproject.org/Images/GalaxyLogo?action=AttachFile&do=get&target=galaxy_project_logo.jpg
   :alt: Galaxy Logo

The latest information about Galaxy is available via `http://galaxyproject.org/ `__

.. image:: https://img.shields.io/badge/questions-galaxy%20biostar-blue.svg
    :target: https://biostar.usegalaxy.org

.. image:: https://img.shields.io/badge/chat-irc.freenode.net%23galaxyproject-blue.svg
    :target: https://webchat.freenode.net/?channels=galaxyproject

.. image:: https://readthedocs.org/projects/galaxy/badge/?version=master
    :target: http://galaxy.readthedocs.org/en/master/
    :alt: Documentation Status

.. image:: https://travis-ci.org/galaxyproject/galaxy.svg?branch=dev
    :target: https://travis-ci.org/galaxyproject/galaxy

Galaxy Quickstart
=================

Galaxy requires Python 2.6 or 2.7. To check your python version, run:

.. code:: console

    $ python -V
    Python 2.7.3

Start Galaxy:

.. code:: console

    $ sh run.sh

Once Galaxy completes startup, you should be able to view Galaxy in your
browser at:

http://localhost:8080

You may wish to make changes from the default configuration. This can be
done in the ``config/galaxy.ini`` file. Tools can be either installed
from the Tool Shed or added manually. For details please see the Galaxy
wiki:

https://wiki.galaxyproject.org/Admin/Tools/AddToolFromToolShedTutorial

Not all dependencies are included for the tools provided in the sample
``tool_conf.xml``. A full list of external dependencies is available at:

https://wiki.galaxyproject.org/Admin/Tools/ToolDependencies

Issues
======

Issues can be submitted to trello via the `galaxyproject
website `__ and viewed on the `Galaxy
Trello Board `__.


Galaxy Development
==================

Galaxy welcomes new development! There is extensive documentation on developing
with Galaxy on the `wiki `__.

Source Repository
-----------------

Galaxy development has moved to `Github
`__.

**Developers** should develop against the ``dev`` branch in the Github
repository.

**Deployers** can continue to pull Galaxy changes from Bitbucket without
interruption. Alternatively, deployers can track the ``master`` branch in
Github.

Syncing a Fork
--------------

If you fork Galaxy to work on it, you may be interested in keeping your copy
up to date with respect to the main repository. Github has `good documentation
`__ on this.

.. code:: console

    $ git remote add upstream https://github.com/galaxyproject/galaxy
    $ git fetch upstream
    $ git checkout dev
    $ git merge upstream/dev

Citation (CITATION)

If you use or extend Galaxy in your published work, please cite each of the
following publications:

- Goecks, J, Nekrutenko, A, Taylor, J and The Galaxy Team. "Galaxy: a
  comprehensive approach for supporting accessible, reproducible, and
  transparent computational research in the life sciences." 
  Genome Biol. 2010 Aug 25;11(8):R86.

- Blankenberg D, Von Kuster G, Coraor N, Ananda G, Lazarus R, Mangan M,
  Nekrutenko A, Taylor J. "Galaxy: a web-based genome analysis tool for
  experimentalists". Current Protocols in Molecular Biology. 
  2010 Jan; Chapter 19:Unit 19.10.1-21.

- Giardine B, Riemer C, Hardison RC, Burhans R, Elnitski L, Shah P, Zhang Y,
  Blankenberg D, Albert I, Taylor J, Miller W, Kent WJ, Nekrutenko A. "Galaxy:
  a platform for interactive large-scale genome analysis." 
  Genome Research. 2005 Oct; 15(10):1451-5.

See also: http://wiki.galaxyproject.org/CitingGalaxy



BibTeX format:

@article{goecks2010galaxy,
  title={Galaxy: a comprehensive approach for supporting accessible, reproducible, and transparent computational research in the life sciences},
  author={Goecks, Jeremy and Nekrutenko, Anton and Taylor, James and The Galaxy Team},
  journal={Genome Biol},
  volume={11},
  number={8},
  pages={R86},
  year={2010}
}

@article{blankenberg2010galaxy,
  title={Galaxy: A Web-Based Genome Analysis Tool for Experimentalists},
  author={Blankenberg, Daniel and Kuster, Gregory Von and Coraor, Nathaniel and Ananda, Guruprasad and Lazarus, Ross and Mangan, Mary and Nekrutenko, Anton and Taylor, James},
  journal={Current protocols in molecular biology},
  pages={19--10},
  year={2010},
  publisher={John Wiley \& Sons, Inc.}
}

@article{giardine2005galaxy,
  title={Galaxy: a platform for interactive large-scale genome analysis},
  author={Giardine, Belinda and Riemer, Cathy and Hardison, Ross C and Burhans, Richard and Elnitski, Laura and Shah, Prachi and Zhang, Yi and Blankenberg, Daniel and Albert, Istvan and Taylor, James and Miller, Webb C and Kent, W James and Nekrutenko, Anton},
  journal={Genome research},
  volume={15},
  number={10},
  pages={1451--1455},
  year={2005},
  publisher={Cold Spring Harbor Lab}
}


Dependencies

client/bower.json bower
  • backbone ~1.1.2
  • bib2json git://github.com/mayanklahiri/bib2json
  • bootstrap ~3.3.2
  • d3 ~3.5.3
  • dynatree ~1.2.5
  • farbtastic ~2.0.0-alpha.1
  • handlebars ~2.0.0
  • jQTouch git://github.com/senchalabs/jQTouch#~1.0.0
  • jStorage ~0.4.12
  • jquery ~1.11.1
  • jquery-autocomplete git://github.com/dyve/jquery-autocomplete
  • jquery-form ~3.46.0
  • jquery-migrate ~1.2.1
  • jquery-mousewheel ~3.1.12
  • jquery-ui git://github.com/jquery/jquery-ui.git#~1.11.2
  • jquery.cookie ~1.4.1
  • jstree ~3.0.9
  • ravenjs ~1.1.16
  • requirejs ~2.1.17
  • select2 ~3.5.2
  • threedubmedia.jquery.event *
  • toastr ~2.1.0
  • traceKit *
  • underscore ~1.7.0
  • wymeditor ~1.0.0-rc.1
lib/galaxy/web/proxy/js/Dockerfile docker
  • node 0.11.13 build
test/docker/base/Dockerfile docker
  • toolshed/requirements latest build
client/package.json npm
  • grunt ^0.4.5 development
  • grunt-bower-install-simple ^1.1.0 development
  • grunt-cli ^0.1.13 development
  • grunt-contrib-clean ^0.6.0 development
  • grunt-contrib-copy ^0.5.0 development
  • grunt-contrib-less ~0.7.0 development
  • grunt-contrib-uglify ^0.8.0 development
  • grunt-contrib-watch ^0.6.1 development
  • grunt-exec ^0.4.6 development
  • grunt-spritesmith ~1.7.0 development
  • grunt-webpack ^1.0.8 development
  • i18n-webpack-plugin ^0.2.7 development
  • webpack ^1.5.1 development
  • webpack-dev-server ^1.7.0 development
config/plugins/visualizations/charts/package.json npm
  • grunt ~0.4.1 development
  • grunt-cli ~0.1.9 development
  • grunt-contrib-requirejs ~0.4.3 development
config/plugins/visualizations/scatterplot/package.json npm
  • grunt ~0.4.1 development
  • grunt-cli ~0.1.9 development
  • grunt-contrib-concat ~0.3.0 development
  • grunt-contrib-handlebars ^0.9.3 development
  • grunt-contrib-uglify ~0.2.2 development
  • grunt-contrib-watch ~0.5.3 development
lib/galaxy/web/proxy/js/package.json npm
  • commander ~2.2
  • eventemitter3 0.1.6
  • http-proxy 1.6.0
  • sqlite3 3.0.2
test/qunit/package.json npm
  • grunt ^0.4.4 development
  • grunt-contrib-qunit ^0.4.0 development
  • grunt-contrib-watch ~0.5.3 development
requirements.txt pypi
  • Babel *
  • Beaker *
  • Cheetah *
  • Fabric *
  • Mako *
  • MarkupSafe *
  • Parsley *
  • Paste *
  • PasteDeploy *
  • PyYAML *
  • Routes *
  • SQLAlchemy *
  • Tempita *
  • WebError *
  • WebHelpers *
  • WebOb *
  • Whoosh <2.5
  • amqp *
  • anyjson *
  • bioblend *
  • boto *
  • bx-python *
  • decorator *
  • docutils *
  • kombu *
  • mercurial *
  • numpy *
  • paramiko *
  • pexpect *
  • pycrypto *
  • pysam *
  • pytz *
  • repoze.lru *
  • simplejson *
  • sqlalchemy-migrate *
  • ssh *
  • wchartype *
scripts/scramble/patches/python_daemon/setup.py pypi
  • lockfile *
  • setuptools *