Mercurial > repos > immuneml > immuneml_tools
view README.rst @ 4:697bb1a18bc7 draft
"planemo upload commit ca68ff5af9ca950176b60cb28b50f8f50daf5522-dirty"
author | immuneml |
---|---|
date | Thu, 01 Jul 2021 17:18:18 +0000 |
parents | ed3932e6d616 |
children | 48569213d91c |
line wrap: on
line source
Installation ============ You will need to define a new datatype ``immuneml_receptors``, which is done as follows: 1. In your ``galaxy.yml`` look up the name of your ``datatypes_config_file``. If the name is not yet defined, set ``datatypes_config_file: datatypes_conf.xml`` 2. Make ``datatypes_conf.xml`` by copying ``datatypes_conf.xml.sample`` unless a ``datatypes_config_file`` was already defined. 3. Add the following line to your ``datatypes_config_file``: ``<datatype extension="immuneml_receptors" type="galaxy.datatypes.text:Html" subclass="True"/>`` The line has to be inside ``<registration>`` along with the other datatypes. The immuneML conda package ========================== Galaxy will need to install the immuneML conda package. This conda installation typically takes several minutes.