Unverified Commit bad8ecbd authored by Nicola Soranzo's avatar Nicola Soranzo Committed by GitHub
Browse files

Merge pull request #13554 from mvdbeek/fix_sff_extractor_tool

parents 99835a86 e2d43806
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ import struct
import subprocess
import sys
import tempfile
from typing import Dict, List

__author__ = 'Jose Blanca and Bastien Chevreux'
__copyright__ = 'Copyright 2008, Jose Blanca, COMAV, and Bastien Chevreux'
@@ -43,9 +42,9 @@ __status__ = 'beta'
fake_sff_name = 'fake_sff_name'

# readname as key: lines with matches from SSAHA, one best match
ssahapematches: Dict[str, List] = {}
ssahapematches = {}  # type: ignore
# linker readname as key: length of linker sequence
linkerlengths: Dict[str, int] = {}
linkerlengths = {}  # type: ignore

# set to true if something really fishy is going on with the sequences
stern_warning = True
+0 −2
Original line number Diff line number Diff line
@@ -57,5 +57,3 @@ Clippings (XML)

    </help>
</tool>