Skip to content

Commit

Permalink
minor changes to trial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saanikat committed Aug 30, 2024
1 parent 265f7d2 commit f9bdffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trial.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from attribute_standardizer.attr_standardizer_class import AttrStandardizer

model = AttrStandardizer("ENCODE")
model = AttrStandardizer("BEDBASE")

results = model.standardize(pep ="geo/gse178283:default")
results = model.standardize(pep ="geo/gse228815:default")

print(results)

0 comments on commit f9bdffe

Please sign in to comment.