Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Updated the Perl script section
  • Loading branch information
Daniela Butano committed Jan 13, 2020
1 parent 312e6a1 commit 2999f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/get-started/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -872,15 +872,15 @@ Execute the `create-search-index` and `create-autocomplete-index` postprocesses
~/git/biotestmine $ ./gradlew postprocess -Pprocess=create-autocomplete-inde


Building a Mine
----------------------
Building a Mine with a Perl script
------------------------------------

So far we have created databases, integrated data and run post-processing with individual gradle tasks. Alternatively InterMine has a Perl program called `project_build` that reads the `project.xml` definition and runs all of the steps in sequence. The script has the option of creating snapshots during the build at specified checkpoints.

Build complete BioTestMine
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Build BioTestMine now using the `project_build` script, we will need a completed BioTestMine for the webapp.
To build BioTestMine using the `project_build` script, first download the script:

::

Expand Down

0 comments on commit 2999f72

Please sign in to comment.