bionode-sam
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -30,5 +30,5 @@ var path = require('path') | ||
var samPath = path.join(__dirname, '../samtools/samtools') | ||
var bcfPath = path.join(__dirname, '../samtools/bcftools/bcftools') | ||
var vcfPath = path.join(__dirname, '../samtools/bcftools/vcfutils.pl') | ||
var samPath = path.join(__dirname, '../sam/samtools/samtools') | ||
var bcfPath = path.join(__dirname, '../sam/bcftools/bcftools') | ||
var vcfPath = path.join(__dirname, '../sam/bcftools/vcfutils.pl') | ||
var Arg1Ext = obj[0] ? obj[0].replace(/.*\./, '') : null | ||
@@ -35,0 +35,0 @@ var Arg2Ext = obj[1] ? obj[1].replace(/.*\./, '') : null |
{ | ||
"name": "bionode-sam", | ||
"description": "Node.js wrapper for samtools.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "http://github.com/bionode/bionode-sam", | ||
@@ -25,4 +25,8 @@ "repository": { | ||
"keywords": [ | ||
"bio", | ||
"biology", | ||
"bioinformatics", | ||
"bionode", | ||
"samtools", | ||
"bcftools", | ||
"wrapper", | ||
@@ -38,3 +42,3 @@ "installer", | ||
"scripts": { | ||
"preinstall": "git clone -b master https://github.com/samtools/samtools.git; cd samtools; git checkout 0.2.0-rc11; make", | ||
"preinstall": "sam/build.sh", | ||
"test": "mocha --reporter spec", | ||
@@ -41,0 +45,0 @@ "coverage": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
11991
9