summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 49d0225361666d47fba50b92261a9663590126b4 (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
# Maintainer: Jens Staal <staal1978@gmail.com>

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

depends=(
  'ugene-bin'
  #bedgraph2bigwig-4
  'bedtools'
  'blast+'
  'bowtie'
  'bowtie2'
  'bwa'
  #cap3
  'clustal-omega'
  'clustalw'
  'mafft'
  'tcoffee'
  'mrbayes'
  'ncbi-tools' #spidey depreceated
  #Conduct GO
  #mdseqpos
  #conservation plot
  #peak2gene
  #MACS
  #CEAS
  'cufflinks-bin' #source-based cufflinks does not build
  'samtools'
  'tophat'
  'python'
  'python2'
  'perl'
  'vcftools'
  #tabix included in samtools?
  #spades
  'snpeff'
  'fastqc'
  'python-cutadapt'
)

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