6107 |
22 Jan 21 |
nicklas |
== Requirements == |
6107 |
22 Jan 21 |
nicklas |
2 |
|
7059 |
13 Mar 23 |
nicklas |
1. BASE 3.19.8 or later. |
6107 |
22 Jan 21 |
nicklas |
2. Java 11 or later. |
6107 |
22 Jan 21 |
nicklas |
5 |
|
6107 |
22 Jan 21 |
nicklas |
== Introduction == |
6107 |
22 Jan 21 |
nicklas |
7 |
|
6107 |
22 Jan 21 |
nicklas |
This package is an extension package to BASE that adds support |
6107 |
22 Jan 21 |
nicklas |
for searching for variants found by the Reggie variant calling |
6107 |
22 Jan 21 |
nicklas |
pipeline. This extension works both in the Reggie production |
6107 |
22 Jan 21 |
nicklas |
environment and in the Relax data release environment. |
6107 |
22 Jan 21 |
nicklas |
12 |
|
6107 |
22 Jan 21 |
nicklas |
13 |
|
6107 |
22 Jan 21 |
nicklas |
* The homepage for this extension: |
6312 |
11 Jun 21 |
nicklas |
https://baseplugins.thep.lu.se/wiki/net.sf.basedb.varsearch |
6107 |
22 Jan 21 |
nicklas |
16 |
|
6107 |
22 Jan 21 |
nicklas |
== Installation == |
6107 |
22 Jan 21 |
nicklas |
18 |
|
6312 |
11 Jun 21 |
nicklas |
See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.varsearch/install |
6107 |
22 Jan 21 |
nicklas |
20 |
|
6107 |
22 Jan 21 |
nicklas |
== Using == |
6107 |
22 Jan 21 |
nicklas |
22 |
|
6312 |
11 Jun 21 |
nicklas |
See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.varsearch/using |
6107 |
22 Jan 21 |
nicklas |
24 |
|
6107 |
22 Jan 21 |
nicklas |
25 |
|
6107 |
22 Jan 21 |
nicklas |
== Compiling == |
6107 |
22 Jan 21 |
nicklas |
27 |
|
6107 |
22 Jan 21 |
nicklas |
To compile this package you also need: |
6107 |
22 Jan 21 |
nicklas |
29 |
|
6107 |
22 Jan 21 |
nicklas |
1. Ant 1.10 |
6107 |
22 Jan 21 |
nicklas |
2. Java 11 |
6107 |
22 Jan 21 |
nicklas |
32 |
|
6107 |
22 Jan 21 |
nicklas |
Follow these instructions: |
6107 |
22 Jan 21 |
nicklas |
34 |
|
6107 |
22 Jan 21 |
nicklas |
1. Download the source code from the subversion repository. See |
6312 |
11 Jun 21 |
nicklas |
https://baseplugins.thep.lu.se/wiki/net.sf.basedb.varsearch for instructions. |
6107 |
22 Jan 21 |
nicklas |
37 |
|
6107 |
22 Jan 21 |
nicklas |
2. Type `ant download-lib` to automatically download the BASE core JAR files that |
6107 |
22 Jan 21 |
nicklas |
are neeed for compilation. You can also do this manually by copying the |
6107 |
22 Jan 21 |
nicklas |
base-core-3.x.jar file from the BASE installation directory |
6107 |
22 Jan 21 |
nicklas |
(<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. |
6107 |
22 Jan 21 |
nicklas |
42 |
|
6107 |
22 Jan 21 |
nicklas |
3. Type 'ant' to compile the code and generate the 'varsearch.jar' file |
6107 |
22 Jan 21 |
nicklas |
in the project directory. |
6107 |
22 Jan 21 |
nicklas |
45 |
|
6107 |
22 Jan 21 |
nicklas |
4. Use 'ant package' to create a downloadable tar.gz package. |
6107 |
22 Jan 21 |
nicklas |
47 |
|
6107 |
22 Jan 21 |
nicklas |
Tip: If you need different values for any of the properties defined in |
6107 |
22 Jan 21 |
nicklas |
the 'build.xml' file, create a file named 'build.properties' and set |
6107 |
22 Jan 21 |
nicklas |
the values there. |
6107 |
22 Jan 21 |
nicklas |
51 |
|