2
|
1 ************************************************************************************
|
|
2 ****** Add perl and xml wrapper files in tools/ d ******
|
|
3 ************************************************************************************
|
|
4
|
|
5
|
|
6 Download files with hg clone in tools/ directory, then you have these files availables (wrappers and scripts):
|
|
7 sm_dos2unix.pl sm_dos2unix.xml
|
|
8
|
|
9
|
|
10 ************************************************************************************
|
|
11 ****** tool_conf.xml file to update ******
|
|
12 ************************************************************************************
|
|
13
|
|
14 Add a tag <tool> in your section "convert formats" (for instance) in your config/tool_conf.xml file:
|
|
15 <tool file="my_tools/sm_dos2unix/sm_dos2unix.xml" />
|
|
16
|
|
17 ************************************************************************************
|
|
18 ****** Add paths in galaxy.ini configuation file ******
|
|
19 ************************************************************************************
|
|
20
|
|
21 Add a my_bin/ directory in galaxy repository with symbolic links to binaries:
|
|
22 [galaxy-preprod@vm-galaxy-preprod my_bin]$ pwd
|
|
23 /galaxydata/galaxy-preprod/my_bin
|
|
24 lrwxrwxrwx 1 galaxy-prod wbioinfo 11 3 juin 2016 dos2unix -> dos2unix3.1
|
|
25
|
|
26
|
|
27 Add paths to binaries and a section [workPath], at the end of galaxy.ini file:
|
|
28 Dans geany ../../config/galaxy.ini &
|
|
29 DOS=/galaxydata/galaxy-prod/my_bin/dos2unix
|