cucapra / pollen

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

Restore some more deleted test files #144

Closed sampsyo closed 8 months ago

sampsyo commented 8 months ago

Similarly to #143, this restores some accidentally deleted test files from #136. I think what went wrong in #136 is that, after renaming, @susan-garry ran git add, but that didn't pick up these handcrafted .gfa files because we were ignoring *.gfa in .gitignore. I have removed this entry from two different .gitignore files—it is generally confusing to ignore stuff that is checked into the repository. (We may later want to figure out a more precise ignore pattern that doesn't catch these files.)