Chapel reverse-complement Ben Harshbarger
Attach your source code file
Provide an example build command-line
Should work just like the existing chapel entry:
Build:
chpl --fast revcomp-fast.chpl -o revcomp.chapel_run
Run:
./revcomp.chapel_run --n=0 < revcomp-input100000000.txt
Edited by Ben Harshbarger