Scripts to handle export of FlyBase triage flag and curation status data into the Alliance.
-
populate_topic_data.plGenerates json for loading FlyBase triage flag information into the Topic Entity Tag tables in the Alliance ABC literature database.
Requires an access token (6th argument when run script) to query for correct topic_entity_tag_source_id -
populate_topic_curation_status.plGenerates json for loading curation status information for individual Alliance topics into the Workflow tables in the Alliance ABC literature database.
-
populate_workflow_status.plGenerates json for loading workflow status information for user, skim and thin curation into the Workflow tables in the Alliance ABC literature database.
-
ticket_scrum-3147-retrieve_deleted_topic.pluse to retrieve deleted flag from local files at Harvard.
- Unless stated otherwise, each script requires a FB chado database with the
audit_chadotable (used for for timestamp information). - the scripts generally require an access token as an argument, as when used in test mode they attempt to POST json into the stage Alliance ABC literature database (so that the validity of the json can be tested).
The retired folder contains scripts that are no longer used:
ticket_scrum-3147-topic-entity-tag.pl- this has been replaced bypopulate_topic_data.pl