Reed-CompBio / BowTieBuilder-Algorithm

This repository contains an implementation of the BowTieBuilder Algorithm.
0 stars 2 forks source link

Pytest Test Cases #1

Open oliverfanderson opened 11 months ago

oliverfanderson commented 11 months ago

We may need to update the algorithm so that the tests pass. Current tests that fail are:

Some ideas from BTB: Confidence score calculation to determine the final network: image

There are some "expected output" files for these test cases that I believe should match the "output" files for testing.

oliverfanderson commented 3 months ago
oliverfanderson commented 3 months ago

Throw an error if empty source/target files. Either handle same node in source/target uniquely or throw error.