# Contributor: Florian Aldehoff <f.aldehoff@student.uni-tuebingen.de>
# Maintainer: Florian Aldehoff <f.aldehoff@student.uni-tuebingen.de>

pkgname=samsifter

pkgver=0.5.0
pkgrel=1
pkgdesc="SamSifter helps you create filter workflows for next-generation sequencing data. It is primarily used to process SAM files generated by MALT prior to metagenomic analysis in MEGAN."
arch=('x86_64')
url="http://www.biohazardous.de/samsifter/"
license=('GPL')
depends=('python' 'sh' 'python-setuptools' 'python-nose' 'pyqt-common' 'python-pyqt4' 'python-numpy' 'python-matplotlib' 'python-pandas')
source=("http://www.biohazardous.de/samsifter/SamSifter-0.5.0.tar.gz")
md5sums=('7dc88ade97d74d1a51ff11816a180766')

package() {
  cd $srcdir/SamSifter-$pkgver/
  python3 setup.py install --root="$pkgdir/" --optimize=1
  msg "all done"
}



