SW#
|
Simple library usage can be seen in the following simple.c file. This short program aligns two nucleotide sequences in fasta format. The nucleotides paths are read from the command line as the first two arguments. This example is for the linux platform.
simple.c:
This code can be compiled with:
And the executable can be run with: