diff --git a/plasmid/resource/PlasMapper/README.txt b/plasmid/resource/PlasMapper/README.txt index 7173995b97f63e2bc54d96a031fac249e2133a3d..cda42dce226c4d40cbfb0262ef40db0caeab0006 100644 --- a/plasmid/resource/PlasMapper/README.txt +++ b/plasmid/resource/PlasMapper/README.txt @@ -1,5 +1,7 @@ This directory contains: +- jetty.zip + version 7.1.4 of jetty with configuration that allows easy deployment of Plasmapper (port 8082) - PlasMapper_download.tar.gz version 2.0 of PlasMapper downloaded from http://wishart.biology.ualberta.ca/PlasMapper. - PlasMapper_dist.zip diff --git a/plasmid/resource/PlasMapper/jetty.zip b/plasmid/resource/PlasMapper/jetty.zip new file mode 100644 index 0000000000000000000000000000000000000000..a156bd8e5832ff058b06b1c22b28ff435da5e251 Binary files /dev/null and b/plasmid/resource/PlasMapper/jetty.zip differ diff --git a/plasmid/resource/README b/plasmid/resource/README new file mode 100644 index 0000000000000000000000000000000000000000..a803bb352d24127808863e50e3ba907ca5b2cb8d --- /dev/null +++ b/plasmid/resource/README @@ -0,0 +1,32 @@ +h1. Quick Setup for development mode + +1. openbis +1.1 in service.properties set: database.kind = plasmids +1.2 create a clean db using the script plasmid/resource/recreate_db.sh (change OWNER) + +2. PlasMapper +2.1. unzip plasmid/resource/PlasMapper/jetty.zip +2.2. unzip plasmid/resource/PlasMapper/PlasMapper_dist.zip and move PlasMapper to webapps +2.3. Install blastall. Latest version can be downloaded from ftp://ftp.ncbi.nih.gov/blast/executables/release/LATEST. +2.3. change all paths leading to PlasMapper webapp dir and blastall in +PlasMapper/WEB-INF/classes/ca/ualberta/xdong/plasMapper/annotate/plasMapConfiguration_en_CA.properties + +3. plasmids +3.1 in targets create directories: +- targets/playground/data/incoming +- targets/playground/data/incoming-cifex +- targets/playground/data/store +3.2 change in /etc/service.properties values of properties needed for PlasMapper integration +main-thread.storage-processor.plasmapper-root-dir +main-thread.storage-processor.plasmapper-base-url + +h1. Run and prepare data + +1. run openbis +2. import samples using plasmid/resource/example/sample-import.tsv (multiple sample type) +3. run plasmid DSS using launch configuration from plasmid/resource/eclipse +4. run the external jetty with PlasMapper deployed + +To test dataset registration and integration with PlasMapper copy an example directory +plasmid/resource/example/FRP_1 to targets/playground/data/incoming. Datasets +will be attached to sample with code 'BOX_1:FRP_1'. \ No newline at end of file