https://github.com/veupathdb/apicommonmodel
https://github.com/veupathdb/apicommonmodel
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veupathdb/apicommonmodel
- Owner: VEuPathDB
- License: apache-2.0
- Created: 2019-06-19T14:18:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T13:51:09.000Z (11 months ago)
- Last Synced: 2025-07-30T16:17:18.754Z (11 months ago)
- Language: Perl
- Homepage:
- Size: 64.5 MB
- Stars: 1
- Watchers: 25
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* ApiCommonModel
Extends [[https://github.com/VEuPathDB/EbrModelCommon][EbrModelCommon]].
It includes xml files with basic data types definitions, and their structured searches, for genomic sites.
Api stands for 'Apicomplexan'. These are the first organisms included in our websites when they were first time publicly
released as ApiDB BRC (Bioinformatics Resource Center), back in 2002.
** Dependencies
+ yarn / npm / ant
+ WEBAPP_PROP_FILE file (file with one property for the webapp target directory)
webappTargetDir=BLAH
+ environment variables for GUS_HOME and PROJECT_HOME
+ Internal Dependencies
+ WDK, CBIL, ReFlow, EbrcModelCommon
** Installation instructions.
+ bld ApiCommonModel
+ changes to wdk model xml files requires reload of tomcat instance
** Operating instructions.
+ Installation is successful if you can run "wdkXml -model $MODEL_NAME" without error
** Manifest
+ Model/bin :: scripts referenced in tuning manager config and other tuning scripts (portallinker); scripts for creating jbrowse configuration
+ Model/lib/dst :: dataset template files
+ Model/lib/jbrowse :: jbrowse configuration; common and organism specific tracks
+ Model/lib/perl :: utils for datasets and jbrowse
+ Model/lib/wdk :: xml files which define wdk records, searches, params.
+ Model/lib/xml :: tuning manager configuration, jbrowse queries, global dataset presenter xml
+ Model/src/main/java/org/apidb/apicommon/model/datasetInjector :: java code per data class for managing template injection
+ Model/src/main/java/org/apidb/apicommon/model/report :: reporters referenced in wdk xml
+ Model/src/main/java/org/apidb/apicommon/model/userdataset :: Type Handlers for User Datasets