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
_snpgenie_ is a tool for microbial variant calling and phylogenetic analysis from raw read data. It was primarily written to be used with bacterial isolates of M. Bovis but can be applied to other species. This is in early stages of development. Anyone interested in using the software is encouraged to make sugggestions on improving or adding features.
8
+
_snpgenie_ is a tool for microbial variant calling and phylogenetic analysis from raw read data. It was primarily written to be used with bacterial isolates of M. Bovis but can be applied to other species. Anyone interested in using the software is encouraged to make suggestions on improving or adding features.
9
9
10
-
This software is written in Python and is developed with the Qt toolkit using PySide2. It was made on Ubuntu linux but is designed to also run on Windows 10 with a standalone application.
10
+
This software is written in Python. It was developed on Ubuntu linux but is designed to also run on Windows 10 with a standalone application. The GUI is made using the Qt toolkit using PySide2.
11
11
12
12
## Documentation
13
13
@@ -19,7 +19,7 @@ Note for Windows users: a standalone installer will be available.
Copy file name to clipboardexpand all lines: doc/source/description.rst
+10-14
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,13 @@ Introduction
5
5
6
6
This software is written in Python and is developed with the Qt toolkit using PySide2. It was made on Ubuntu linux but is designed to also run on Windows 10 with a standalone application.
7
7
8
-
The Desktop application
9
-
=======================
8
+
Command line tool
9
+
-----------------
10
10
11
-
Unlike many other SNP calling pipelines, this tool is designed around a graphical user interface. Though it will also work from the command line and via Python scripts.
12
-
13
-
.. image:: scr1.png
14
-
:scale:45%
11
+
This tool works from the command line and via Python scripts. Unlike many other SNP calling pipelines, it is also designed to have a graphical user interface, which is in development.
0 commit comments