{"id":16532807,"url":"https://github.com/mjstealey/singularity-gephi","last_synced_at":"2026-05-13T23:36:16.453Z","repository":{"id":93420663,"uuid":"132831148","full_name":"mjstealey/singularity-gephi","owner":"mjstealey","description":"Singularity Gephi: The Open Graph Viz Platform","archived":false,"fork":false,"pushed_at":"2018-05-10T16:57:45.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T12:29:32.750Z","etag":null,"topics":["gephi","java","maven","netbeans","open-graph","singularity"],"latest_commit_sha":null,"homepage":null,"language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjstealey.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":"2018-05-10T01:20:06.000Z","updated_at":"2018-05-10T16:56:25.000Z","dependencies_parsed_at":"2023-03-22T12:32:35.725Z","dependency_job_id":null,"html_url":"https://github.com/mjstealey/singularity-gephi","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"43af25dab96c9654f4d8e76eed2e92b321e8c9b8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mjstealey/singularity-gephi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjstealey%2Fsingularity-gephi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjstealey%2Fsingularity-gephi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjstealey%2Fsingularity-gephi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjstealey%2Fsingularity-gephi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjstealey","download_url":"https://codeload.github.com/mjstealey/singularity-gephi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjstealey%2Fsingularity-gephi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016930,"owners_count":26085889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gephi","java","maven","netbeans","open-graph","singularity"],"created_at":"2024-10-11T18:13:28.774Z","updated_at":"2025-10-13T19:41:19.950Z","avatar_url":"https://github.com/mjstealey.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Singularity Gephi: The Open Graph Viz Platform\n\n[![https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/999)\n[![GitHub License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n\nSingularity image for [Gephi 0.9.2](https://gephi.org).\n\n## Build\n\nYou can build a local Singularity image named `gephi.0.9.2.simg` with:\n\n```\n$ sudo singularity build gephi.0.9.2.simg Singularity\n```\n\n## Deploy\n\nInstead of building it yourself you can download the pre-built image from\n[Singularity Hub](https://www.singularity-hub.org) with:\n\n```bash\nsingularity pull --name gephi.0.9.2.simg shub://mjstealey/singularity-gephi\n```\n\n## Usage\n\nHelp\n\n```console\n$ singularity help gephi.0.9.2.simg\n\n\n  Gephi - The Open Graph Viz Platform\n  Version 0.9.2\n\n  Usage:\n  $ singularity run gephi.0.9.2.simg [args]\n  $ singularity run --app gephi gephi.0.9.2.simg [args]\n\n```\n\n## Run\n\nNo particular command is launched using the default run command, rather it is left to the user to specify:\n\n```bash\nsingularity run gephi.0.9.2.simg [args]\n```\n\nWhere `[args]` is generally one of {`gephi`, `gephi [args]`}\n\nExample\n\n```console\n$ singularity run gephi.0.9.2.simg gephi --nosplash --help\nUsage: /usr/local/gephi-0.9.2/bin/../platform/lib/nbexec {options} arguments\n\nGeneral options:\n  --help                show this help\n  --jdkhome \u003cpath\u003e      path to Java(TM) 2 SDK, Standard Edition\n  -J\u003cjvm_option\u003e        pass \u003cjvm_option\u003e to JVM\n\n  --cp:p \u003cclasspath\u003e    prepend \u003cclasspath\u003e to classpath\n  --cp:a \u003cclasspath\u003e    append \u003cclasspath\u003e to classpath\nModule reload options:\n  --reload /path/to/module.jar  install or reinstall a module JAR file\n\nAdditional module options:\n  -o, --open \u003carg1\u003e...\u003cargN\u003e\n  --modules\n  --refresh                  Refresh all catalogs\n  --list                     Prints the list of all modules, their versions and enablement status\n  --install \u003carg1\u003e...\u003cargN\u003e  Installs provided JAR files as modules\n  --disable \u003carg1\u003e...\u003cargN\u003e  Disable modules for specified codebase names\n  --enable \u003carg1\u003e...\u003cargN\u003e   Enable modules for specified codebase names\n  --update \u003carg1\u003e...\u003cargN\u003e   Updates all or specified modules\n  --update-all               Updates all modules\n  --extra-uc \u003carg\u003e           Add a extra Update Center (URL)\n\nCore options:\n  --laf \u003cLaF classname\u003e use given LookAndFeel class instead of the default\n  --fontsize \u003csize\u003e     set the base font size of the user interface, in points\n  --locale \u003clanguage[:country[:variant]]\u003e use specified locale\n  --userdir \u003cpath\u003e      use specified directory to store user settings\n  --cachedir \u003cpath\u003e     use specified directory to store user cache, must be different from userdir\n  --nosplash            do not show the splash screen\n\n```\n\n### gephi\n\nThe `gephi` command is launched as an explicit app:\n\n```bash\nsingularity run --app gephi gephi.0.9.2.simg [args]\n```\n\nExample:\n\n```console\n$ singularity run --app gephi gephi.0.9.2.simg --nosplash\n```\n\n**Gephi Desktop UI**: (using X11)\n\n\u003cimg width=\"80%\" alt=\"Gephi Desktop UI\" src=\"https://user-images.githubusercontent.com/5332509/39847709-f57c9ad0-53d0-11e8-8159-ffc66d0adf27.png\"\u003e\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [https://github.com/mjstealey/singularity-gephi](https://github.com/mjstealey/singularity-gephi).\n\n## License\n\nThe code is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjstealey%2Fsingularity-gephi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjstealey%2Fsingularity-gephi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjstealey%2Fsingularity-gephi/lists"}