Comparing version 1.2.2 to 1.2.3
@@ -0,1 +1,8 @@ | ||
## [1.2.3](https://github.com/vmalnathnambiar/exfilms/compare/v1.2.2...v1.2.3) (2024-04-16) | ||
### Bug Fixes | ||
* add citation file and zenodo release ([ec99294](https://github.com/vmalnathnambiar/exfilms/commit/ec99294cdfaaf77e032fcca20d7977d202fc7f90)) | ||
## [1.2.2](https://github.com/vmalnathnambiar/exfilms/compare/v1.2.1...v1.2.2) (2024-04-12) | ||
@@ -2,0 +9,0 @@ |
@@ -21,3 +21,3 @@ # How to ExfilMS: The Complete Guide | ||
ExfilMS is a cross-platform, command line interface (CLI) tool that allows you to easily extract mass spectrometry (MS) data from mzML formatted files, with spectrum filtering capabilities. This guide will help you understand how to use ExfilMS to its full potential. | ||
ExfilMS is a cross-platform, command line interface (CLI) tool that allows you to easily extract mass spectrometry (MS) data from mzML formatted files, with filtering capabilities. This guide will help you understand how to use ExfilMS to its full potential. | ||
@@ -24,0 +24,0 @@ > [!NOTE]\ |
{ | ||
"name": "exfilms", | ||
"version": "1.2.2", | ||
"description": "A cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with spectrum filtering capabilities.", | ||
"version": "1.2.3", | ||
"description": "A cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with filtering capabilities.", | ||
"keywords": [ | ||
"mass spectrometry", | ||
"data extraction", | ||
"spectrum filtering", | ||
"data standardisation", | ||
"command line tool", | ||
"open source" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vmalnathnambiar/exfilms.git" | ||
}, | ||
"homepage": "https://github.com/vmalnathnambiar/exfilms#readme", | ||
"bugs": { | ||
"url": "https://github.com/vmalnathnambiar/exfilms/issues" | ||
}, | ||
"author": { | ||
"name": "Vimalnath Nambiar", | ||
"orcid": "https://orcid.org/0000-0001-5384-6788" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Shabarinath Nambiar", | ||
"orcid": "https://orcid.org/0000-0002-6713-1705" | ||
} | ||
], | ||
"type": "module", | ||
"bin": { | ||
"exfilms": "./src/exfilms.js" | ||
}, | ||
"type": "module", | ||
"scripts": { | ||
@@ -20,20 +47,2 @@ "eslint": "eslint src", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vmalnathnambiar/exfilms.git" | ||
}, | ||
"keywords": [ | ||
"mass spectrometry", | ||
"data extraction", | ||
"spectrum filtering", | ||
"data standardisation", | ||
"command line tool", | ||
"open source" | ||
], | ||
"author": "Vimalnath Nambiar", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vmalnathnambiar/exfilms/issues" | ||
}, | ||
"homepage": "https://github.com/vmalnathnambiar/exfilms#readme", | ||
"devDependencies": { | ||
@@ -40,0 +49,0 @@ "@semantic-release/changelog": "^6.0.3", |
@@ -8,6 +8,7 @@ ![ExfilMS](./img/logo.png)\ | ||
[![npm download][download-image]][download-url] | ||
[![DOI-Zenodo][doi-zenodo-image]][doi-zenodo-url] | ||
## Introduction | ||
ExfilMS is a cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with spectrum filtering capabilities. | ||
ExfilMS is a cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with filtering capabilities. | ||
@@ -187,3 +188,3 @@ <br> | ||
Nambiar, V. (2024). ExfilMS. GitHub. https://github.com/vmalnathnambiar/exfilms | ||
Nambiar, V., & Nambiar, S. (2024). ExfilMS (Version 1.2.3) [Computer software]. https://doi.org/10.5281/zenodo.10976761 | ||
@@ -213,3 +214,5 @@ <br> | ||
[download-url]: https://www.npmjs.com/package/exfilms | ||
[doi-zenodo-image]: https://zenodo.org/badge/DOI/10.5281/zenodo.10976761.svg | ||
[doi-zenodo-url]: https://doi.org/10.5281/zenodo.10976761 | ||
[nodejs-url]: https://nodejs.org/en/download/ | ||
[docker-url]: https://docs.docker.com/engine/install/ |
@@ -46,3 +46,3 @@ #!/usr/bin/env node | ||
`${chalk.bold.yellowBright(data)}\n${chalk.grey( | ||
`Version ${pkg.version} ${pkg.author}\n${pkg.description}\n`, | ||
`Version ${pkg.version}\n${pkg.description}\n`, | ||
)}`, | ||
@@ -49,0 +49,0 @@ ); |
Sorry, the diff of this file is not supported yet
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
40
216
2257669