You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FastQt is a free software created by labsquare team. Labsquare is a community of developers which aims to develop bioinformatics user interface for clinical usage.
2
2
Here is the list of authors and contributor of FastQt.
3
3
4
-
Sacha Schutz <sacha@labsquare.org>
5
-
Pierre Marijon <pierre@marijon.fr>
6
-
Jérémie Roquet <jroquet@arkanosis.net>
4
+
## Developers
5
+
@dridk Sacha Schutz <sacha@labsquare.org>
6
+
@natir Pierre Marijon<pierre@marijon.fr>
7
+
@arkanosis Jérémie Roquet<jroquet@arkanosis.net>
7
8
8
-
FastQt is a clone of FastQC. I would like to mention and thanks the author of FastQC Pierre Lindenbaum for his outstanding work.
9
+
## Packagers
10
+
@StuntsPT Francisco Pina-Martins
11
+
@probonopd
12
+
13
+
## Translators
14
+
@JuneBS June Sallou
15
+
16
+
## Designers
17
+
@beardedpayton Payton Burdette
18
+
19
+
20
+
FastQt is a clone of FastQC. I would like to mention and thanks authors of FastQC for their outstanding work.
9
21
10
22
I also thanks the genetics laboratory at Brest hospital for giving me time to develop bioinformatics tools.
Be sure you have the correct version of Qt (>5.7) by using qmake. You will find qmake in bin folder where you installed Qt. For exemple, if you installed Qt from ppa:beineri, you will find it under /opt/qt57/bin/qmake. Then launch the compilation from FastQC folder as follow.
72
+
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 FastQC folder as follow.
65
73
66
74
/opt/qt57/bin/qmake --version
67
75
/opt/qt57/bin/qmake
@@ -70,7 +78,14 @@ Be sure you have the correct version of Qt (>5.7) by using qmake. You will find
70
78
71
79
## Usage
72
80
73
-
You can use FastQt as GUI application or in Command Line Interface.
81
+
FastQt can analyse uncompress and compress fastq files. The following extensions are supported :
82
+
83
+
-*.fastq
84
+
-*.fastq.gz
85
+
-*.fastq.xz
86
+
-*.fastq.bz2
87
+
88
+
You can use FastQt as GUI application or as a Command Line Interface.
74
89
75
90
Some usage example :
76
91
@@ -80,3 +95,6 @@ fastqt file1.fastq file2.fastq.gz file3.fastq.bzip # File save in file1 file 2 f
80
95
fastqt file1.fastq -o specific_path # Create specific directory for each file in specific_path
81
96
fastqt file1.fastq -t 2 # Fastqt run maximal two process this option is valid for GUI too
82
97
```
98
+
99
+
## How to cite FastQt
100
+
Labsquare Team, et al (2017). FastQt: a quality control tool for high throughput sequence data. Available online at: https://github.com/labsquare/fastQt
0 commit comments