%global _empty_manifest_terminate_build 0 Name: python-atlas-metadata-validator Version: 1.6.1 Release: 1 Summary: A MAGE-TAB validator for Expression Atlas and Single Cell Expression Atlas License: Apache Software License URL: https://github.com/ebi-gene-expression-group/atlas-metadata-validator Source0: https://mirrors.aliyun.com/pypi/web/packages/b0/e3/8d4a2722974027820963bc3f48b5ea111029142f1357616a10a8654f6b27/atlas-metadata-validator-1.6.1.tar.gz BuildArch: noarch Requires: python3-requests Requires: python3-GitPython %description # Expression Atlas metadata validator This 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. ## Requirements Python 3.6, requests (tested with version 2.20.1), and GitPython (tested with version 3.1.7) ## Install Install with pip: ``` pip install atlas-metadata-validator ``` Set environment variables to fetch the validation configuration for controlled vocabulary terms: ```bash export VALIDATION_CONFIG_REPO='https://github.com/ebi-gene-expression-group/metadata-validation-config' export VALIDATION_CONFIG_FILE='atlas_validation_config.json' ``` (if not specified the above values are used as default) Set local path where to store the validation config files, default is working dir when calling the script ```bash export VALIDATION_CONFIG_LOCAL_PATH='/path/to/your/local/copy/' ``` ## Single-cell MAGE-TAB validator A 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. The checks can be invoked using the atlas_validation script with an IDF file path as input: ``` atlas_validation.py path/to/test.idf.txt ``` ### Options - 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. - 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`. - The URI checks may take long time. Hence there is an option to skip these checks with `-x`. - Verbose logging can be activated with `-v`. - 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. %package -n python3-atlas-metadata-validator Summary: A MAGE-TAB validator for Expression Atlas and Single Cell Expression Atlas Provides: python-atlas-metadata-validator BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-atlas-metadata-validator # Expression Atlas metadata validator This 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. ## Requirements Python 3.6, requests (tested with version 2.20.1), and GitPython (tested with version 3.1.7) ## Install Install with pip: ``` pip install atlas-metadata-validator ``` Set environment variables to fetch the validation configuration for controlled vocabulary terms: ```bash export VALIDATION_CONFIG_REPO='https://github.com/ebi-gene-expression-group/metadata-validation-config' export VALIDATION_CONFIG_FILE='atlas_validation_config.json' ``` (if not specified the above values are used as default) Set local path where to store the validation config files, default is working dir when calling the script ```bash export VALIDATION_CONFIG_LOCAL_PATH='/path/to/your/local/copy/' ``` ## Single-cell MAGE-TAB validator A 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. The checks can be invoked using the atlas_validation script with an IDF file path as input: ``` atlas_validation.py path/to/test.idf.txt ``` ### Options - 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. - 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`. - The URI checks may take long time. Hence there is an option to skip these checks with `-x`. - Verbose logging can be activated with `-v`. - 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. %package help Summary: Development documents and examples for atlas-metadata-validator Provides: python3-atlas-metadata-validator-doc %description help # Expression Atlas metadata validator This 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. ## Requirements Python 3.6, requests (tested with version 2.20.1), and GitPython (tested with version 3.1.7) ## Install Install with pip: ``` pip install atlas-metadata-validator ``` Set environment variables to fetch the validation configuration for controlled vocabulary terms: ```bash export VALIDATION_CONFIG_REPO='https://github.com/ebi-gene-expression-group/metadata-validation-config' export VALIDATION_CONFIG_FILE='atlas_validation_config.json' ``` (if not specified the above values are used as default) Set local path where to store the validation config files, default is working dir when calling the script ```bash export VALIDATION_CONFIG_LOCAL_PATH='/path/to/your/local/copy/' ``` ## Single-cell MAGE-TAB validator A 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. The checks can be invoked using the atlas_validation script with an IDF file path as input: ``` atlas_validation.py path/to/test.idf.txt ``` ### Options - 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. - 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`. - The URI checks may take long time. Hence there is an option to skip these checks with `-x`. - Verbose logging can be activated with `-v`. - 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. %prep %autosetup -n atlas-metadata-validator-1.6.1 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-atlas-metadata-validator -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue Jun 20 2023 Python_Bot - 1.6.1-1 - Package Spec generated