Checkout the code from
svn://svn.code.sf.net/p/ms-and/code
Linux:
compile the code:
g++ -o msand main.cpp
run the sample:
./msand ../samples/results.txt ../samples/chr18_1st.gff ../samples/chr18_3rd.gff ../samples/chr18_wb.gff
View the results using (Nimblegen or) an editor in the file:
../samples/results.txt
Windows (from within Visual Studio):
Set the program arguments by right clicking on the project embryo --> Properties --> Debugging --> Command Arguments:
../../samples/results.txt ../../samples/chr18_1st.gff ../../samples/chr18_3rd.gff ../../samples/chr18_wb.gff
Run the program (F5)
View the results using (Nimblegen or) an editor in the file:
../../samples/results.txt