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

g2p_mapper

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g2p_mapper - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

dist/mapper.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.genomeToTranscriptSeqMapping = void 0;
// see similar function in msaview plugin
exports.genomeToTranscriptSeqMapping = genomeToTranscriptSeqMapping;
function genomeToTranscriptSeqMapping(feature) {

@@ -37,3 +36,2 @@ var _a, _b;

}
exports.genomeToTranscriptSeqMapping = genomeToTranscriptSeqMapping;
//# sourceMappingURL=mapper.js.map
{
"name": "g2p_mapper",
"description": "Map genome to protein coordinates and back",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

@@ -21,6 +21,3 @@ "main": "dist/mapper.js",

"access": "public"
},
"dependencies": {
"yargs": "^17.7.2"
}
}

@@ -12,3 +12,2 @@ export interface Feat {

// see similar function in msaview plugin
export function genomeToTranscriptSeqMapping(feature: Feat) {

@@ -15,0 +14,0 @@ const strand = feature.strand

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