When I use the suggested command:
stack exec -- vpf-class --data-index ../data/data-index.yaml -i ../data/test.fna -o test-classified
I get this error:
Executable named vpf-class not found on path
When I search around through the files, I can't see any executable named vpf-class. The best candidate I see is perhaps:
vpf-tools/app/vpf-class/Main.hs
Have I missed something? I'll admit straight off this is my first encounter with Haskell, so it's very likely the error is mine!
When I use the suggested command: stack exec -- vpf-class --data-index ../data/data-index.yaml -i ../data/test.fna -o test-classified
I get this error: Executable named vpf-class not found on path
When I search around through the files, I can't see any executable named vpf-class. The best candidate I see is perhaps: vpf-tools/app/vpf-class/Main.hs
Have I missed something? I'll admit straight off this is my first encounter with Haskell, so it's very likely the error is mine!