{ "info": { "author": "Anja F\u00fcllgrabe", "author_email": "anjaf@ebi.ac.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# Expression Atlas metadata validator\n\nThis is a Python module to parse a set of MAGE-TAB files and check for compatibility with the Expression Atlas and Single Cell Expression Atlas analysis pipelines. The main validation script automatically detects the experiment type from the MAGE-TAB and runs the respective tests. Currently general checks (for bulk and single-cell experiment) as well as Single Cell Expression Atlas specific checks are supported. The controlled vocabulary for the checks are stored in the [metadata-validation-config](https://github.com/ebi-gene-expression-group/metadata-validation-config) repository. \n\n## Requirements\n\nPython 3.6, requests (tested with version 2.20.1), and GitPython (tested with version 3.1.7)\n\n\n## Install\n\nInstall with pip:\n```\npip install atlas-metadata-validator\n```\n\nSet environment variables to fetch the validation configuration for controlled vocabulary terms:\n\n```bash\nexport VALIDATION_CONFIG_REPO='https://github.com/ebi-gene-expression-group/metadata-validation-config'\nexport VALIDATION_CONFIG_FILE='atlas_validation_config.json'\n```\n(if not specified the above values are used as default)\n\nSet local path where to store the validation config files, default is working dir when calling the script\n```bash\nexport VALIDATION_CONFIG_LOCAL_PATH='/path/to/your/local/copy/'\n```\n\n\n## Single-cell MAGE-TAB validator\n\nA MAGE-TAB pre-validation module for running checks that guarantee the experiment can be processed for [Single Cell Expression Atlas](https://www.ebi.ac.uk/gxa/sc/home). The checks are mainly covering the pre-validation by https://github.com/ebi-gene-expression-group/scxa-control-workflow/blob/master/bin/sdrfToNfConf.R in order to guarantee correct processing. It reads metadata directly from the MAGE-TAB and generates a log file in the directory of the IDF file.\n\nThe checks can be invoked using the atlas_validation script with an IDF file path as input:\n```\natlas_validation.py path/to/test.idf.txt \n```\n\n### Options\n- The SDRF file is expected in the same directory as the IDF file. If this is not the case, the location of the SDRF and other data files can be specified with `-d PATH_TO_DATA` option.\n- The script guesses the experiment type (sequencing, microarray or single-cell) from the MAGE-TAB. If this was unsuccessful the experiment type can be set by specifying the respective argument `-seq`, `-ma` or `-sc`. \n- The URI checks may take long time. Hence there is an option to skip these checks with `-x`.\n- Verbose logging can be activated with `-v`.\n- Special validation rules for HCA-imported experiments can be invoked with `-hca` option. The validator will otherwise guess if the experiment is an HCA import based on the HCAD accession code in the ExpressionAtlasAccession field. \n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ebi-gene-expression-group/atlas-metadata-validator", "keywords": "", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "atlas-metadata-validator", "package_url": "https://pypi.org/project/atlas-metadata-validator/", "platform": "", "project_url": "https://pypi.org/project/atlas-metadata-validator/", "project_urls": { "Homepage": "https://github.com/ebi-gene-expression-group/atlas-metadata-validator" }, "release_url": "https://pypi.org/project/atlas-metadata-validator/1.6.1/", "requires_dist": [ "requests (>=2.20.1)", "GitPython (>=3.1.7)" ], "requires_python": ">=3.6", "summary": "A MAGE-TAB validator for Expression Atlas and Single Cell Expression Atlas", "version": "1.6.1", "yanked": false, "yanked_reason": null }, "last_serial": 11697186, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "62fa0b6ee837fd705d0542bbd45db1f4", "sha256": "54da6481688eb2dd89d5ff0b39d4be86924be16e6cbf77962e55f6a755c81212" }, "downloads": -1, "filename": "atlas_metadata_validator-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "62fa0b6ee837fd705d0542bbd45db1f4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16113, "upload_time": "2019-09-12T13:18:06", "upload_time_iso_8601": "2019-09-12T13:18:06.878871Z", "url": "https://files.pythonhosted.org/packages/bd/55/b292322ac3bcbb13d762d1cd9479f4c8bbbc082c01bee7fc138418803ab2/atlas_metadata_validator-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d478de8a742d8f129e15440272bb18f1", "sha256": "a1a56730fe0087ca7651c0f9bda2b21980a6fcb6c700b3c44af2f365583da9bc" }, "downloads": -1, "filename": "atlas-metadata-validator-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d478de8a742d8f129e15440272bb18f1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10529, "upload_time": "2019-09-12T13:18:09", "upload_time_iso_8601": "2019-09-12T13:18:09.105267Z", "url": "https://files.pythonhosted.org/packages/68/dd/a4cab9e7f6d35ca6113cc453c16f6b4781b4b0ef17b5446638a85e81e209/atlas-metadata-validator-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5da4cf1d4c5dc5f65e3775277bbd6a9a", "sha256": "f6b20dc45e345d4167485815dd7c2b1787c13c7d38a8f7701bb257bd0f779b83" }, "downloads": -1, "filename": "atlas_metadata_validator-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5da4cf1d4c5dc5f65e3775277bbd6a9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16319, "upload_time": "2019-10-30T10:41:57", "upload_time_iso_8601": "2019-10-30T10:41:57.347148Z", "url": "https://files.pythonhosted.org/packages/ca/46/785f1b083016cd58fdea70d21717251737e74e5b2734d95afc3621af9698/atlas_metadata_validator-1.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93cd8608e7aeb8bd0afceca383f84eab", "sha256": "188c46055c0b4049f8da7d78282fc36ccc1f46c64076e0df1967f889ca8c314e" }, "downloads": -1, "filename": "atlas-metadata-validator-1.1.0.tar.gz", "has_sig": false, "md5_digest": "93cd8608e7aeb8bd0afceca383f84eab", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9686, "upload_time": "2019-10-30T10:41:58", "upload_time_iso_8601": "2019-10-30T10:41:58.827117Z", "url": "https://files.pythonhosted.org/packages/e2/56/73d5967fe6d95dab2b453398e09bf257b0b801f11faeec631942f595abf9/atlas-metadata-validator-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "039a60c8cb60f977efbc93d183213e0b", "sha256": "5f53d2509ef228e54c22a1e9956c7cf1adf63ac3ad622a2ed34df40a262875a7" }, "downloads": -1, "filename": "atlas_metadata_validator-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "039a60c8cb60f977efbc93d183213e0b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17099, "upload_time": "2019-11-25T13:14:28", "upload_time_iso_8601": "2019-11-25T13:14:28.349714Z", "url": "https://files.pythonhosted.org/packages/6e/9d/d23c1cbbabd889cb8771b42df3e073fa707bbea17c6b26be909a971de900/atlas_metadata_validator-1.2.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e5583714d1a2a3dc403a4b2052e950da", "sha256": "0fbe952bf8ce1ad6903936a1726c93ca97974045a1e6bef0eba1aeb1c93db190" }, "downloads": -1, "filename": "atlas-metadata-validator-1.2.0.tar.gz", "has_sig": false, "md5_digest": "e5583714d1a2a3dc403a4b2052e950da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10402, "upload_time": "2019-11-25T13:14:29", "upload_time_iso_8601": "2019-11-25T13:14:29.527188Z", "url": "https://files.pythonhosted.org/packages/74/a7/54ff3d538e859defead61a4510f4a898f0e32dcebf7ac2994a8d251c7d6a/atlas-metadata-validator-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "568e6cdb5da515ed1f9799a16b9d5229", "sha256": "64223eecbc3cdbc0337abb6690535ae62c60db8c77f4bf950dd9feee5eac40da" }, "downloads": -1, "filename": "atlas_metadata_validator-1.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "568e6cdb5da515ed1f9799a16b9d5229", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17099, "upload_time": "2020-02-18T15:44:09", "upload_time_iso_8601": "2020-02-18T15:44:09.621520Z", "url": "https://files.pythonhosted.org/packages/c8/45/823cc37f6605f81b56f04140e18e0bc0e5fd45f3ed517ed1424028a2c897/atlas_metadata_validator-1.2.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5b7527b8cf5d143592b06e40a69b99d", "sha256": "dc2c251a03902dd602c8328e6705bc3fea6e803f7968935ed5435586c91b88e3" }, "downloads": -1, "filename": "atlas-metadata-validator-1.2.1.tar.gz", "has_sig": false, "md5_digest": "c5b7527b8cf5d143592b06e40a69b99d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10415, "upload_time": "2020-02-18T15:44:11", "upload_time_iso_8601": "2020-02-18T15:44:11.979066Z", "url": "https://files.pythonhosted.org/packages/45/cb/8cf6701a7e497ff798e167088c5201556efe69d1e24050954f6351eefa92/atlas-metadata-validator-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "e74c456ac51a93b6c06e0dd99ca8f303", "sha256": "10ab81222ea9d2977f98688ee32511fdb607ba5a3c46a104cedc8420ce96d4fb" }, "downloads": -1, "filename": "atlas_metadata_validator-1.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e74c456ac51a93b6c06e0dd99ca8f303", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17036, "upload_time": "2020-04-22T17:32:43", "upload_time_iso_8601": "2020-04-22T17:32:43.080666Z", "url": "https://files.pythonhosted.org/packages/1b/64/b4e7d57bfb930162bc0446bc51e26c8dbbf6d4920afb9ebfbf79b5ac5540/atlas_metadata_validator-1.3.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "85fa07a68fb90d32a99434987f3b0699", "sha256": "f9bb72f2a5befc5ef8f2272764ec99c59cf44d14221e65af6ce0d024b48016c6" }, "downloads": -1, "filename": "atlas-metadata-validator-1.3.0.tar.gz", "has_sig": false, "md5_digest": "85fa07a68fb90d32a99434987f3b0699", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10380, "upload_time": "2020-04-22T17:32:44", "upload_time_iso_8601": "2020-04-22T17:32:44.324648Z", "url": "https://files.pythonhosted.org/packages/18/c5/132554a780679767f8e4aef171fe56bdde3791edba871547b535a6edbd77/atlas-metadata-validator-1.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "1b164a9c8780b7097da44eda0c47a19d", "sha256": "4eac0e3c085495df1103966b88b2939b6fa99954daca8fa6847408b3758a5683" }, "downloads": -1, "filename": "atlas_metadata_validator-1.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1b164a9c8780b7097da44eda0c47a19d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17664, "upload_time": "2020-08-28T13:17:05", "upload_time_iso_8601": "2020-08-28T13:17:05.680793Z", "url": "https://files.pythonhosted.org/packages/5e/f2/439b501a1104479e10b24b52bbdad3fd078e7eee2dc4797a150fee4b9fae/atlas_metadata_validator-1.4.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "82311bea46f701a855ba258ce0d5fc47", "sha256": "12b0c83decf02e90b245088697fefcbbd281db78043dba42f0ec107af99fd918" }, "downloads": -1, "filename": "atlas-metadata-validator-1.4.0.tar.gz", "has_sig": false, "md5_digest": "82311bea46f701a855ba258ce0d5fc47", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10144, "upload_time": "2020-08-28T13:17:07", "upload_time_iso_8601": "2020-08-28T13:17:07.795565Z", "url": "https://files.pythonhosted.org/packages/5b/d6/26386a18ad39ec1ff15cf31434af44d04e0cbca6dd1b97c5a7c8ff842b2e/atlas-metadata-validator-1.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "28476fa3232a0a58146fada2af8b0e5e", "sha256": "ee2a5491b8dcc2c4fc915f8209c4bfb128ca41df4b17657fdf2ef94606660b91" }, "downloads": -1, "filename": "atlas_metadata_validator-1.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "28476fa3232a0a58146fada2af8b0e5e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 17761, "upload_time": "2020-10-29T20:40:00", "upload_time_iso_8601": "2020-10-29T20:40:00.292540Z", "url": "https://files.pythonhosted.org/packages/2e/f9/1cdab7185997e36368bd2c20df304f1a42f0362b74e67be179da06911ea3/atlas_metadata_validator-1.4.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2182e8d0a1a74fa8d4baa317f3151857", "sha256": "94217245d3a70c40fef5c7c9c249a4bfb08c462df32bfd233e8e73241f7d957a" }, "downloads": -1, "filename": "atlas-metadata-validator-1.4.1.tar.gz", "has_sig": false, "md5_digest": "2182e8d0a1a74fa8d4baa317f3151857", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10254, "upload_time": "2020-10-29T20:40:01", "upload_time_iso_8601": "2020-10-29T20:40:01.702822Z", "url": "https://files.pythonhosted.org/packages/dc/a0/e4f1e6374a9ae06b29ca1b5b83a3667113917702ef05423cabb96b22465d/atlas-metadata-validator-1.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "95e1e73176fd8edb93e399a3757b9e57", "sha256": "43835dc44a9ad0253b95800a12ff1696ddaa1227076bbdb08becef02cf41b55c" }, "downloads": -1, "filename": "atlas-metadata-validator-1.5.0.tar.gz", "has_sig": false, "md5_digest": "95e1e73176fd8edb93e399a3757b9e57", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 11573, "upload_time": "2021-03-12T12:36:19", "upload_time_iso_8601": "2021-03-12T12:36:19.948474Z", "url": "https://files.pythonhosted.org/packages/2a/5c/40281a10f75977872f8c4c54a79a2631bf065b74a42229633f5452e6077d/atlas-metadata-validator-1.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "f7654a16477a7fa39c5895e047b99dea", "sha256": "e0108aa896fe8b0dca2a9b793e9f05907d5a0275a6ebf775aaa0c108ffa1316c" }, "downloads": -1, "filename": "atlas-metadata-validator-1.6.0.tar.gz", "has_sig": false, "md5_digest": "f7654a16477a7fa39c5895e047b99dea", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 16163, "upload_time": "2021-06-15T08:01:43", "upload_time_iso_8601": "2021-06-15T08:01:43.596583Z", "url": "https://files.pythonhosted.org/packages/a1/3f/9099049c1a2604897ee582e11a03b61c89abf412c38fb4cf5134a7d84e63/atlas-metadata-validator-1.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "d7d781736188644fd657da399bc19a67", "sha256": "9a8413e0e3cad3cb27b1b304bfc0342d06b7cb1329d0d669790456a3c9256411" }, "downloads": -1, "filename": "atlas_metadata_validator-1.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d7d781736188644fd657da399bc19a67", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 19383, "upload_time": "2021-10-12T09:46:03", "upload_time_iso_8601": "2021-10-12T09:46:03.400967Z", "url": "https://files.pythonhosted.org/packages/95/c4/9eaa821f37bbb80af005b3466b713d44ebedefc3d6eb1b8b767a7132f3c3/atlas_metadata_validator-1.6.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4099dbfcc1a1eb6d5d1c3f561ec63f1", "sha256": "fdda1a7d7896a8fe1848cc0dfa30d8f1c1d2f2358cd6e5332bef635bf3fa29de" }, "downloads": -1, "filename": "atlas-metadata-validator-1.6.1.tar.gz", "has_sig": false, "md5_digest": "b4099dbfcc1a1eb6d5d1c3f561ec63f1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 11793, "upload_time": "2021-10-12T09:46:06", "upload_time_iso_8601": "2021-10-12T09:46:06.600630Z", "url": "https://files.pythonhosted.org/packages/b0/e3/8d4a2722974027820963bc3f48b5ea111029142f1357616a10a8654f6b27/atlas-metadata-validator-1.6.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7d781736188644fd657da399bc19a67", "sha256": "9a8413e0e3cad3cb27b1b304bfc0342d06b7cb1329d0d669790456a3c9256411" }, "downloads": -1, "filename": "atlas_metadata_validator-1.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d7d781736188644fd657da399bc19a67", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 19383, "upload_time": "2021-10-12T09:46:03", "upload_time_iso_8601": "2021-10-12T09:46:03.400967Z", "url": "https://files.pythonhosted.org/packages/95/c4/9eaa821f37bbb80af005b3466b713d44ebedefc3d6eb1b8b767a7132f3c3/atlas_metadata_validator-1.6.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4099dbfcc1a1eb6d5d1c3f561ec63f1", "sha256": "fdda1a7d7896a8fe1848cc0dfa30d8f1c1d2f2358cd6e5332bef635bf3fa29de" }, "downloads": -1, "filename": "atlas-metadata-validator-1.6.1.tar.gz", "has_sig": false, "md5_digest": "b4099dbfcc1a1eb6d5d1c3f561ec63f1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 11793, "upload_time": "2021-10-12T09:46:06", "upload_time_iso_8601": "2021-10-12T09:46:06.600630Z", "url": "https://files.pythonhosted.org/packages/b0/e3/8d4a2722974027820963bc3f48b5ea111029142f1357616a10a8654f6b27/atlas-metadata-validator-1.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }