GMOD / jblast-jbconnect-hook

JBrowse/Galaxy-Blast Plugin
http://jblast.readthedocs.io
Other
4 stars 1 forks source link

failed to add jblast services on lift #256

Closed enuggetry closed 4 years ago

enuggetry commented 4 years ago
debug: Environment : development
debug: Port        : 1337
debug: -------------------------------------------------------
info: addService workflowService workflow jblast
info: disabled service serverSearchService
info: addService nothingBurgerService service jblast
error: Service basicWorkflowService not found
info: disabled service galaxyService
error: Service filterService not found
error: Service entrezService not found
debug: Dataset.Sync()
enuggetry commented 4 years ago

sails 1.2.3 seems to not register service module names (Service.js). So we introduce a hack to pass the module to JBConnect.

basicWorkflowService:
   { enable: true,
     name: 'basicWorkflowService',
     type: 'workflow',
     alias: 'jblast',
     path:
      '/home/ericiam/jbconnect/node_modules/jblast-jbconnect-hook/api/services/basicWorkflowService',
     module: 'jblast' },
  galaxyService:
   { enable: false,
     name: 'galaxyService',
     type: 'workflow',
     alias: 'jblast',
     path:
      '/home/ericiam/jbconnect/node_modules/jblast-jbconnect-hook/api/services/galaxyService',
     module: 'jblast' },
enuggetry commented 4 years ago

associated with https://github.com/GMOD/jbconnect/issues/138