{ "info": { "author": "Ben Taylor", "author_email": "ben.taylor@sanger.ac.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: System :: Monitoring", "Topic :: Utilities" ], "description": "Pathogen Pipeline Configuration Tools (path\\_pipe\\_conf\\_tools)\n===============================================================\n\nThis is probably not very interesting unless you work in the pathogen\ninformatics team at the Wellcome Trust Sanger Institute and almost\ncertainly not it you don't use `the vr-pipe\npipeline `_.\n\nGiven a config directory, this script finds all of the\n``*_pipeline.conf`` files in the directory and its immediate children.\nIt parses these files and outputs their contents in json. This is either\nsaved to a file or stdout.\n\nThis is used in collaboration with\n`jsontoemail `_ and a\n``cron`` job to send updates / reminders to the pathogen informatics\nteam.\n\nUsage\n-----\n\n::\n\n $ list-pathogen-pipeline-jobs -h\n usage: list-pathogen-pipeline-jobs [-h] [--output_file OUTPUT_FILE] config_dir\n\n Outputs details of all of the pathogen jobs in the pipeline\n\n positional arguments:\n config_dir Config directory to be searched for job trackers (also\n searches child dircectories)\n\n optional arguments:\n -h, --help show this help message and exit\n --output_file OUTPUT_FILE, -o OUTPUT_FILE\n File to output results to (defaults to stdout)\n\nExample output\n--------------\n\n::\n\n {\n \"created_at\": \"2015-03-24T15:26:17.246253\",\n \"jobs\": [\n {\n \"approval_required\": true,\n \"config_file\": \"/parent_dir/assembly_jobs/job_1.conf\",\n \"job_type\": \"__Assembly__\",\n \"pipeline_tracker\": \"/parent_dir/assembly_job_tracker.conf\"\n },\n {\n \"approval_required\": true,\n \"config_file\": \"/parent_dir/assembly_jobs/job_2.conf\",\n \"job_type\": \"__Assembly__\",\n \"pipeline_tracker\": \"/parent_dir/assembly_job_tracker.conf\"\n },\n {\n \"approval_required\": false,\n \"config_file\": \"/parent_dir/assembly_jobs/job_3.conf\",\n \"job_type\": \"__Assembly__\",\n \"pipeline_tracker\": \"/parent_dir/assembly_job_tracker.conf\"\n },\n {\n \"approval_required\": true,\n \"config_file\": \"/parent_dir/annotation_jobs/job_1.conf\",\n \"job_type\": \"__Annotation__\",\n \"pipeline_tracker\": \"/parent_dir/annotation_job_tracker.conf\"\n },\n {\n \"approval_required\": false,\n \"config_file\": \"/parent_dir/mapping_jobs/job_1.conf\",\n \"job_type\": \"__Mapping__\",\n \"pipeline_tracker\": \"/parent_dir/mapping_job_tracker.conf\"\n },\n {\n \"approval_required\": false,\n \"config_file\": \"/parent_dir/mapping_jobs/job_2.conf\",\n \"job_type\": \"__Mapping__\",\n \"pipeline_tracker\": \"/parent_dir/mapping_job_tracker.conf\"\n }\n ]\n }\n\nTesting\n-------\n\n::\n\n ./run_tests.sh\n\nDependencies\n------------\n\nTests require: \n\n- mock\n\npath\\_pipe\\_conf\\_tools has been tested on Ubuntu 12.04 with python\n2.7.3", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sanger-pathogens/PathPipeConfTools", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "path_pipe_conf_tools", "package_url": "https://pypi.org/project/path_pipe_conf_tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/path_pipe_conf_tools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sanger-pathogens/PathPipeConfTools" }, "release_url": "https://pypi.org/project/path_pipe_conf_tools/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Tools for working with the pathogen pipeline at The Wellcome Trust Sanger Institute", "version": "0.0.2" }, "last_serial": 1478404, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "7268eb0a5262370ba458382b47328581", "sha256": "4104b663abafd966fcf5b607ba7e8e2c8ffea261d13ddb5fce65e4c632d786bb" }, "downloads": -1, "filename": "path_pipe_conf_tools-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7268eb0a5262370ba458382b47328581", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3734, "upload_time": "2015-03-26T10:03:27", "url": "https://files.pythonhosted.org/packages/48/dc/ec1ee0d13f5ca9cf6bbb4e6dc89e6e4e359d5c1abe0e2b3ace6a10bc8bf4/path_pipe_conf_tools-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7268eb0a5262370ba458382b47328581", "sha256": "4104b663abafd966fcf5b607ba7e8e2c8ffea261d13ddb5fce65e4c632d786bb" }, "downloads": -1, "filename": "path_pipe_conf_tools-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7268eb0a5262370ba458382b47328581", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3734, "upload_time": "2015-03-26T10:03:27", "url": "https://files.pythonhosted.org/packages/48/dc/ec1ee0d13f5ca9cf6bbb4e6dc89e6e4e359d5c1abe0e2b3ace6a10bc8bf4/path_pipe_conf_tools-0.0.2.tar.gz" } ] }