diff options
author | Pjotr Prins | 2021-12-01 15:55:50 +0000 |
---|---|---|
committer | Pjotr Prins | 2021-12-01 15:55:50 +0000 |
commit | 4bd10c0c4c2eddeb0e75de4da8fcbec222347fdc (patch) | |
tree | 4ccb55655cf508eb89e1146fef66617196f478fb /README.md | |
parent | d9843928fe5140c953078b5238c2ddb8fb12a96c (diff) | |
download | genenetwork2-4bd10c0c4c2eddeb0e75de4da8fcbec222347fdc.tar.gz |
Figure out that we are using the wrong db_webqtl_s!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -109,6 +109,18 @@ alias runcmd="time env GN2_PROFILE=~/opt/gn-latest TMPDIR=//tmp SERVER_PORT=5004 Replace some of the env variables as per your use case. +### Troubleshooting + +If the menu does not pop up check your `GN2_BASE_URL`. E.g. + +``` +curl http://gn2-pjotr.genenetwork.org/api/v_pre1/gen_dropdown +``` + +check the logs. If there is ERROR 1054 (42S22): Unknown column +'InbredSet.Family' in 'field list' it may be you are trying the small +database. + ## Documentation User documentation can be found |