0
|
1 ## ****** HR2 environnemnt : ****** ##
|
|
2 # version sept 2014 M Landi / A LIEURADE, Cl LIONNET, P MARIJON, B RADISSON and L VARRAILHON / F Giacomoni
|
|
3
|
|
4 ## --- PERL compilator / libraries : --- ##
|
|
5 $ perl -v
|
|
6 This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
|
|
7
|
|
8 # libs CORE PERL :
|
|
9 use strict ;
|
|
10 use warnings ;
|
|
11 use Carp qw (cluck croak carp) ;
|
|
12 use Data::Dumper ;
|
|
13 use Getopt::Long ;
|
|
14 use FindBin ;
|
|
15
|
|
16 # libs CPAN PERL :
|
|
17 $ perl -e 'use Text::CSV'
|
|
18 $ sudo perl -MCPAN -e shell
|
|
19 cpan> install Text::CSV
|
|
20
|
|
21 # libs pfem PERL : already include in the package
|
|
22 use lib::conf qw( :ALL ) ;
|
|
23 use lib::csv qw( :ALL ) ;
|
|
24 --
|
|
25
|
|
26 ## --- R bin and Packages : --- ##
|
|
27 NA
|
|
28 --
|
|
29
|
|
30 ## --- Binary dependencies --- ##
|
|
31 Install folowing binaries :
|
|
32 * HR2 :
|
|
33 source : HR2_v1.04.cpp available in the tar ball at lib/HR2_v1.04.cpp
|
|
34 lab : http://jhau.maliwi.de/sci/ms.html for initial project and http://fiehnlab.ucdavis.edu/projects/Seven_Golden_Rules/Software/ for fork
|
|
35 install : in /opt/prog/metabolomics/hr2 (you can change this path in conf file : conf_hr2.cfg
|
|
36 compilation : g++ HR2_v1.04.cpp -o HR2-all-res_v1.04.exe
|
|
37
|
|
38 The project is available on :
|
|
39 http://fiehnlab.ucdavis.edu/projects/Seven_Golden_Rules/Software/seven-golden-rules-supplement-v46.zip (the launch of the download may take some time)
|
|
40 ~/seven-golden-rules-supplement-v46.zip/supplement/HR2-formula-generator/HR2.zip/HR2.cpp
|
|
41 OR
|
|
42 http://sourceforge.net/projects/hires/ : This proposed binary is an fork of the HiRes initial project.
|
|
43 --
|
|
44
|
|
45 ## --- Config : --- ##
|
|
46 Edit the following lines in the config file : conf_hr2.cfg
|
|
47 lancerHR2=/your_hr2_binary_path/HR2-all-res_v1.04.exe
|
|
48 JS_GALAXY_PATH=http://YOUR_GALAXY_HOSTNAME/static/scripts/libs/outputs
|
|
49 CSS_GALAXY_PATH=http://YOUR_GALAXY_HOSTNAME/static/style
|
|
50 --
|
|
51
|
|
52 ## --- XML HELP PART --- ##
|
|
53 one image : in the static/images dir
|
|
54 hr2.png
|
|
55 --
|
|
56
|
|
57 ## --- DATASETS --- ##
|
|
58 No data set ! waiting for galaxy pages
|
|
59 --
|
|
60
|
|
61 ## --- ??? COMMENTS ??? --- ##
|
|
62 In the PFEM version, the HR2 source (HR2_v*.cpp) is modified to correct atom exact masses.
|
|
63 For more information, please contact us. |