{"id":26149115,"url":"https://github.com/liao961120/filedag","last_synced_at":"2026-04-20T17:31:31.211Z","repository":{"id":212923617,"uuid":"732621714","full_name":"liao961120/fileDAG","owner":"liao961120","description":"Parse Snakemake's input and output files as nodes in a DAG.","archived":false,"fork":false,"pushed_at":"2023-12-18T09:02:33.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-27T22:32:49.932Z","etag":null,"topics":["dag","graphviz-dot","pydot","snakemake","visualization"],"latest_commit_sha":null,"homepage":"https://yongfu.name/fileDAG/dag.html","language":"Python","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/liao961120.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}},"created_at":"2023-12-17T09:52:43.000Z","updated_at":"2023-12-17T10:02:06.000Z","dependencies_parsed_at":"2023-12-31T00:13:05.038Z","dependency_job_id":"18369560-3bc4-49d0-916b-5681b06b4bd0","html_url":"https://github.com/liao961120/fileDAG","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"52648a50dd51038753be33684efc2790472f63ac"},"previous_names":["liao961120/filedag"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liao961120%2FfileDAG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liao961120%2FfileDAG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liao961120%2FfileDAG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liao961120%2FfileDAG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liao961120","download_url":"https://codeload.github.com/liao961120/fileDAG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242979086,"owners_count":20216120,"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","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":["dag","graphviz-dot","pydot","snakemake","visualization"],"created_at":"2025-03-11T05:28:46.556Z","updated_at":"2026-04-20T17:31:26.173Z","avatar_url":"https://github.com/liao961120.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"fileDag\n=======\n\nParse Snakemake's input and output files as nodes in a DAG.\n\n\n## Usage\n\n```sh\nsnakemake --detailed-summary -c | python3 fileDAG.py \u003e dag.html\n```\n\nAlternatively, you can set up an alias in your `.bashrc`, `.bash_profile`, `.zshrc`, etc.\n\n```sh\nfileDAG() {\n    python3 /absolute/path/to/fileDAG.py \"$@\"\n}\n```\n\nand call the command below:\n\n```sh\nsnakemake --detailed-summary -c | fileDAG \u003e dag.html\n```\n\n## Output\n\n![](https://yongfu.name/fileDAG/dag.svg)\n\nAlso, [hover on the nodes](https://yongfu.name/fileDAG/dag.html) to see what happens!\n\n\n## Dependencies\n\n- [pydot](https://pypi.org/project/pydot)\n- `dot` (graphviz) available from the command line\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliao961120%2Ffiledag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliao961120%2Ffiledag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliao961120%2Ffiledag/lists"}