This archive contains the C++ source code of PscanChIP compatible with the "pscan_chip_test" repository within the Galaxy Test Tool Shed.
To compile it type:g++ pscan_chip_g.cpp -o pscan_chip_g -O3 -lgsl -lgslcblas
Please note that in order to compile PscanChIP you will need the "Gnu Scientific Library" (GSL) already installed on your system.
Be sure to put the pscan_chip_g
executable in the Galaxy PATH together with the twoBitToFa
one (if it is not already available).
Find further instructions in the README.txt file of the pscan_chip_test package.
Please contact federico.zambelli@beaconlab.it for bug report, suggestions and feedback.