[med-svn] [falcon] 01/02: Merge tag 'debian/1.8.4-1' into debian/jessie-backports
Afif Elghraoui
afif at moszumanska.debian.org
Tue Dec 13 08:28:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch debian/jessie-backports
in repository falcon.
commit 349ce7af349d07d1efe9e08e0299c24d53954015
Merge: fb40a8a 76e9ffb
Author: Afif Elghraoui <afif at debian.org>
Date: Tue Dec 13 00:13:14 2016 -0800
Merge tag 'debian/1.8.4-1' into debian/jessie-backports
tagging package falcon version debian/1.8.4-1
DALIGNER/LAmerge.c | 2 +-
DAZZ_DB/GNUmakefile | 2 +-
FALCON/falcon_kit/mains/get_read_ctg_map.py | 12 +-
FALCON/falcon_kit/mains/run1.py | 50 +-
FALCON_unzip/LICENSE.txt | 32 +
FALCON_unzip/README.md | 1 +
FALCON_unzip/examples/fc_unzip.cfg | 17 +
FALCON_unzip/examples/unzip.sh | 2 +
FALCON_unzip/examples/unzip_obsoleted.sh | 33 +
FALCON_unzip/falcon_unzip/__init__.py | 36 +
FALCON_unzip/falcon_unzip/dedup_h_tigs.py | 70 +
FALCON_unzip/falcon_unzip/get_read_hctg_map.py | 110 ++
FALCON_unzip/falcon_unzip/graphs_to_h_tigs.py | 678 +++++++++
.../falcon_unzip/ovlp_filter_with_phase.py | 354 +++++
FALCON_unzip/falcon_unzip/phased_ovlp_to_graph.py | 1545 ++++++++++++++++++++
FALCON_unzip/falcon_unzip/phasing.py | 569 +++++++
FALCON_unzip/falcon_unzip/phasing_readmap.py | 73 +
FALCON_unzip/falcon_unzip/rr_hctg_track.py | 201 +++
FALCON_unzip/falcon_unzip/run_quiver.py | 394 +++++
FALCON_unzip/falcon_unzip/select_reads_from_bam.py | 113 ++
FALCON_unzip/falcon_unzip/unzip.py | 357 +++++
FALCON_unzip/setup.py | 24 +
FALCON_unzip/src/py_scripts/fc_dedup_h_tigs.py | 4 +
.../src/py_scripts/fc_get_read_hctg_map.py | 4 +
FALCON_unzip/src/py_scripts/fc_graphs_to_h_tigs.py | 4 +
.../src/py_scripts/fc_ovlp_filter_with_phase.py | 6 +
.../src/py_scripts/fc_phased_ovlp_to_graph.py | 5 +
FALCON_unzip/src/py_scripts/fc_phasing.py | 5 +
FALCON_unzip/src/py_scripts/fc_phasing_readmap.py | 4 +
FALCON_unzip/src/py_scripts/fc_quiver.py | 4 +
FALCON_unzip/src/py_scripts/fc_rr_hctg_track.py | 4 +
.../src/py_scripts/fc_select_reads_from_bam.py | 4 +
.../src/py_scripts/fc_track_reads_htigs0.py | 398 +++++
FALCON_unzip/src/py_scripts/fc_unzip.py | 4 +
FALCON_unzip/src/py_utils/align.sh | 10 +
FALCON_unzip/src/py_utils/call_SV_from_mum.py | 85 ++
FALCON_unzip/src/py_utils/fetch_read.py | 12 +
FALCON_unzip/src/py_utils/split_bam.py | 28 +
debian/changelog | 8 +
debian/copyright | 5 +
debian/upstream/metadata | 2 +-
pypeFLOW/pwatcher/fs_based.py | 2 +-
pypeFLOW/pwatcher/network_based.py | 2 +-
pypeFLOW/pypeflow/simple_pwatcher_bridge.py | 10 +-
44 files changed, 5227 insertions(+), 58 deletions(-)
diff --cc debian/changelog
index ec748cc,1d4cb65..d8eb12c
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,11 +1,17 @@@
+ falcon (1.8.4-1) unstable; urgency=medium
+
+ * debian/upstream/metadata: quote authors list
+ * Imported Upstream version 1.8.4
+ * debian/copyright: add license terms for new bundled source FALCON_unzip
+
+ -- Afif Elghraoui <afif at debian.org> Fri, 02 Dec 2016 00:17:31 -0800
+
+falcon (1.8.3-1~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+
+ -- Afif Elghraoui <afif at debian.org> Fri, 02 Dec 2016 00:51:36 -0800
+
falcon (1.8.3-1) unstable; urgency=medium
* Imported Upstream version 1.8.3 (Closes: #844974)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falcon.git
More information about the debian-med-commit
mailing list