Fix the reverse-complement benchmark paths

db4
Doug Coleman 2008-01-04 20:51:02 -06:00
parent 12f990bd1a
commit 990bb86295
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ HINTS: do-line vector string ;
] with-stream ;
: reverse-complement-main ( -- )
"reverse-complement-in.txt"
"reverse-complement-out.txt"
[ home swap path+ ] 2apply
"extra/benchmark/reverse-complement-test-in.txt"
"extra/benchmark/reverse-complement-out.txt"
[ resource-path ] 2apply
reverse-complement ;
MAIN: reverse-complement-main