Steffen Möller pushed to branch master at Debian Med / scnapbar
Commits: a9f88c92 by Steffen Moeller at 2021-07-06T18:00:29+02:00 completed build dependencies - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -scnapbar (1.0.0-1) unstable; urgency=medium +scnapbar (1.0.0-1) UNRELEASED; urgency=medium * Initial release (Closes: #975071) ===================================== debian/control ===================================== @@ -3,7 +3,10 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 13), + cmake, + libseqan2-dev, + libtbb-dev Standards-Version: 4.5.1 Homepage: https://github.com/dieterich-lab/single-cell-nanopore Vcs-Browser: https://salsa.debian.org/med-team/scnapbar @@ -12,7 +15,14 @@ Rules-Requires-Root: no Package: scnapbar Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, + snakemake, + bedtools, + samtools, + minimap2, + htseq, + r-cran-e1071, + r-cran-rmarkdown Description: single-cell sequencing with the Nanopore ScNapBar is designed for cell barcode assignment from Nanopore sequencing data. It requires bam files from both Nanopore and Illumina reads, then View it on GitLab: https://salsa.debian.org/med-team/scnapbar/-/commit/a9f88c92f913479ff07ccabba53d5d389ca8a950 -- View it on GitLab: https://salsa.debian.org/med-team/scnapbar/-/commit/a9f88c92f913479ff07ccabba53d5d389ca8a950 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
