-
Notifications
You must be signed in to change notification settings - Fork 4
/
snapcraft.yaml
43 lines (41 loc) · 1.13 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: pathogenie
version: '0.4.0'
summary: microbial gene finder and annotation
description: |
pathogenie This is a desktop and command line program for annotating draft bacterial
and viral genomes. It may also be used for quickly detecting arbitrary sequences such
as antibiotic resistance genes (AMR) proteins in nucleotide sequences. It uses Blast
to find hits to known gene sequences from sequence databases. The inputs are fasta files.
Annotation is performed in a similar manner to Prokka and first requires an assembled
genome if you have sequenced reads.
base: core18
grade: stable
confinement: strict
icon: snap/gui/icon.png
apps:
pathogenie:
command: desktop-launch $SNAP/bin/pathogenie-gui
extensions:
- kde-neon
plugs:
- home
- opengl
- network
- network-bind
- network-control
- mount-observe
- removable-media
environment:
LD_LIBRARY_PATH: $SNAP/usr/lib/ncbi-blast+
parts:
pathogenie:
plugin: python
source: .
stage-packages:
- ncbi-blast+
- clustalw
- prodigal
- hmmer
- aragorn
- xsel
- python3-pyqt5