{"id":26056012,"url":"https://github.com/ncar/comp-pipeline","last_synced_at":"2026-02-10T13:32:44.460Z","repository":{"id":33689119,"uuid":"37341900","full_name":"NCAR/comp-pipeline","owner":"NCAR","description":"Pipeline code for CoMP","archived":false,"fork":false,"pushed_at":"2024-11-13T21:24:16.000Z","size":12492,"stargazers_count":1,"open_issues_count":37,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-20T08:42:32.033Z","etag":null,"topics":["comp","hao","idl","mlso","pipeline"],"latest_commit_sha":null,"homepage":null,"language":"IDL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NCAR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-12T20:01:08.000Z","updated_at":"2024-11-13T21:24:20.000Z","dependencies_parsed_at":"2023-02-14T23:15:54.310Z","dependency_job_id":"15b87c1d-405a-4297-a4f5-8e363b3d719a","html_url":"https://github.com/NCAR/comp-pipeline","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/NCAR/comp-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Fcomp-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Fcomp-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Fcomp-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Fcomp-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NCAR","download_url":"https://codeload.github.com/NCAR/comp-pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Fcomp-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29300677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T12:55:56.056Z","status":"ssl_error","status_checked_at":"2026-02-10T12:55:55.692Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comp","hao","idl","mlso","pipeline"],"created_at":"2025-03-08T10:26:43.610Z","updated_at":"2026-02-10T13:32:44.444Z","avatar_url":"https://github.com/NCAR.png","language":"IDL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoMP Pipeline code\n\n## Requirements\n\n* IDL 8.2.3 or later\n* cmake 3.1.3 or later\n* MySQL developer installation\n\n\n## Installation\n\nTo build the CoMP pipeline code, your system must have IDL, the MySQL client development package, and CMake 3.1.3 or later. Make sure these are installed on your system before continuing.\n\n\n### Configuring your system\n\nTo configure the CoMP pipeline for your system, do the following from the top-level of the pipeline source code (change the location of your IDL installation and the location where you want the pipeline to your needs):\n\n    mkdir build\n    cmake \\\n      -DCMAKE_INSTALL_PREFIX:PATH=~/software/comp-pipeline \\\n      -DIDL_ROOT_DIR:PATH=/opt/share/idl8.5/idl85 \\\n    ..\n\nThere are example configuration scripts, `linux_configure.sh` and `mac_configure.sh`, in the pipeline source code.\n\n\n### Build and install\n\nNext, run:\n\n    cd build\n    make install\n\n\n## Running the pipeline\n\nA configuration file is needed to run the pipeline. See the `config` directory of the installation for an example file with explanations for each option. Copy this configuration file to:\n\n    comp.{username}.{machine_name}.cfg\n\nwith your username and machine name filled in. Edit this file, indicating where your data is and what options you want to run with.\n\nTo run the pipeline, from the installation root directory, do:\n\n    make pipe\n\n\n## Run unit tests\n\nIf you specified a valid [mgunit] location in your installation configuration, you can run the unit tests. To run the unit tests:\n\n    make unit\n\n\n## Generate API documentation\n\nIf you specified a valid [IDLdoc] location in your installation configuration, you can generate the API documentation. To generate the API documentation from the build directory, simply do:\n\n    make doc\n\n\n\n[mglib]: https://github.com/mgalloy/mglib \"mgalloy/mglib\"\n[IDLdoc]: https://github.com/mgalloy/idldoc \"mgalloy/idldoc\"\n[mgunit]: https://github.com/mgalloy/mgunit \"mgalloy/mgunit\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncar%2Fcomp-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncar%2Fcomp-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncar%2Fcomp-pipeline/lists"}