This PR fixes #57 by adding logic for both reading files within a provided -db path and writing files to a new dir -tmp. Also did some small refactoring in test_confindr.py and updated an old link in usage.md that pointed towards the old FigShare test dataset.
@adamkoziol The CircleCI test appears to be failing due to ssh or git not being installed in the VM image used for testing. We can address this before merging the v0.8.2-dev branch into main.
This PR fixes #57 by adding logic for both reading files within a provided
-db
path and writing files to a new dir-tmp
. Also did some small refactoring intest_confindr.py
and updated an old link inusage.md
that pointed towards the old FigShare test dataset.