biocom-uib / vpf-tools

Virus Protein Family tools
BSD 3-Clause "New" or "Revised" License
27 stars 7 forks source link

Is there a vpf-class executable? #5

Closed matha4 closed 3 years ago

matha4 commented 3 years ago

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!

matha4 commented 3 years ago

Update to this issue: I was running the command from the wrong directory (i.e. I wasn't in vpf-tools). My apologies!