Mercurial > repos > fgiacomoni > hmdb_ms_search
comparison conf_hmdb.cfg @ 1:6d0a0f8f672a draft
planemo upload commit f67323ae4fa7fdbd9f4518ede105a7d7cd44b471
author | fgiacomoni |
---|---|
date | Wed, 23 Nov 2016 09:31:50 -0500 |
parents | |
children | 520778e357cc |
comparison
equal
deleted
inserted
replaced
0:9583f9772198 | 1:6d0a0f8f672a |
---|---|
1 ## Conf file for wsdl_hmdb.pl script | |
2 # | |
3 ## Version -- edited by F.Giacomoni | |
4 VERSION=2016-11-28 | |
5 # | |
6 ## ARGVT | |
7 # Hmdb limits per job (max is 149) | |
8 HMDB_LIMITS=50 | |
9 ## Maximum query filtered (default is 20 - min : 1 / max 50) | |
10 HMDB_MAX_QUERY=20 | |
11 ## Galaxy url for HTML JS and CSS path | |
12 JS_GALAXY_PATH=https://cdn.rawgit.com/fgiacomoni/galaxy_utils/master/scripts | |
13 CSS_GALAXY_PATH=https://cdn.rawgit.com/fgiacomoni/galaxy_utils/master/style | |
14 # | |
15 ## HTML OUTPUT : | |
16 HTML_ENTRIES_PER_PAGE=4 | |
17 HMDB_METABOCARD_URL=http://www.hmdb.ca/metabolites/ |