[med-svn] [snpeff] 01/09: Add machine readable files for snpEff which looks like a quite interesting but rather complex target. A get-orig-source target that fetches SVN export needs to be written.

Andreas Tille tille at debian.org
Tue Jan 3 09:52:18 UTC 2017


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

tille pushed a commit to branch master
in repository snpeff.

commit f2d8430d16a190b120f29b1837a5df780d429f0f
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 7 21:08:20 2012 +0000

    Add machine readable files for snpEff which looks like a quite interesting but rather complex target.  A get-orig-source target that fetches SVN export needs to be written.
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 27 +++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/rules         | 10 ++++++++++
 debian/source/format |  1 +
 debian/upstream      | 12 ++++++++++++
 debian/watch         |  7 +++++++
 8 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..de1bb81
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+snpeff (3.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 07 Nov 2012 17:01:35 +0100
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..68bb755
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: snpeff
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
+Homepage: http://snpeff.sourceforge.net/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/snpeff/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/snpeff/trunk/
+
+Package: snpeff
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: annotation and effect prediction tool for genome sequences
+ SnpEff is a variant annotation and effect prediction tool. It annotates
+ and predicts the effects of variants on genes (such as amino acid
+ changes). 
+ .
+ The inputs are predicted variants (SNPs, insertions, deletions and
+ MNPs). The input file is usually obtained as a result of a sequencing
+ experiment, and it is usually in variant call format (VCF).
+ .
+ SnpEff analyzes the input variants. It annotates the variants and
+ calculates the effects they produce on known genes (e.g. amino acid
+ changes). A list of effects and annotations that SnpEff can calculate
+ can be found here. 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..131c5f0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: snpEff
+Upstream-Contact: Pablo Cingolani <pcingola at users.sourceforge.net>
+Source: https://snpeff.svn.sourceforge.net/svnroot/snpeff/SnpEffect/trunk/
+
+Files: *
+Copyright: © 2008-2012, Pablo Cingolani <pcingola at users.sourceforge.net>
+License: LGPLv3
+
+Files: debian/*
+Copyright: © 2012 Andreas Tille <tille at debian.org>
+License: LGPLv3
+
+License: LGPLv3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 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 Lesser General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On a Debian GNU/Linux system, the GNU Lesser GPL license version 3 is included
+ in the file ‘/usr/share/common-licenses/LGPL-3’.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3c7c647
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+%:
+	dh $@
+
+get-orig-source:
+	# Need to write a script fetching an export from
+	#   https://snpeff.svn.sourceforge.net/svnroot/snpeff/SnpEffect/trunk/
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/upstream b/debian/upstream
new file mode 100644
index 0000000..ba67722
--- /dev/null
+++ b/debian/upstream
@@ -0,0 +1,12 @@
+Reference:
+  Author: Pablo Cingolani and Adrian Platts and Le Lily Wang and Melissa Coon and Tung Nguyen and Luan Wang and Susan J. Land and Douglas M. Ruden and Xiangyi Lu
+  Title: "A program for annotating and predicting the effects of single nucleotide polymorphisms, SnpEff: SNPs in the genome of Drosophila melanogaster strain w^1118; iso-2; iso-3"
+  Journal: Fly
+  Year: 2012
+  Volume: 6
+  Number: 2
+  Pages: 80-92
+  DOI: 10.4161/fly.19695
+  PMID: 22728672
+  URL: http://www.landesbioscience.com/journals/fly/article/19695/
+  eprint: http://snpeff.sourceforge.net/SnpEff_paper.pdf
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..87ed07f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+## This unfortunately only fetches the binary distribution
+## The source code is only available in SVN
+##   https://snpeff.svn.sourceforge.net/svnroot/snpeff/SnpEffect/trunk/
+#
+#opts="uversionmangle=s/_/./g" \
+# http://sf.net/snpeff/snpEff_v([\d._]+)_core\.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snpeff.git



More information about the debian-med-commit mailing list