brukerconverter
Advanced tools
Comparing version 6.1.2 to 6.1.3
@@ -205,5 +205,3 @@ 'use strict'; | ||
processedKeys.length > 0 && | ||
('1r' in processed[processedKeys[0]] || | ||
'1i' in processed[processedKeys[0]]); | ||
['1r', '1i', '2rr'].some((key) => key in processed[processedKeys[0]]); | ||
const hasRawData = 'ser' in experiment || 'fid' in experiment; | ||
@@ -210,0 +208,0 @@ const notPreferFt = dataSelection !== 'ft' && dataSelection !== 'preferFT'; |
{ | ||
"name": "brukerconverter", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "Parse and convert Bruker raw data", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,2 +5,8 @@ # brukerconverter | ||
<h3 align="center"> | ||
<a href="https://www.zakodium.com"> | ||
<img src="https://www.zakodium.com/brand/zakodium-logo-white.svg" width="50" alt="Zakodium logo" /> | ||
</a> | ||
<p> | ||
@@ -12,6 +18,7 @@ Maintained by <a href="https://www.zakodium.com">Zakodium</a> | ||
[![build status][ci-image]][ci-url] | ||
[![Test coverage][codecov-image]][codecov-url] | ||
[![npm download][download-image]][download-url] | ||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6359429.svg)](https://doi.org/10.5281/zenodo.6359429) | ||
</h3> | ||
## Installation | ||
@@ -61,1 +68,12 @@ | ||
## [API Documentation](https://cheminfo.github.io/brukerconverter/) | ||
## License | ||
[MIT](./LICENSE) | ||
[npm-image]: https://img.shields.io/npm/v/brukerconverter.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.com/package/brukerconverter | ||
[ci-image]: https://github.com/cheminfo/brukerconverter/workflows/Node.js%20CI/badge.svg?branch=main | ||
[ci-url]: https://github.com/cheminfo/brukerconverter/actions?query=workflow%3A%22Node.js+CI%22 | ||
[download-image]: https://img.shields.io/npm/dm/brukerconverter.svg?style=flat-square | ||
[download-url]: https://www.npmjs.com/package/brukerconverter |
@@ -197,5 +197,3 @@ /** | ||
processedKeys.length > 0 && | ||
('1r' in processed[processedKeys[0]] || | ||
'1i' in processed[processedKeys[0]]); | ||
['1r', '1i', '2rr'].some((key) => key in processed[processedKeys[0]]); | ||
const hasRawData = 'ser' in experiment || 'fid' in experiment; | ||
@@ -202,0 +200,0 @@ const notPreferFt = dataSelection !== 'ft' && dataSelection !== 'preferFT'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1724762
77
1757