sdrf-pipelines


Namesdrf-pipelines JSON
Version 0.0.26 PyPI version JSON
download
home_pagehttps://github.com/bigbio/sdrf-pipelines
SummaryTranslate, convert SDRF to configuration pipelines
upload_time2024-04-06 07:21:51
maintainerNone
docs_urlNone
authorBigBio Team
requires_python>=3.8
license'Apache 2.0
keywords sdrf python multiomics proteomics
VCS
bugtrack_url
requirements pandas click pandas_schema requests pyyaml numpy defusedxml
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sdrf-pipelines

![Python application](https://github.com/bigbio/sdrf-pipelines/workflows/Python%20application/badge.svg)
![Python package](https://github.com/bigbio/sdrf-pipelines/workflows/Python%20package/badge.svg)
![Upload Python Package](https://github.com/bigbio/sdrf-pipelines/workflows/Upload%20Python%20Package/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ebf85b7ad8304422ab495c3f720bf3ae)](https://www.codacy.com/gh/bigbio/sdrf-pipelines/dashboard?utm_source=github.com&utm_medium=referral&utm_content=bigbio/sdrf-pipelines&utm_campaign=Badge_Grade)
[![PyPI version](https://badge.fury.io/py/sdrf-pipelines.svg)](https://badge.fury.io/py/sdrf-pipelines)
![PyPI - Downloads](https://img.shields.io/pypi/dm/sdrf-pipelines)

The SDRF pipelines provide a set of tools to validate and convert SDRF files to different workflow configuration files such as MSstats,OpenMS and MaxQuant.

### Installation

```bash
pip install sdrf-pipelines
```

## Validate the SDRF

# How to use it:

Then, you can use the tool by executing the following command:

```bash
parse_sdrf validate-sdrf --sdrf_file {here_the_path_to_sdrf_file}
```

## Convert to OpenMS: Usage

```bash
parse_sdrf convert-openms -s sdrf.tsv
```

### Description:

-   experiment settings (search engine settings etc.)
-   experimental design

The experimental settings file contains one row for every raw file. Columns contain relevevant parameters like precursor mass tolerance, modifications etc. These settings can usually be derived from the sdrf file.

| URI | Filename | FixedModifications | VariableModifications | Label | PrecursorMassTolerance | PrecursorMassToleranceUnit | FragmentMassTolerance | FragmentMassToleranceUnit | DissociationMethod | Enzyme |
|------| ------------- |-------------|-----|---| ------------- |-------------|-----|---| ------------- |-------------|
| ftp://ftp.pride.ebi.ac.uk/pride/data/archive/XX/PXD324343/A0218_1A_R_FR01.raw | A0218_1A_R_FR01.raw | Acetyl (Protein N-term) | Gln->pyro-glu (Q),Oxidation (M) | label free sample| 10 | ppm | 10 | ppm | HCD | Trypsin |
| ftp://ftp.pride.ebi.ac.uk/pride/data/archive/XX/PXD324343/A0218_1A_R_FR02.raw | A0218_1A_R_FR02.raw | Acetyl (Protein N-term) | Gln->pyro-glu (Q),Oxidation (M) | label free sample| 10 | ppm | 10 | ppm | HCD | Trypsin |


The experimental design file contains information how to unambiguously map a single quantitative value. Most entries can
be derived from the sdrf file. However, definition of conditions might need manual changes.

-   **Fraction_Group** identifier that indicates which fractions belong together. In the case of label-free data, the fraction group identifier has the same cardinality as the sample identifier.
-   The **Fraction** identifier indicates which fraction was measured in this file. In the case of unfractionated data the fraction identifier is 1 for all samples.
-   The **Label** identifier. 1 for label-free, 1 and 2 for SILAC light/heavy, e.g. 1-10 for TMT10Plex
-   The **Spectra_Filepath** (e.g., path = "/data/SILAC_file.mzML")
-   **MSstats_Condition** the condition identifier as used by MSstats
-   **MSstats_BioReplicate** an identifier to indicate replication. (MSstats requires that there are no duplicate entries. E.g., if MSstats_Condition, Fraction_Group group and Fraction number are the same - as in the case of biological or technical replication, one uses the MSstats_BioReplicate to make entries non-unique)

| Fraction_Group| Fraction      | Spectra_Filepath  | Label | MSstats_Condition      | MSstats_BioReplicate  |
| ------------- |-------------|-----|---| ------------- |-----------|
| 1 | 1 | A0218_1A_R_FR01.raw | 1 | 1 | 1 | 1 |
| 1 | 2 | A0218_1A_R_FR02.raw | 1 | 1 | 1 | 1 |
| . | . | ... | . | . | . | . |
| 1 | 15 | A0218_2A_FR15.raw | 1 | 1 | 1 | 1 |
| 2 | 1 | A0218_2A_FR01.raw | 1 | 2 | 2 | 1 |
| . | . | ... | . | . | . | . |
| . | . | ... | . | . | . | . |
| 10 | 15 | A0218_10A_FR15.raw | 1 | 10 | 10 | 1 |

For details, please see the MSstats documentation

## Convert to MaxQuant: Usage

```bash
parse_sdrf convert-maxquant -s sdrf.tsv -f {here_the_path_to_protein_database_file} -m {True or False} -pef {default 0.01} -prf {default 0.01} -t {temporary folder} -r {raw_data_folder} -n {number of threads:default 1} -o1 {parameters(.xml) output file path} -o2 {maxquant experimental design(.txt) output file path}
```
eg.
```bash
parse_sdrf convert-maxquant -s /root/ChengXin/Desktop/sdrf.tsv -f /root/ChengXin/MyProgram/search_spectra/AT/TAIR10_pep_20101214.fasta -r /root/ChengXin/MyProgram/virtuabox/share/raw_data/ -o1 /root/ChengXin/test.xml -o2 /root/ChengXin/test_exp.xml -t /root/ChengXin/MyProgram/virtuabox/share/raw_data/ -pef 0.01 -prf 0.01 -n 4
```


-   -s  : SDRF file
-   -f : fasta file
-   -r : spectra raw file folder
-   -mcf : MaxQuant default configure path (if given, Can add new modifications)
-   -m : via matching between runs to boosts number of identifications
-   -pef : posterior error probability calculation based on target-decoy search
-   -prf : protein score = product of peptide PEPs (one for each sequence)
-   -t : place on SSD (if possible) for faster search,It is recommended not to be the same as the raw file directory
-   -n : each thread needs at least 2 GB of RAM,number of threads should be ≤ number of logical cores available(otherwise, MaxQuant can crash)

### Description

-   maxquant parameters file (mqpar.xml)
-   maxquant experimental design file (.txt)

The maxquant parameters file mqpar.xml contains the parameters required for maxquant operation.some settings can usually be derived from the sdrf file such as enzyme, fixed modification, variable modification, instrument, fraction and label etc.Set other parameters as default.The current version of maxquant supported by the script is 1.6.10.43

Some parameters are listed:
-   \<fastaFilePath>TAIR10_pep_20101214.fasta\</fastaFilePath>
-   \<matchBetweenRuns>True\</matchBetweenRuns>
-   \<maxQuantVersion>1.6.10.43\</maxQuantVersion>
-   \<tempFolder>C:/Users/test\</tempFolder>
-   \<numThreads>2\</numThreads>
-   \<filePaths>
    -   \<string>C:\Users\search_spectra\AT\130402_08.raw\</string>
    -   \<string>C:\Users\search_spectra\AT\130412_08.raw\</string>
-   \</filePaths>
-   \<experiments>
    -   \<string>sample 1_Tr_1\</string>
    -   \<string>sample 2_Tr_1\</string>
-   \</experiments>
-   \<fractions>
    -   \<short>32767\</short>
    -   \<short>32767\</short>
-   \</fractions>
-   \<paramGroupIndices>
    -   \<int>0\</int>
    -   \<int>1\</int>
-   \</paramGroupIndices>
-   \<msInstrument>0\</msInstrument>
-   \<fixedModifications>
    -   \<string>Carbamidomethyl (C)\</string>
-   \</fixedModifications>
-   \<enzymes>
    -   \<string>Trypsin\</string>
-   \</enzymes>
-   \<variableModifications>
    -   \<string>Oxidation (M)\</string>
    -   \<string>Phospho (Y)\</string>
    -   \<string>Acetyl (Protein N-term)\</string>
    -   \<string>Phospho (T)\</string>
    -   \<string>Phospho (S)\</string>
-   \</variableModifications>

For details, please see the MaxQuant documentation

The maxquant experimental design file contains name,Fraction,Experiement and PTM column.Most entries can be derived from the sdrf file.
-   **Name**  raw data file name.
-   **Fraction**  In the Fraction column you must assign if the corresponding files shown in the left column belong to a fraction of a gel fraction. If your data is not obtained through gel-based pre-fractionation you must assign the same number(default 1) for all files in the column Fraction.
-   **Experiment**  In the column named as Experiment if you want to combine all experimental replicates as a single dataset to be analyzed by MaxQuant, you must enter the same identifier for the files which should be concatenated . However, if you want each individual file to be treated as a different experiment which you want to compare further you should assign different identifiers to each of the files as shown below.

| Name | Fraction | Experiment | PTM |
| :----:| :----: | :----: | :----: |
| 130402_08.raw | 1 | sample 1_Tr_1 |     |
| 130412_08.raw | 1 | sample 2_Tr_1 |     |

## Convert to MSstats annotation file: Usage

```bash
parse_sdrf convert-msstats -s ./testdata/PXD000288.sdrf.tsv -o ./test1.csv
```

-   -s  : SDRF file
-   -c  : Create conditions from provided (e.g., factor) columns as used by MSstats
-   -o  : annotation out file path
-   -swath  : from openswathtomsstats output to msstats default false
-   -mq  : from maxquant output to msstats default false

## Convert to NormalyzerDE design file: Usage

```bash
parse_sdrf convert-normalyzerde -s ./testdata/PXD000288.sdrf.tsv -o ./testPXD000288_design.tsv
```

-   -s  : SDRF file
-   -c  : Create groups from provided (e.g., factor) columns as used by NormalyzerDE, for example `-c ["characteristics[spiked compound]"]` (optional)
-   -o  : NormalyzerDE design out file path
-   -oc  : Out file path for comparisons towards first group (optional)
-   -mq  : Path to MaxQuant experimental design file for mapping MQ sample names. (optional)


# Citations

- Dai C, Füllgrabe A, Pfeuffer J, Solovyeva EM, Deng J, Moreno P, Kamatchinathan S, Kundu DJ, George N, Fexova S, Grüning B, Föll MC, Griss J, Vaudel M, Audain E, Locard-Paulet M, Turewicz M, Eisenacher M, Uszkoreit J, Van Den Bossche T, Schwämmle V, Webel H, Schulze S, Bouyssié D, Jayaram S, Duggineni VK, Samaras P, Wilhelm M, Choi M, Wang M, Kohlbacher O, Brazma A, Papatheodorou I, Bandeira N, Deutsch EW, Vizcaíno JA, Bai M, Sachsenberg T, Levitsky LI, Perez-Riverol Y. A proteomics sample metadata representation for multiomics integration and big data analysis. Nat Commun. 2021 Oct 6;12(1):5854. doi: 10.1038/s41467-021-26111-3. PMID: 34615866; PMCID: PMC8494749. [Manuscript](https://www.nature.com/articles/s41467-021-26111-3)

- Perez-Riverol, Yasset, and European Bioinformatics Community for Mass Spectrometry. "Toward a Sample Metadata Standard in Public Proteomics Repositories." Journal of Proteome Research 19.10 (2020): 3906-3909. [Manuscript](https://pubs.acs.org/doi/abs/10.1021/acs.jproteome.0c00376)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bigbio/sdrf-pipelines",
    "name": "sdrf-pipelines",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "sdrf python multiomics proteomics",
    "author": "BigBio Team",
    "author_email": "ypriverol@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/55/54680ffda1bda622da59fda0e402d4d818176b7004ba1f36a8fdfe2149fd/sdrf-pipelines-0.0.26.tar.gz",
    "platform": "any",
    "description": "# sdrf-pipelines\n\n![Python application](https://github.com/bigbio/sdrf-pipelines/workflows/Python%20application/badge.svg)\n![Python package](https://github.com/bigbio/sdrf-pipelines/workflows/Python%20package/badge.svg)\n![Upload Python Package](https://github.com/bigbio/sdrf-pipelines/workflows/Upload%20Python%20Package/badge.svg)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ebf85b7ad8304422ab495c3f720bf3ae)](https://www.codacy.com/gh/bigbio/sdrf-pipelines/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bigbio/sdrf-pipelines&amp;utm_campaign=Badge_Grade)\n[![PyPI version](https://badge.fury.io/py/sdrf-pipelines.svg)](https://badge.fury.io/py/sdrf-pipelines)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/sdrf-pipelines)\n\nThe SDRF pipelines provide a set of tools to validate and convert SDRF files to different workflow configuration files such as MSstats,OpenMS and MaxQuant.\n\n### Installation\n\n```bash\npip install sdrf-pipelines\n```\n\n## Validate the SDRF\n\n# How to use it:\n\nThen, you can use the tool by executing the following command:\n\n```bash\nparse_sdrf validate-sdrf --sdrf_file {here_the_path_to_sdrf_file}\n```\n\n## Convert to OpenMS: Usage\n\n```bash\nparse_sdrf convert-openms -s sdrf.tsv\n```\n\n### Description:\n\n-   experiment settings (search engine settings etc.)\n-   experimental design\n\nThe experimental settings file contains one row for every raw file. Columns contain relevevant parameters like precursor mass tolerance, modifications etc. These settings can usually be derived from the sdrf file.\n\n| URI | Filename | FixedModifications | VariableModifications | Label | PrecursorMassTolerance | PrecursorMassToleranceUnit | FragmentMassTolerance | FragmentMassToleranceUnit | DissociationMethod | Enzyme |\n|------| ------------- |-------------|-----|---| ------------- |-------------|-----|---| ------------- |-------------|\n| ftp://ftp.pride.ebi.ac.uk/pride/data/archive/XX/PXD324343/A0218_1A_R_FR01.raw | A0218_1A_R_FR01.raw | Acetyl (Protein N-term) | Gln->pyro-glu (Q),Oxidation (M) | label free sample| 10 | ppm | 10 | ppm | HCD | Trypsin |\n| ftp://ftp.pride.ebi.ac.uk/pride/data/archive/XX/PXD324343/A0218_1A_R_FR02.raw | A0218_1A_R_FR02.raw | Acetyl (Protein N-term) | Gln->pyro-glu (Q),Oxidation (M) | label free sample| 10 | ppm | 10 | ppm | HCD | Trypsin |\n\n\nThe experimental design file contains information how to unambiguously map a single quantitative value. Most entries can\nbe derived from the sdrf file. However, definition of conditions might need manual changes.\n\n-   **Fraction_Group** identifier that indicates which fractions belong together. In the case of label-free data, the fraction group identifier has the same cardinality as the sample identifier.\n-   The **Fraction** identifier indicates which fraction was measured in this file. In the case of unfractionated data the fraction identifier is 1 for all samples.\n-   The **Label** identifier. 1 for label-free, 1 and 2 for SILAC light/heavy, e.g. 1-10 for TMT10Plex\n-   The **Spectra_Filepath** (e.g., path = \"/data/SILAC_file.mzML\")\n-   **MSstats_Condition** the condition identifier as used by MSstats\n-   **MSstats_BioReplicate** an identifier to indicate replication. (MSstats requires that there are no duplicate entries. E.g., if MSstats_Condition, Fraction_Group group and Fraction number are the same - as in the case of biological or technical replication, one uses the MSstats_BioReplicate to make entries non-unique)\n\n| Fraction_Group| Fraction      | Spectra_Filepath  | Label | MSstats_Condition      | MSstats_BioReplicate  |\n| ------------- |-------------|-----|---| ------------- |-----------|\n| 1 | 1 | A0218_1A_R_FR01.raw | 1 | 1 | 1 | 1 |\n| 1 | 2 | A0218_1A_R_FR02.raw | 1 | 1 | 1 | 1 |\n| . | . | ... | . | . | . | . |\n| 1 | 15 | A0218_2A_FR15.raw | 1 | 1 | 1 | 1 |\n| 2 | 1 | A0218_2A_FR01.raw | 1 | 2 | 2 | 1 |\n| . | . | ... | . | . | . | . |\n| . | . | ... | . | . | . | . |\n| 10 | 15 | A0218_10A_FR15.raw | 1 | 10 | 10 | 1 |\n\nFor details, please see the MSstats documentation\n\n## Convert to MaxQuant: Usage\n\n```bash\nparse_sdrf convert-maxquant -s sdrf.tsv -f {here_the_path_to_protein_database_file} -m {True or False} -pef {default 0.01} -prf {default 0.01} -t {temporary folder} -r {raw_data_folder} -n {number of threads:default 1} -o1 {parameters(.xml) output file path} -o2 {maxquant experimental design(.txt) output file path}\n```\neg.\n```bash\nparse_sdrf convert-maxquant -s /root/ChengXin/Desktop/sdrf.tsv -f /root/ChengXin/MyProgram/search_spectra/AT/TAIR10_pep_20101214.fasta -r /root/ChengXin/MyProgram/virtuabox/share/raw_data/ -o1 /root/ChengXin/test.xml -o2 /root/ChengXin/test_exp.xml -t /root/ChengXin/MyProgram/virtuabox/share/raw_data/ -pef 0.01 -prf 0.01 -n 4\n```\n\n\n-   -s  : SDRF file\n-   -f : fasta file\n-   -r : spectra raw file folder\n-   -mcf : MaxQuant default configure path (if given, Can add new modifications)\n-   -m : via matching between runs to boosts number of identifications\n-   -pef : posterior error probability calculation based on target-decoy search\n-   -prf : protein score = product of peptide PEPs (one for each sequence)\n-   -t : place on SSD (if possible) for faster search\uff0cIt is recommended not to be the same as the raw file directory\n-   -n : each thread needs at least 2 GB of RAM,number of threads should be \u2264 number of logical cores available(otherwise, MaxQuant can crash)\n\n### Description\n\n-   maxquant parameters file (mqpar.xml)\n-   maxquant experimental design file (.txt)\n\nThe maxquant parameters file mqpar.xml contains the parameters required for maxquant operation.some settings can usually be derived from the sdrf file such as enzyme, fixed modification, variable modification, instrument, fraction and label etc.Set other parameters as default.The current version of maxquant supported by the script is 1.6.10.43\n\nSome parameters are listed\uff1a\n-   \\<fastaFilePath>TAIR10_pep_20101214.fasta\\</fastaFilePath>\n-   \\<matchBetweenRuns>True\\</matchBetweenRuns>\n-   \\<maxQuantVersion>1.6.10.43\\</maxQuantVersion>\n-   \\<tempFolder>C:/Users/test\\</tempFolder>\n-   \\<numThreads>2\\</numThreads>\n-   \\<filePaths>\n    -   \\<string>C:\\Users\\search_spectra\\AT\\130402_08.raw\\</string>\n    -   \\<string>C:\\Users\\search_spectra\\AT\\130412_08.raw\\</string>\n-   \\</filePaths>\n-   \\<experiments>\n    -   \\<string>sample 1_Tr_1\\</string>\n    -   \\<string>sample 2_Tr_1\\</string>\n-   \\</experiments>\n-   \\<fractions>\n    -   \\<short>32767\\</short>\n    -   \\<short>32767\\</short>\n-   \\</fractions>\n-   \\<paramGroupIndices>\n    -   \\<int>0\\</int>\n    -   \\<int>1\\</int>\n-   \\</paramGroupIndices>\n-   \\<msInstrument>0\\</msInstrument>\n-   \\<fixedModifications>\n    -   \\<string>Carbamidomethyl (C)\\</string>\n-   \\</fixedModifications>\n-   \\<enzymes>\n    -   \\<string>Trypsin\\</string>\n-   \\</enzymes>\n-   \\<variableModifications>\n    -   \\<string>Oxidation (M)\\</string>\n    -   \\<string>Phospho (Y)\\</string>\n    -   \\<string>Acetyl (Protein N-term)\\</string>\n    -   \\<string>Phospho (T)\\</string>\n    -   \\<string>Phospho (S)\\</string>\n-   \\</variableModifications>\n\nFor details, please see the MaxQuant documentation\n\nThe maxquant experimental design file contains name,Fraction,Experiement and PTM column.Most entries can be derived from the sdrf file.\n-   **Name**  raw data file name.\n-   **Fraction**  In the Fraction column you must assign if the corresponding files shown in the left column belong to a fraction of a gel fraction. If your data is not obtained through gel-based pre-fractionation you must assign the same number(default 1) for all files in the column Fraction.\n-   **Experiment**  In the column named as Experiment if you want to combine all experimental replicates as a single dataset to be analyzed by MaxQuant, you must enter the same identifier for the files which should be concatenated . However, if you want each individual file to be treated as a different experiment which you want to compare further you should assign different identifiers to each of the files as shown below.\n\n| Name | Fraction | Experiment | PTM |\n| :----:| :----: | :----: | :----: |\n| 130402_08.raw | 1 | sample 1_Tr_1 |     |\n| 130412_08.raw | 1 | sample 2_Tr_1 |     |\n\n## Convert to MSstats annotation file: Usage\n\n```bash\nparse_sdrf convert-msstats -s ./testdata/PXD000288.sdrf.tsv -o ./test1.csv\n```\n\n-   -s  : SDRF file\n-   -c  : Create conditions from provided (e.g., factor) columns as used by MSstats\n-   -o  : annotation out file path\n-   -swath  : from openswathtomsstats output to msstats default false\n-   -mq  : from maxquant output to msstats default false\n\n## Convert to NormalyzerDE design file: Usage\n\n```bash\nparse_sdrf convert-normalyzerde -s ./testdata/PXD000288.sdrf.tsv -o ./testPXD000288_design.tsv\n```\n\n-   -s  : SDRF file\n-   -c  : Create groups from provided (e.g., factor) columns as used by NormalyzerDE, for example `-c [\"characteristics[spiked compound]\"]` (optional)\n-   -o  : NormalyzerDE design out file path\n-   -oc  : Out file path for comparisons towards first group (optional)\n-   -mq  : Path to MaxQuant experimental design file for mapping MQ sample names. (optional)\n\n\n# Citations\n\n- Dai C, F\u00fcllgrabe A, Pfeuffer J, Solovyeva EM, Deng J, Moreno P, Kamatchinathan S, Kundu DJ, George N, Fexova S, Gr\u00fcning B, F\u00f6ll MC, Griss J, Vaudel M, Audain E, Locard-Paulet M, Turewicz M, Eisenacher M, Uszkoreit J, Van Den Bossche T, Schw\u00e4mmle V, Webel H, Schulze S, Bouyssi\u00e9 D, Jayaram S, Duggineni VK, Samaras P, Wilhelm M, Choi M, Wang M, Kohlbacher O, Brazma A, Papatheodorou I, Bandeira N, Deutsch EW, Vizca\u00edno JA, Bai M, Sachsenberg T, Levitsky LI, Perez-Riverol Y. A proteomics sample metadata representation for multiomics integration and big data analysis. Nat Commun. 2021 Oct 6;12(1):5854. doi: 10.1038/s41467-021-26111-3. PMID: 34615866; PMCID: PMC8494749. [Manuscript](https://www.nature.com/articles/s41467-021-26111-3)\n\n- Perez-Riverol, Yasset, and European Bioinformatics Community for Mass Spectrometry. \"Toward a Sample Metadata Standard in Public Proteomics Repositories.\" Journal of Proteome Research 19.10 (2020): 3906-3909. [Manuscript](https://pubs.acs.org/doi/abs/10.1021/acs.jproteome.0c00376)\n",
    "bugtrack_url": null,
    "license": "'Apache 2.0",
    "summary": "Translate, convert SDRF to configuration pipelines",
    "version": "0.0.26",
    "project_urls": {
        "Homepage": "https://github.com/bigbio/sdrf-pipelines"
    },
    "split_keywords": [
        "sdrf",
        "python",
        "multiomics",
        "proteomics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06579c58c2b5b7424f5da60d4024b460d806d3b2155fea09bb2d84855170ad9c",
                "md5": "6bde95437cf8139ce24b405dc340fbc3",
                "sha256": "e88c97a06988255c1dfc9b731dd263d34f8430a1543ec8b7fe5cc6ff8e5c4a05"
            },
            "downloads": -1,
            "filename": "sdrf_pipelines-0.0.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bde95437cf8139ce24b405dc340fbc3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 455436,
            "upload_time": "2024-04-06T07:21:48",
            "upload_time_iso_8601": "2024-04-06T07:21:48.911054Z",
            "url": "https://files.pythonhosted.org/packages/06/57/9c58c2b5b7424f5da60d4024b460d806d3b2155fea09bb2d84855170ad9c/sdrf_pipelines-0.0.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c05554680ffda1bda622da59fda0e402d4d818176b7004ba1f36a8fdfe2149fd",
                "md5": "a588640d53dda14cf873d074195d5e71",
                "sha256": "eba64fddad8ecc05ac3efecc43e19a7ba556ede7cd5b57475277a3ec20195216"
            },
            "downloads": -1,
            "filename": "sdrf-pipelines-0.0.26.tar.gz",
            "has_sig": false,
            "md5_digest": "a588640d53dda14cf873d074195d5e71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 251029,
            "upload_time": "2024-04-06T07:21:51",
            "upload_time_iso_8601": "2024-04-06T07:21:51.030176Z",
            "url": "https://files.pythonhosted.org/packages/c0/55/54680ffda1bda622da59fda0e402d4d818176b7004ba1f36a8fdfe2149fd/sdrf-pipelines-0.0.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-06 07:21:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bigbio",
    "github_project": "sdrf-pipelines",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "click",
            "specs": []
        },
        {
            "name": "pandas_schema",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "defusedxml",
            "specs": []
        }
    ],
    "lcname": "sdrf-pipelines"
}
        
Elapsed time: 0.21989s