Fix the reverse-complement benchmark paths
parent
12f990bd1a
commit
990bb86295
|
@ -37,9 +37,9 @@ HINTS: do-line vector string ;
|
||||||
] with-stream ;
|
] with-stream ;
|
||||||
|
|
||||||
: reverse-complement-main ( -- )
|
: reverse-complement-main ( -- )
|
||||||
"reverse-complement-in.txt"
|
"extra/benchmark/reverse-complement-test-in.txt"
|
||||||
"reverse-complement-out.txt"
|
"extra/benchmark/reverse-complement-out.txt"
|
||||||
[ home swap path+ ] 2apply
|
[ resource-path ] 2apply
|
||||||
reverse-complement ;
|
reverse-complement ;
|
||||||
|
|
||||||
MAIN: reverse-complement-main
|
MAIN: reverse-complement-main
|
||||||
|
|
Loading…
Reference in New Issue