Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/vmalnathnambiar/exfilms/compare/v1.0.1...v1.0.2) (2024-03-27) | ||
### Bug Fixes | ||
* **interactive:** writing to output file ([9735138](https://github.com/vmalnathnambiar/exfilms/commit/97351388bb67c2e0bd2a290fb6ae10760648fae1)), closes [#2](https://github.com/vmalnathnambiar/exfilms/issues/2) | ||
## [1.0.1](https://github.com/vmalnathnambiar/exfilms/compare/v1.0.0...v1.0.1) (2024-03-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "exfilms", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with spectrum filtering capabilities.", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -120,3 +120,2 @@ ![ExfilMS](./img/logo.png)\ | ||
> - Slow output write speed due to build architecture difference (i.e, Intel vs AMD vs ARM) when running ExfilMS with Docker. | ||
> - Unable to output extracted files when running ExfilMS in interactive mode with Docker. | ||
@@ -123,0 +122,0 @@ <br> |
@@ -54,2 +54,5 @@ #!/usr/bin/env node | ||
configParam = await inquirer.prompt(prompts); | ||
// Configure some parameters to match argv setDefault() settings format | ||
configParam.outputFormat = configParam.outputFormat[0]; | ||
if (configParam.msLevel) { | ||
@@ -64,9 +67,2 @@ configParam.msLevel = configParam.msLevel.split(' ').map(Number); | ||
// Testing to see if code is running inside of Docker container | ||
// if (join(dirname(fileURLToPath(import.meta.url)), '..') === '/app') { | ||
// console.log('running in Docker'); | ||
// } else { | ||
// console.log('running locally'); | ||
// } | ||
// Ensure decimal place is either a number or NaN | ||
@@ -73,0 +69,0 @@ configParam.decimalPlace = Number(configParam.decimalPlace); |
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
2252237
1998
154