Name | chromaquant JSON |
Version |
0.3.1
JSON |
| download |
home_page | None |
Summary | Analytical platform for gas chromatography |
upload_time | 2024-10-29 07:44:59 |
maintainer | None |
docs_url | None |
author | Julia Hancock |
requires_python | >=3.12 |
license | ChromaQuant – A quantification software for complex gas chromatographic data Copyright (c) 2024, by Julia Hancock Affiliation: Dr. Julie Elaine Rorrer URL: https://www.rorrerlab.com/ License: BSD 3-Clause License Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
analysis
analytical chemistry
chromatography
complex hydrocarbon analysis
mass spectrometry
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<h1>ChromaQuant</h1>
<i>A solution for automated gas chromatographic peak assignment and quantification</i>
<h4>Introduction</h4>
<img style="float: right;" align="right" width="256" alt="ChromaQuant Logo" src="https://github.com/JnliaH/ChromaQuant/blob/rebrand/images/ChromaQuantIcon.png">
This project aims to simplify the workflow for combining gas chromatography (GC) data collected from multiple sources. More
specifically, it is designed to accommodate the case where GCs with flame ionization and thermal conductivity detectors are
used to collect quantitative data that must be labelled using data from mass spectroscopic results. This project assumes the
following setup:
<ul>
<li>A GC equipped with FID/TCD is used to quantify gaseous products from a reaction</li>
<li>A GC equipped with FID/MS is used to quantify liquid products from a reaction</li>
<li>A GC equipped with FID/MS is used to label both gas and liquid reaction products</li>
</ul>
The GCs mentioned in the second and third bullets are assumed to be the same GC. This project also assumes that external software can be used to obtain spectra and integration/identification results.<br><br>
Relative response factors (or simply "response factors" or RFs from now on) are used to get quantitative data from liquid FID results. These are defined as:
$$RF = \frac{(A_i/A_s)}{m_i/m_s}$$
Where $A_i$ is the Area for the species of interest, $A_s$ is the area of the internal standard, $m_i$ is the mass of the species of interest, and $m_s$ is the mass of the internal standard. In the Rorrer Lab, we use 1,3,5-tri-tert-butylbenzene as an internal standard. Response factors are determined by making solutions (~6) of known concentration across a given concentration range and applying a linear fit. Interpolation/extrapolation is used for cases where response factors are not known using fits determined in the liquid FID RFs Excel sheet. Gas TCD integration values are quantified by using (non-relative) response factors defined as:
$$RF = \frac{Area}{Volume Percent}$$
Quantitative data is then determined by getting a total volume of gas collected by dividing the amount of CO2 (the internal standard) injected by the vol.% CO2. This total volume is then used alongside volume percents for each species of interest and the ideal gas law to determine the quantity of each product. Again, RFs are determined using external calibration gas injections. Gas FID integration is quantified similarly, except the total volume of gas determined in the TCD step is used since CO2 does not show up separately in the FID chromatogram.
<h4>Installation</h4>
Install ChromaQuant by running the following command in the terminal/command prompt:<br>
> pip install chromaquant
This should install ChromaQuant along with its dependencies. There are several subpackage files used in both manual and automatic analysis that can be imported directly. To start the GUI for automated quantification, run the following command:<br>
> chroma-ui
or
> python -m chromaquant
<h4>The workflow</h4>
<p align="center">
<img width="498" alt="Analytical workflow diagram demonstrating which files are necessary and which processes they are used in." src="images/workflow.png"><br>
<b>Figure 1</b>: ChromaQuant's analytical workflow
</p>
<h4>Prerequisites</h4>
As mentioned previously, this workflow assumes you have access to software that can take raw acquisition data files and produce spectra, integration values, and peak labels. Also, since there are duplicate FID signals for gas injections it is assumed you use the signal from the GC-FID/TCD. The files required to fully process analyzed samples are given in <b>Table 1</b>.<br><br>
<div align="center">
<b>Table 1</b>: Files required for ChromaQuant<br><br>
| File Name | Description |
| :-----------------------------: | :-------------------------------------------------------------------: |
|[Sample]_[Injection]_LQ1_FID_SPEC| Sample's FID spectra acquired from liquid sample injection |
|[Sample]_[Injection]_LQ1_MS_SPEC | Sample's MS spectra acquired from liquid sample injection |
|[Sample]_[Injection]_LQ1_FID_CSO | Sample's FID integration values acquired from liquid sample injection |
|[Sample]_[Injection]_LQ1_UA_UPP | Sample's FID spectra acquired from liquid sample injection |
|[Sample]_[Injection]_GS1_MS_SPEC | Sample's MS spectra acquired from gas sample injection |
|[Sample]_[Injection]_GS2_FID_SPEC| Sample's FID spectra acquired from gas sample injection |
|[Sample]_[Injection]_GS2_TCD_SPEC| Sample's TCD spectra acquired from gas sample injection |
|[Sample]_[Injection]_GS2_TCD_CSO | Sample's FID spectra acquired from liquid sample injection |
|[Sample]_[Injection]_GS1_UA_UPP | Sample's FID spectra acquired from liquid sample injection |
|[Sample]_INFO.json | JSON containing necessary information about the sample |
</div>
The FID, MS, and TCD spectra must all be .csv files with no headers and two columns. The first column (again, unlabeled) must represent retention times (in minutes) and the second column must represent the signal at each row's retention time.
The UA_UPP files must be .csv files that contain the columns "Component RT", "Compound Name", "Formula", and "Match Factor", in no particular order. These files should contain a list of all compounds identified in the MS spectra alongside their MS retention time (min), formula (standard molecular formula format, numbers not expressed as subscripts), and the match factor assigned by the MS interpretation software library search (0-100).
The CSO files must be .csv files that contain the columns "Signal Name", "RT", "Area", and "Height", in no particular order. The LQ1_FID_CSO file should contain a list of all integrated peaks in the FID spectra from liquids analysis, including these peaks retention times, area, and height. The GS2_TCD_CSO file should contain a list of all integrated peaks in the FID and TCD spectra from gas analysis. In the case of LQ1, the signal name should be FID1A for every peak; for GS2, the signal name should be FID1A for the FID peaks and TCD2B for the TCD peaks. This program uses the signal name to distinguish between FID and TCD results for the gas phase analysis – there aren't separate files for these two lists of integration values.
The INFO file must be a .json file containing the following information in the following format. A file version of this .json data is found under the root directory as "empty_INFO.json".
```json
{
"Sample Name": "[Sample]_[Injection]",
"Reactor Name": "[Reactor name]",
"Catalyst Type": "[Catalyst name, be as descriptive as possible]",
"Catalyst Amount (mg)": "[Catalyst added to reactor, sum masses if more than one catalyst]",
"Plastic Type": "[Name of substrate added, be as descriptive as possible]",
"Plastic Amount (mg)": "[Mass of substrate added]",
"Reaction Temperature (C)": "[Temperature of reactor before quenching]",
"Quench Temperature (C)": "[Temperature of reactor after quenching]",
"Reaction Pressure (psi)": "[Pressure of reactor before quenching]",
"Initial Pressure (psi)": "[Initial charge pressure of reactor]",
"Quench Pressure (psi)": "[Pressure of reactor after quenching",
"Start Time": "[Start time in format yyyy-mm-dd hh:mm:ss.000]",
"End Time": "[End time in format yyyy-mm-dd hh:mm:ss.000]",
"Heat Time": "[Time taken to reach reaction temperature from room temperature]",
"Internal Standard Name": "[Name of external/internal standard]",
"Internal Standard Mass (mg)": "[Mass of external/internal standard]",
"Reactor Volume (mL)": "[Reactor total volume]",
"Remaining solids (mg)": "[Weight of dry residual solids]",
"Injected CO2 (mL)": "[Volume of CO2 injected into gas bag containing gas sample]"
}
```
<h4>Data Structure</h4>
Inside of the ChromaQuant documents folder are a few folders: data, resources, response-factors, and images. The data folder contains directories representing individual samples or reaction products to be analyzed. This is the most frequently used folder in ChromaQuant The resources folder contains a .csv file with known gas FID compounds used in third order assignment alongside some legacy files describing compound structure. This folder also contains the theme used in the ChromaQuant UI. The response-factors folder contains several files with response factors listed by compound type and carbon number split by detector. These response factors are highly dependant on the conditions and methods used in GC analysis and therefore it is critical these are kept updated with lab-specific values for the most accurate results. Finally, the images folder contains the logo in several formats and the workflow image. <br><br>
```bash
.
├── data
│ └── example2
│ ├── breakdowns
│ │ ├── example2_Breakdown_20240729 (1).xlsx
│ │ └── example2_Breakdown_20240729.xlsx
│ ├── example2_INFO.json
│ ├── log
│ │ └── quantlog_20240729.log
│ ├── manual
│ │ └── MBPR053_02_ManualBreakdown.xlsx
│ └── raw data
│ ├── example2_GS1_MS_SPEC.csv
│ ├── example2_GS1_UA_Comp_UPP.csv
│ ├── example2_GS2_FID_SPEC.CSV
│ ├── example2_GS2_FIDpMS.csv
│ ├── example2_GS2_TCD_CSO.csv
│ ├── example2_GS2_TCD_SPEC.CSV
│ ├── example2_LQ1_FID_CSO.csv
│ ├── example2_LQ1_FID_SPEC.CSV
│ ├── example2_LQ1_FIDpMS.csv
│ ├── example2_LQ1_MS_SPEC.csv
│ └── example2_LQ1_UA_Comp_UPP.csv
├── images
│ ├── ChromaQuantIcon.icns
│ ├── ChromaQuantIcon.png
│ ├── ChromaQuantIcon.svg
│ └── workflow.png
├── resources
│ ├── KnownCompoundsAuto.xlsx
│ ├── gasPairs_FIDpMS.csv
│ ├── known_compounds.csv
│ └── smilePairs.csv
└── response-factors
├── FIDRF_7-24-24.csv
├── LRF_7-24-24.xlsx
├── TCDRF_7-24-24.csv
└── liquidRFFits.csv
```
For a given sample, all data files listed in **Table 1** should be placed in the "data/[Sample]/raw data" directory except for the INFO.json, which should be placed in the "data/[Sample]" directory.
Raw data
{
"_id": null,
"home_page": null,
"name": "chromaquant",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "Analysis, Analytical Chemistry, Chromatography, Complex Hydrocarbon Analysis, Mass Spectrometry",
"author": "Julia Hancock",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/06/72/bb04ce6f03b35dd84f532711a8761b07549252bca944f1a4c82849a965f1/chromaquant-0.3.1.tar.gz",
"platform": null,
"description": "<h1>ChromaQuant</h1>\n<i>A solution for automated gas chromatographic peak assignment and quantification</i>\n\n<h4>Introduction</h4>\n<img style=\"float: right;\" align=\"right\" width=\"256\" alt=\"ChromaQuant Logo\" src=\"https://github.com/JnliaH/ChromaQuant/blob/rebrand/images/ChromaQuantIcon.png\">\nThis project aims to simplify the workflow for combining gas chromatography (GC) data collected from multiple sources. More\nspecifically, it is designed to accommodate the case where GCs with flame ionization and thermal conductivity detectors are\nused to collect quantitative data that must be labelled using data from mass spectroscopic results. This project assumes the\nfollowing setup:\n<ul>\n <li>A GC equipped with FID/TCD is used to quantify gaseous products from a reaction</li>\n <li>A GC equipped with FID/MS is used to quantify liquid products from a reaction</li>\n <li>A GC equipped with FID/MS is used to label both gas and liquid reaction products</li>\n</ul>\nThe GCs mentioned in the second and third bullets are assumed to be the same GC. This project also assumes that external software can be used to obtain spectra and integration/identification results.<br><br>\n\nRelative response factors (or simply \"response factors\" or RFs from now on) are used to get quantitative data from liquid FID results. These are defined as:\n\n$$RF = \\frac{(A_i/A_s)}{m_i/m_s}$$\n\nWhere $A_i$ is the Area for the species of interest, $A_s$ is the area of the internal standard, $m_i$ is the mass of the species of interest, and $m_s$ is the mass of the internal standard. In the Rorrer Lab, we use 1,3,5-tri-tert-butylbenzene as an internal standard. Response factors are determined by making solutions (~6) of known concentration across a given concentration range and applying a linear fit. Interpolation/extrapolation is used for cases where response factors are not known using fits determined in the liquid FID RFs Excel sheet. Gas TCD integration values are quantified by using (non-relative) response factors defined as:\n\n$$RF = \\frac{Area}{Volume Percent}$$\n\nQuantitative data is then determined by getting a total volume of gas collected by dividing the amount of CO2 (the internal standard) injected by the vol.% CO2. This total volume is then used alongside volume percents for each species of interest and the ideal gas law to determine the quantity of each product. Again, RFs are determined using external calibration gas injections. Gas FID integration is quantified similarly, except the total volume of gas determined in the TCD step is used since CO2 does not show up separately in the FID chromatogram.\n\n<h4>Installation</h4>\nInstall ChromaQuant by running the following command in the terminal/command prompt:<br>\n\n> pip install chromaquant\n\nThis should install ChromaQuant along with its dependencies. There are several subpackage files used in both manual and automatic analysis that can be imported directly. To start the GUI for automated quantification, run the following command:<br>\n> chroma-ui\n\nor\n\n> python -m chromaquant\n\n<h4>The workflow</h4>\n<p align=\"center\">\n <img width=\"498\" alt=\"Analytical workflow diagram demonstrating which files are necessary and which processes they are used in.\" src=\"images/workflow.png\"><br>\n <b>Figure 1</b>: ChromaQuant's analytical workflow\n</p>\n\n<h4>Prerequisites</h4>\nAs mentioned previously, this workflow assumes you have access to software that can take raw acquisition data files and produce spectra, integration values, and peak labels. Also, since there are duplicate FID signals for gas injections it is assumed you use the signal from the GC-FID/TCD. The files required to fully process analyzed samples are given in <b>Table 1</b>.<br><br>\n\n<div align=\"center\">\n <b>Table 1</b>: Files required for ChromaQuant<br><br>\n \n | File Name | Description |\n | :-----------------------------: | :-------------------------------------------------------------------: |\n |[Sample]_[Injection]_LQ1_FID_SPEC| Sample's FID spectra acquired from liquid sample injection |\n |[Sample]_[Injection]_LQ1_MS_SPEC | Sample's MS spectra acquired from liquid sample injection |\n |[Sample]_[Injection]_LQ1_FID_CSO | Sample's FID integration values acquired from liquid sample injection |\n |[Sample]_[Injection]_LQ1_UA_UPP | Sample's FID spectra acquired from liquid sample injection |\n |[Sample]_[Injection]_GS1_MS_SPEC | Sample's MS spectra acquired from gas sample injection |\n |[Sample]_[Injection]_GS2_FID_SPEC| Sample's FID spectra acquired from gas sample injection |\n |[Sample]_[Injection]_GS2_TCD_SPEC| Sample's TCD spectra acquired from gas sample injection |\n |[Sample]_[Injection]_GS2_TCD_CSO | Sample's FID spectra acquired from liquid sample injection |\n |[Sample]_[Injection]_GS1_UA_UPP | Sample's FID spectra acquired from liquid sample injection |\n |[Sample]_INFO.json | JSON containing necessary information about the sample |\n</div>\n\nThe FID, MS, and TCD spectra must all be .csv files with no headers and two columns. The first column (again, unlabeled) must represent retention times (in minutes) and the second column must represent the signal at each row's retention time. \n\nThe UA_UPP files must be .csv files that contain the columns \"Component RT\", \"Compound Name\", \"Formula\", and \"Match Factor\", in no particular order. These files should contain a list of all compounds identified in the MS spectra alongside their MS retention time (min), formula (standard molecular formula format, numbers not expressed as subscripts), and the match factor assigned by the MS interpretation software library search (0-100).\n\nThe CSO files must be .csv files that contain the columns \"Signal Name\", \"RT\", \"Area\", and \"Height\", in no particular order. The LQ1_FID_CSO file should contain a list of all integrated peaks in the FID spectra from liquids analysis, including these peaks retention times, area, and height. The GS2_TCD_CSO file should contain a list of all integrated peaks in the FID and TCD spectra from gas analysis. In the case of LQ1, the signal name should be FID1A for every peak; for GS2, the signal name should be FID1A for the FID peaks and TCD2B for the TCD peaks. This program uses the signal name to distinguish between FID and TCD results for the gas phase analysis \u2013\u00a0there aren't separate files for these two lists of integration values.\n\nThe INFO file must be a .json file containing the following information in the following format. A file version of this .json data is found under the root directory as \"empty_INFO.json\".\n\n```json\n{\n \"Sample Name\": \"[Sample]_[Injection]\",\n \"Reactor Name\": \"[Reactor name]\",\n \"Catalyst Type\": \"[Catalyst name, be as descriptive as possible]\",\n \"Catalyst Amount (mg)\": \"[Catalyst added to reactor, sum masses if more than one catalyst]\",\n \"Plastic Type\": \"[Name of substrate added, be as descriptive as possible]\",\n \"Plastic Amount (mg)\": \"[Mass of substrate added]\",\n \"Reaction Temperature (C)\": \"[Temperature of reactor before quenching]\",\n \"Quench Temperature (C)\": \"[Temperature of reactor after quenching]\",\n \"Reaction Pressure (psi)\": \"[Pressure of reactor before quenching]\",\n \"Initial Pressure (psi)\": \"[Initial charge pressure of reactor]\",\n \"Quench Pressure (psi)\": \"[Pressure of reactor after quenching\",\n \"Start Time\": \"[Start time in format yyyy-mm-dd hh:mm:ss.000]\",\n \"End Time\": \"[End time in format yyyy-mm-dd hh:mm:ss.000]\",\n \"Heat Time\": \"[Time taken to reach reaction temperature from room temperature]\",\n \"Internal Standard Name\": \"[Name of external/internal standard]\",\n \"Internal Standard Mass (mg)\": \"[Mass of external/internal standard]\",\n \"Reactor Volume (mL)\": \"[Reactor total volume]\",\n \"Remaining solids (mg)\": \"[Weight of dry residual solids]\",\n \"Injected CO2 (mL)\": \"[Volume of CO2 injected into gas bag containing gas sample]\"\n}\n```\n\n<h4>Data Structure</h4>\nInside of the ChromaQuant documents folder are a few folders: data, resources, response-factors, and images. The data folder contains directories representing individual samples or reaction products to be analyzed. This is the most frequently used folder in ChromaQuant The resources folder contains a .csv file with known gas FID compounds used in third order assignment alongside some legacy files describing compound structure. This folder also contains the theme used in the ChromaQuant UI. The response-factors folder contains several files with response factors listed by compound type and carbon number split by detector. These response factors are highly dependant on the conditions and methods used in GC analysis and therefore it is critical these are kept updated with lab-specific values for the most accurate results. Finally, the images folder contains the logo in several formats and the workflow image. <br><br>\n\n```bash\n.\n\u251c\u2500\u2500 data\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 example2\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 breakdowns\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_Breakdown_20240729 (1).xlsx\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 example2_Breakdown_20240729.xlsx\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_INFO.json\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 log\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 quantlog_20240729.log\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 manual\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 MBPR053_02_ManualBreakdown.xlsx\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 raw data\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_GS1_MS_SPEC.csv\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_GS1_UA_Comp_UPP.csv\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_GS2_FID_SPEC.CSV\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_GS2_FIDpMS.csv\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_GS2_TCD_CSO.csv\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_GS2_TCD_SPEC.CSV\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_LQ1_FID_CSO.csv\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_LQ1_FID_SPEC.CSV\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_LQ1_FIDpMS.csv\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 example2_LQ1_MS_SPEC.csv\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 example2_LQ1_UA_Comp_UPP.csv\n\u251c\u2500\u2500 images\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 ChromaQuantIcon.icns\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 ChromaQuantIcon.png\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 ChromaQuantIcon.svg\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 workflow.png\n\u251c\u2500\u2500 resources\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 KnownCompoundsAuto.xlsx\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 gasPairs_FIDpMS.csv\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 known_compounds.csv\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 smilePairs.csv\n\u2514\u2500\u2500 response-factors\n \u251c\u2500\u2500 FIDRF_7-24-24.csv\n \u251c\u2500\u2500 LRF_7-24-24.xlsx\n \u251c\u2500\u2500 TCDRF_7-24-24.csv\n \u2514\u2500\u2500 liquidRFFits.csv\n```\n\nFor a given sample, all data files listed in **Table 1** should be placed in the \"data/[Sample]/raw data\" directory except for the INFO.json, which should be placed in the \"data/[Sample]\" directory.\n",
"bugtrack_url": null,
"license": " ChromaQuant \u2013\u00a0A quantification software for complex gas chromatographic data Copyright (c) 2024, by Julia Hancock Affiliation: Dr. Julie Elaine Rorrer URL: https://www.rorrerlab.com/ License: BSD 3-Clause License Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \u201cAS IS\u201d AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "Analytical platform for gas chromatography",
"version": "0.3.1",
"project_urls": {
"Repository": "https://github.com/JnliaH/ChromaQuant"
},
"split_keywords": [
"analysis",
" analytical chemistry",
" chromatography",
" complex hydrocarbon analysis",
" mass spectrometry"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5da9eff9063d6550e6b4aaf1b3542cff49dc918040da7b2064ee89e13b0975ef",
"md5": "e2431d0c33ba2b6278be4d0cd14ff18d",
"sha256": "7fa43357336a0e18019ae9bdab2f11155a79f435a18ab42fe0b7cff520a90517"
},
"downloads": -1,
"filename": "chromaquant-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e2431d0c33ba2b6278be4d0cd14ff18d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 86384,
"upload_time": "2024-10-29T07:44:57",
"upload_time_iso_8601": "2024-10-29T07:44:57.228505Z",
"url": "https://files.pythonhosted.org/packages/5d/a9/eff9063d6550e6b4aaf1b3542cff49dc918040da7b2064ee89e13b0975ef/chromaquant-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0672bb04ce6f03b35dd84f532711a8761b07549252bca944f1a4c82849a965f1",
"md5": "846fa8d7edaafde04cd7ece5dd3497ab",
"sha256": "2ca6d8bf561ff707e476bc471661532c05dc2267194763b0cdc26191c4b3148a"
},
"downloads": -1,
"filename": "chromaquant-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "846fa8d7edaafde04cd7ece5dd3497ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 1132725,
"upload_time": "2024-10-29T07:44:59",
"upload_time_iso_8601": "2024-10-29T07:44:59.218496Z",
"url": "https://files.pythonhosted.org/packages/06/72/bb04ce6f03b35dd84f532711a8761b07549252bca944f1a4c82849a965f1/chromaquant-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-29 07:44:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JnliaH",
"github_project": "ChromaQuant",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "chromaquant"
}