[med-svn] [r-cran-genabel.data] 01/05: Add precondition for r-cran-genabel update

Andreas Tille tille at debian.org
Thu Oct 19 13:27:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-genabel.data.

commit 96877358003a4d5071eefe34ecf6782c8cd08c84
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jun 20 08:05:11 2014 +0000

    Add precondition for r-cran-genabel update
---
 debian/README.source | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 28 +++++++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++
 debian/rules         |  3 +++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 129 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..1bb8683
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,59 @@
+Explanation for binary files inside source package according to
+  http://lists.debian.org/debian-devel/2013/09/msg00332.html
+
+This package is a pure collection of data which is needed to
+  1. Build r-cran-genabel >= 1.8
+  2. Run unit tests in autopkgtest for r-cran-genabel
+
+Here comes a description of the single data files:
+
+Files: data/*
+Documentation: man/GenABEL.data-package.Rd
+  GenABEL.data contains six files with data which is used by examples of GenABEL.
+  These are ge03d2.clean.RData, ge03d2c.RData, ge03d2ex.clean.RData, ge03d2ex.RData, ge03d2.RData and srdta.RData.
+
+Files: data/ge03d2.Rdata
+Documentation: man/ge03d2.Rd
+        A small data set (approximately 1,000 people and 8,000 SNPs) containing
+        data on 3 autosomes and X chromsome. Is a good set for
+        demonatration of the QC procedures (different genotyping errors
+        are introduced) and GWA analysis.
+        This data set was developed for the "Advances in population-
+        based studies" (Ge03) course of the Nihes.
+
+Files: data/ge03d2c.Rdata
+Documentation: man/ge03d2.Rd
+        A small data set (approximately 200 people and 8,000 SNPs) containing
+        data on 3 autosomes and X chromsome. This data set is
+        complementary to ge03d2.
+
+Files: data/ge03d2ex.Rdata
+Documentation: man/ge03d2.Rd
+        A small data set (approximately 150 people and 4,000 SNPs) containing
+        data on 3 autosomes and X chromsome. Is a good set for
+        demonatration of the QC procedures (different genotyping errors
+        are introduced) and GWA analysis.
+        This data set was developed for the "Advances in population-
+        based studies" (Ge03) course of the Nihes.
+        See vignette "GenABEL-tutorial.pdf" in the r-cran-genabel package
+        for details.
+
+Files: data/*.clean.Rdata
+Documentation: man/ge03d2.Rd
+        The data sets with extension ".clean" are sets after QC.
+
+Files: data/srdta.RData
+Documentation: man/srdta.Rd
+        srdta contains gwaa.data object with results
+        on a small region of
+        about 2.5 Mb. 833 SNPs are typed on 2500 people.
+        NA rate is 95\%. Sex, age, two quantitative (qt1 and
+        qt2) and one binary (bt) traits are available for
+        analysis.
+        Original data files used for this set are available as
+        srphenos.dat (phenotypes), srgenos.dat (human-readable
+        genotypes) and srgenos.raw (genotypes in internal format)
+
+
+ -- Andreas Tille <tille at debian.org>  Fri, 20 Jun 2014 09:23:44 +0200
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..768cc6b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-genabel.data (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #).
+
+ -- Andreas Tille <tille at debian.org>  Fri, 20 Jun 2014 09:23:44 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..466116c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: r-cran-genabel.data
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+           Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-genabel.data/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-genabel.data/trunk/
+Homepage: http://cran.at.r-project.org/web/packages/GenABEL.data/
+
+Package: r-cran-genabel.data
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${R:Depends}
+Description: data package for genome-wide SNP association analysis
+ The package offers the R library GenABEL for the hunt of genetic contributions
+ to a disease (or any other pheonypical trait) by so called genome-wide
+ association analysis. Additional input commonly comes from DNA mircoarray
+ experiments, performed on every individual, that determine differences
+ (polymorphisms) in the population. GenABEL finds associations between
+ quantitative or binary traits and single-nucleiotide polymorphisms
+ (SNPs). 
+ .
+ GenABEL.data package consists of a data set used by GenABEL functions.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..389a0b7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GenABEL.data
+Upstream-Contact: Maksim Struchalin <m.v.struchalin at mail.ru>
+Source: http://cran.at.r-project.org/web/packages/GenABEL.data/
+
+Files: *
+Copyright: 2013 Maksim Struchalin <m.v.struchalin at mail.ru>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+Comment: On a Debian GNU/Linux system, the GPL license version 2 is included
+ in the file /usr/share/common-licenses/GPL-2.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2fbba2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4420e08
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/GenABEL.data_(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-genabel.data.git



More information about the debian-med-commit mailing list