pritykinlab / guidescanpy

0 stars 0 forks source link

Fixed Issue #28 Remove legacy_ordering argument #32

Closed 1rzhu closed 1 year ago

1rzhu commented 1 year ago

The legacy_ordering in query() method is only used in test_genome.py, to make sure the old_results and the results have the same order. Now we read the old_result from pre-saved local json files, so simply modifying the local files to have the same sorting way can help us get rid of legacy_ordering. We removed the legacy_ordering and reorganized the json files in this branch.