diff --git a/scripts/importer/data_importer/raw_data_importer.py b/scripts/importer/data_importer/raw_data_importer.py index 351ddaff3..1451f8096 100644 --- a/scripts/importer/data_importer/raw_data_importer.py +++ b/scripts/importer/data_importer/raw_data_importer.py @@ -234,7 +234,7 @@ def _parse_manta(self): # pylint: disable=too-many-locals,too-many-branches,too re.search(r'(.+)[[\]](.*?):(\d+)[[\]]', alt).groups() if data['mate_chrom'].startswith('GL') or data['mate_chrom'].startswith('MT'): # A BND from a chromosome to GL or MT. - # TODO ask a bioinformatician if these cases should be included or not + # TODO ask a bioinformatician if these cases should be included or not # pylint: disable=fixme continue data['mate_id'] = info.get('MATEID', '') data['variant_id'] = '{}-{}-{}-{}'.format(data['chrom'],