annotate nmrml2isa-galaxy/README.md @ 1:c95c37aad7b4 draft default tip

Deleted selected files
author tomnl
date Fri, 03 Feb 2017 11:25:57 -0500
parents 5990ad113145
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5990ad113145 Uploaded
tomnl
parents:
diff changeset
1 nmrml2isa for galaxy
5990ad113145 Uploaded
tomnl
parents:
diff changeset
2 ===============
5990ad113145 Uploaded
tomnl
parents:
diff changeset
3
5990ad113145 Uploaded
tomnl
parents:
diff changeset
4 [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/nmrml2isa/README.html) [![Build Status](https://travis-ci.org/ISA-tools/nmrml2isa-galaxy.svg?branch=master)](https://travis-ci.org/ISA-tools/nmrml2isa-galaxy)
5990ad113145 Uploaded
tomnl
parents:
diff changeset
5
5990ad113145 Uploaded
tomnl
parents:
diff changeset
6 This is a Galaxy wrapper for the nmrml2isa python package tool.
5990ad113145 Uploaded
tomnl
parents:
diff changeset
7
5990ad113145 Uploaded
tomnl
parents:
diff changeset
8 - Full documentation: http://2isa.readthedocs.io/en/latest/
5990ad113145 Uploaded
tomnl
parents:
diff changeset
9 - Python PyPi package: https://pypi.python.org/pypi/mzml2isa/
5990ad113145 Uploaded
tomnl
parents:
diff changeset
10 - Github code: https://github.com/ISA-tools/mzml2isa
5990ad113145 Uploaded
tomnl
parents:
diff changeset
11
5990ad113145 Uploaded
tomnl
parents:
diff changeset
12 nmrml2isa is a program that allows you to convert metabolomic studies in .mzML format to the open ISA-Tab standard supported by the MetaboLights database.
5990ad113145 Uploaded
tomnl
parents:
diff changeset
13
5990ad113145 Uploaded
tomnl
parents:
diff changeset
14 Installation
5990ad113145 Uploaded
tomnl
parents:
diff changeset
15 ===============
5990ad113145 Uploaded
tomnl
parents:
diff changeset
16
5990ad113145 Uploaded
tomnl
parents:
diff changeset
17 The recommended installation is by means of the toolshed (https://toolshed.g2.bx.psu.edu/). Dependencies should be installed automatically when using Galaxy version >= 16.10.
5990ad113145 Uploaded
tomnl
parents:
diff changeset
18
5990ad113145 Uploaded
tomnl
parents:
diff changeset
19 The dependencies are dealt with Bioconda. To ensure that Bioconda is working check to make sure the following settings are in the config/galaxy.ini file.
5990ad113145 Uploaded
tomnl
parents:
diff changeset
20
5990ad113145 Uploaded
tomnl
parents:
diff changeset
21 ```
5990ad113145 Uploaded
tomnl
parents:
diff changeset
22 # dependencies before each job runs.
5990ad113145 Uploaded
tomnl
parents:
diff changeset
23 conda_auto_install = True
5990ad113145 Uploaded
tomnl
parents:
diff changeset
24 # Set to True to instruct Galaxy to install Conda from the web automatically
5990ad113145 Uploaded
tomnl
parents:
diff changeset
25 # if it cannot find a local copy and conda_exec is not configured.
5990ad113145 Uploaded
tomnl
parents:
diff changeset
26 conda_auto_init = True
5990ad113145 Uploaded
tomnl
parents:
diff changeset
27 ```
5990ad113145 Uploaded
tomnl
parents:
diff changeset
28
5990ad113145 Uploaded
tomnl
parents:
diff changeset
29
5990ad113145 Uploaded
tomnl
parents:
diff changeset
30 Licence
5990ad113145 Uploaded
tomnl
parents:
diff changeset
31 ===============
5990ad113145 Uploaded
tomnl
parents:
diff changeset
32 GNU General Public License v3 (GPLv3)