Skip to content

narunlifescience/runcircos-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runcircos-gui

Build Status Build status

runCircos-gui is a simple yet comprehensive crossplatform software developed in QT(C++) to execute Circos http://circos.ca/ from a graphical user interface. The software eliminates the need to use command line for running Circos without compromising the power of complete commandline parameters and options.

runCircos-gui optimize running parameters (both toggle options & options with arguments) and install Perl packages without using command

Compiling from source

Get the code (if you haven't already):

git clone https://github.com/narunlifescience/runcircos-gui.git

Compile and install:

cd src
qmake
make 
sudo make install