-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
36 lines (34 loc) · 750 Bytes
/
Copy pathsnapcraft.yaml
File metadata and controls
36 lines (34 loc) · 750 Bytes
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
name: snpgenie
version: '0.2.0-28-g7b45938'
#version-script: git describe --abbrev=1 --tags
summary: tool for microbial variant calling
description: |
snpgenie is a tool for microbial variant calling
and phylogenetic analysis from raw read data.
base: core18
grade: stable
confinement: strict
icon: snap/gui/icon.png
apps:
snpgenie:
command: desktop-launch $SNAP/bin/snpgenie-gui
extensions:
- kde-neon
plugs:
- home
- opengl
- network
- network-bind
- network-control
- mount-observe
# environment:
# LD_LIBRARY_PATH: $SNAP/usr/lib/ncbi-blast+
parts:
snpgenie:
plugin: python
source: .
stage-packages:
- bcftools
- samtools
- bwa
- fasttree