Comparing version 1.0.4 to 1.0.5
"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
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
0
9316
145
- Removedyargs@^17.7.2
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedcliui@8.0.1(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedescalade@3.2.0(transitive)
- Removedget-caller-file@2.0.5(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedrequire-directory@2.1.1(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedwrap-ansi@7.0.0(transitive)
- Removedy18n@5.0.8(transitive)
- Removedyargs@17.7.2(transitive)
- Removedyargs-parser@21.1.1(transitive)