File: README.md

package info (click to toggle)
runcircos-gui 0.0%2Bgit20200528.82dda8c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,724 kB
  • sloc: cpp: 1,546; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# runcircos-gui

[![Build Status](https://travis-ci.org/narunlifescience/runcircos-gui.svg?branch=master)](https://travis-ci.org/narunlifescience/runcircos-gui)  [![Build status](https://ci.appveyor.com/api/projects/status/jq6q44uggvokxmgt?svg=true)](https://ci.appveyor.com/project/narunlifescience/runcircos-gui)

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