# HG changeset patch
# User immuneml
# Date 1625146647 0
# Node ID 08042588bd020b1e65304c2bff005375e7260908
# Parent 629e7e403e19ef784c5aa81e3e4a8fe4fc422157
"planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
diff -r 629e7e403e19 -r 08042588bd02 README.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/README.rst Thu Jul 01 13:37:27 2021 +0000
@@ -0,0 +1,20 @@
+Galaxy tool wrappers for immuneML.
+==================================
+
+Installation
+============
+You will need to define a new datatype, 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``:
+
+````
+The line has to be inside ```` 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.