Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bionode-sam

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bionode-sam - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

sam/build.sh

6

lib/bionode-sam.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc