summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8483dc4a4cc0363203f2ed0842f02c552abd45cb (plain)
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
44
45
46
47
48
49
50
51
52
# Maintainer: Jens Staal <staal1978@gmail.com>

pkgname=meta-ugene-external_tools
pkgver=20181009
pkgrel=2
pkgdesc='Metapackage for External Tools in the UGENE bioinformatics suite'
arch=('any')
license=('none')

depends=(
  'ugene-bin'
  'java-runtime>=8'
  'bedtools'
  'blast+'
  'bowtie'
  'bowtie2'
  'bwa'
  #cap3
  'clustal-omega'
  'clustalw'
  'mafft'
  'tcoffee'
  'mrbayes'
  'phyml-git'
  'kraken'
  #Conduct GO
  #mdseqpos
  #conservation plot
  #peak2gene
  #MACS
  #CEAS
  'cufflinks-bin' #source-based cufflinks does not build
  'samtools'
  'tophat'
  'python'
  'python2'
  'perl'
  'vcftools'
  'vcfanno-bin'
  'snpeff'
  'fastqc'
  'python-cutadapt'
  'hmmer'
  'hmmer2'
  'primer3'
)

#commented out deps are not yet in AUR
replaces=('ugene-external-tools')
url="http://ugene.net/external.html"