cucapra / pollen

generating hardware accelerators for pangenomic graph queries
MIT License
24 stars 1 forks source link

Testing setup #6

Closed susan-garry closed 1 year ago

susan-garry commented 2 years ago

This PR does a couple of things:

This approach to testing, while requiring these .txt files, allows us to keep all of the .paths files in the same directory even though the .gfa files may be in different directories, and it allows us to generate multiple .paths files for the same .og files without duplicating the .og files and placing them in separate directories.

The Makefile is a bit... messy. The target make og is especially difficult for the human eye to parse. If you have time and feel like messing with Makefiles, I would especially appreciate if you could take a look and let me know how this could be done better!