Skip to content
Snippets Groups Projects
Commit 1fb86270 authored by Benjamin Maurer's avatar Benjamin Maurer
Browse files

Fixed invocation of shootout/reverse-complement.

Input generation with the shake-based nofib-run didn't work for
shootout/reverse-complement, so the test was never run.
Created a boot.sh script analogous to shootout/k-nucleotide.
Compilation of fasta-c.c and revcomp-c.c gave warnings for
ignored return values of 'write' - suppressed them by explicitly
ignoring with '(void)!' (negation and void cast).
parent 489b1b91
Branches master
No related tags found
1 merge request!61Fixed invocation of shootout/reverse-complement.
Pipeline #53049 passed