All Projects → labsquare → CutePeaks

labsquare / CutePeaks

Licence: GPL-3.0 license
CutePeaks is a standalone Sanger trace viewer steered by a modern and user-friendly UI.

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
Inno Setup
370 projects
TeX
3793 projects

Projects that are alternatives of or similar to CutePeaks

js
serverless your express/koa/restify apps
Stars: ✭ 21 (-40%)
Mutual labels:  scf
tracy
Basecalling, alignment, assembly and deconvolution of Sanger Chromatogram trace files
Stars: ✭ 73 (+108.57%)
Mutual labels:  sanger-chromatograms
indigo
Indigo: SNV and InDel Discovery in Chromatogram traces obtained from Sanger sequencing of PCR products
Stars: ✭ 26 (-25.71%)
Mutual labels:  sanger-chromatograms
catapult
SCF and KubeCF CI implementation
Stars: ✭ 17 (-51.43%)
Mutual labels:  scf
scf-headless-chrome
Headless chrome running on tencent serverless cloud function.
Stars: ✭ 28 (-20%)
Mutual labels:  scf
BiliTools
支持Docker,青龙面板,以及各种云函数,阿里云,腾讯云,华为云,百度云。
Stars: ✭ 142 (+305.71%)
Mutual labels:  scf
JD tencent scf
自用脚本,随缘更新
Stars: ✭ 440 (+1157.14%)
Mutual labels:  scf

CutePeaks

C/C++ CI DOI DOI

https://labsquare.github.io/CutePeaks/

A simple viewer for Sanger trace file made with Qt5. Supports AB1 and SCF 3.0 file formats. It has regular expression pattern finder and can export trace as SVG vector image.

Preview

Statement of need

Despite the major use of Next Generation Sequencing, the Sanger method is still widely used in genetic labs as the gold standard to read target DNA sequences. Very few opensource software is available to explore Sanger trace data and most of labs staff still rely on proprietary software. Moreover, they are not always user-friendly and lack modern look and feel.

State of field

4peaks is a software widely used by biologists that benefits from a nice User interface. Sadly, it is only available on MacOS and source code is not opened to community enhancement. Seqtrace is the only standalone and opensource application we could find. However, it is written with GTK framework in Python 2, the latter being deprecated and slower than C++.

Installation

Windows

Download windows binary

MacOSX

Downlad MacOS binary

Linux

AppImage

Linux binary is available as AppImage. Download the AppImage from here. For ubuntu >=21.04, Download this one here

Run it as follow:

chmod +x cutepeaks-0.2.0-linux-x86_64.appimage
./cutepeaks-0.2.0-linux-x86_64.appimage

FlatPak

Cutepeaks is available as a flatpak

flatpak install flathub io.github.labsquare.CutePeaks
flatpak run io.github.labsquare.CutePeaks

Compilation

Prerequisites

Install Qt ≥ 5.7

From website: Download Qt ≥ 5.7 from https://www.qt.io/. Don't forget to check QtChart module during installation.

From Ubuntu: Qt 5.7 is not yet available with Ubuntu. But you can add a PPA to your software system. For exemple for Xenial:

sudo add-apt-repository ppa:beineri/opt-qt57-xenial
sudo apt install qt57base qt57charts-no-lgpl
source /opt/qt57/bin/qt57-env.sh

From Fedora: Qt 5.7 is available.

sudo dnf install qt5-qtbase-devel qt5-qtcharts-devel

Compile CutePeaks

Be sure you have the correct version of Qt (≥ 5.7) by using qmake --version. For exemple, if you have installed Qt from ppa:beineri, you will find it under /opt/qt57/bin/qmake. Then launch the compilation from CutePeaks folder as follow.

 /opt/qt57/bin/qmake --version
 /opt/qt57/bin/qmake
 make
 sudo make install

Usage

CutePeaks supports following trace file formats:

  • *.ab1
  • *.scf

Example files are available here: https://github.com/labsquare/CutePeaks/tree/master/examples
You can open those files from cutepeaks by clicking on open from the File menu.

Features

Once the file is open, cutepeaks allows you to :

  • Explore the trace from a scroll area. ( Finger geasture are supported with touch screen)
  • Scale the trace horizontally or vertically using 2 sliders at the bottom right.
  • Select a subsequence with the mouse as with any text editor. Then you can cut or copy to the clipboard
  • Make the reverse complement from the edit menu
  • Display Sequence and metadata from the view menu
  • Search for a regular expression pattern. Open the "Find Sequence..." from the edit menu
  • Export trace or sequence to different format. ( e.g: Fasta, CSV, SVG or PNG image )

Contributions / Bugs

See how to contributing

Licenses

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].