@gmod/faidx
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -41,3 +41,2 @@ "use strict"; | ||
if (this.possibleBadLine && | ||
this.lineNum !== undefined && | ||
this.possibleBadLine[0] !== this.lineNum - 1) { | ||
@@ -44,0 +43,0 @@ done(new Error(this.possibleBadLine[1])); |
{ | ||
"name": "@gmod/faidx", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "create indexed fasta files", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -27,3 +27,2 @@ import split2 from 'split2' | ||
this.possibleBadLine && | ||
this.lineNum !== undefined && | ||
this.possibleBadLine[0] !== this.lineNum - 1 | ||
@@ -30,0 +29,0 @@ ) { |
Sorry, the diff of this file is not supported yet
13572
199