Commit 94d2dbd0 authored by David Miguel Susano Pinto's avatar David Miguel Susano Pinto
Browse files

Initial packaging of ncbi-igblast

parent d40b55f6
Loading
Loading
Loading
Loading

debian/changelog

0 → 100644
+5 −0
Original line number Diff line number Diff line
ncbi-igblast (1.9.0-1) UNRELEASED; urgency=low

  * Initial Release. (Closes: #903965)

 -- David Miguel Susano Pinto <carandraug+dev@gmail.com>  Wed, 11 Jul 2018 18:22:32 +0100

debian/compat

0 → 100644
+1 −0
Original line number Diff line number Diff line
11

debian/control

0 → 100644
+24 −0
Original line number Diff line number Diff line
Source: ncbi-igblast
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: David Miguel Susano Pinto <carandraug+dev@gmail.com>
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: 
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/ncbi-igblast
Vcs-Git: https://salsa.debian.org/med-team/igblast.git
Homepage: https://ncbi.github.io/igblast/

Package: ncbi-igblast
Architecture: any
Depends:
Description: Immunoglobulin and T cell receptor variable domain sequence analysis
 IgBLAST allows users to view the matches to the germline V, D, and J
 genes, details at rearrangement junctions, the delineation of IG V
 domain framework regions, and complementarity determining regions.
 IgBLAST has the capability to analyse nucleotide and protein
 sequences, and can process sequences in batches.  Furthermore,
 IgBLAST allows searches against the germline gene databases and other
 sequence databases simultaneously to minimize the chance of missing
 possibly the best matching germline V gene.

debian/copyright

0 → 100644
+31 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://ftp.ncbi.nih.gov/blast/executables/igblast/release/
Upstream-Contact: blast-help@ncbi.nlm.nih.gov
Upstream-Name: NCBI

Files: *
Copyright: 2018, National Center for Biotechnology Information
License: PD

Files: debian/*
Copyright: 2018, David Miguel Susano Pinto <carandraug+dev@gmail.com>
License: GPL-3+

License: PD
                           PUBLIC DOMAIN NOTICE
              National Center for Biotechnology Information
 .
 This software/database is a "United States Government Work" under the
 terms of the United States Copyright Act.  It was written as part of
 the author's official duties as a United States Government employee and
 thus cannot be copyrighted.  This software/database is freely available
 to the public for use. The National Library of Medicine and the U.S.
 Government have not placed any restriction on its use or reproduction.
 .
 Although all reasonable efforts have been taken to ensure the accuracy
 and reliability of the software and data, the NLM and the U.S.
 Government do not and cannot warrant the performance or results that
 may be obtained by using this software or data. The NLM and the U.S.
 Government disclaim all warranties, express or implied, including
 warranties of performance, merchantability or fitness for any particular
 purpose.

debian/rules

0 → 100755
+4 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

%:
	dh $@
Loading