Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wishabc committed Dec 29, 2020
1 parent 70cef5c commit bd30301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ASB_app/service/adastra_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def construct_advanced_filters(self, filters_object):
for tf_name in filters_object['transcription_factors']]

if filters_object['cell_types']:
print(filters_object['cell_types'].split('@'))
filters += [self.SNP.cl_aggregated_snps.any(
self.CellLineSNP.cl_id == getattr(self.CellLine.query.filter(
self.CellLine.name == cl_name.strip()
Expand Down

0 comments on commit bd30301

Please sign in to comment.