Mercurial > repos > fgiacomoni > hr2
comparison conf_hr2.cfg @ 0:86296c048e46 draft
Init repository for [hr2]
author | fgiacomoni |
---|---|
date | Wed, 05 Jun 2019 09:40:20 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:86296c048e46 |
---|---|
1 ## Conf file for hr2.pl script | |
2 # | |
3 ## Version -- edited by F.Giacomoni / M Landi | |
4 VERSION=1.1.0 | |
5 # | |
6 ## ARGVT | |
7 ## hr2 binary path | |
8 HR2_EXE=HR2.exe | |
9 HR2_VERSION=hr version 20050617 | |
10 # | |
11 ##Default parameter values | |
12 tolerance=1.0 | |
13 mode=positive | |
14 charge=0 | |
15 DEFAULT_ATOMS=C,H,O,N | |
16 # | |
17 ## Range in hr cmd for each atom | |
18 DEFAULT_MIN=0 | |
19 DEFAULT_MAX=10 | |
20 C=100 | |
21 H=200 | |
22 O=70 | |
23 N=40 | |
24 P=10 | |
25 # | |
26 ## MZ value | |
27 proton=1.007825 | |
28 electron=0.0005486 | |
29 # | |
30 ## Galaxy url for HTML JS and CSS path | |
31 JS_GALAXY_PATH=https://cdn.rawgit.com/fgiacomoni/galaxy_utils/master/scripts | |
32 CSS_GALAXY_PATH=https://cdn.rawgit.com/fgiacomoni/galaxy_utils/master/style | |
33 # | |
34 ## HTML OUTPUT : | |
35 HTML_ENTRIES_PER_PAGE=4 | |
36 HTML_TEMPLATE=hr_out.tmpl |