Skip to content

Commit

Permalink
Merge a6ea2ec into a2916fe
Browse files Browse the repository at this point in the history
  • Loading branch information
Lix1993 committed Dec 4, 2019
2 parents a2916fe + a6ea2ec commit 91c90eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnachisel/builtin_specifications/AvoidMatches.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def localized(self, location, problem=None, with_righthand=True):
return self.copy_with_changes(location=new_location, is_localized=True)

def feature_label_parameters(self):
return [self.blast_db]
return [self.bowtie_index]

def remove_temp_directory(self):
if self._tmp_data_dir is not None:
shutil.rmtree(self._tmp_data_dir)
shutil.rmtree(self._tmp_data_dir)

0 comments on commit 91c90eb

Please sign in to comment.