[med-svn] [hisat2] branch upstream updated (b84b3bc -> 81f4522)
Andreas Tille
tille at debian.org
Mon Sep 4 13:09:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository hisat2.
from b84b3bc New upstream version 2.0.5
adds 81f4522 New upstream version 2.1.0
No new revisions were added by this update.
Summary of changes:
MANUAL | 17 +-
MANUAL.markdown | 54 +-
Makefile | 2 +
VERSION | 2 +-
aligner_swsse.h | 2 +-
aligner_swsse_ee_i16.cpp | 2 +-
aligner_swsse_ee_u8.cpp | 2 +-
aligner_swsse_loc_i16.cpp | 2 +-
aligner_swsse_loc_u8.cpp | 2 +-
aln_sink.h | 535 ++--
alt.h | 109 +-
diff_sample.h | 4 +-
doc/manual.inc.html | 28 +-
ds.cpp | 2 +-
fast_mutex.h | 542 ++--
gbwt_graph.h | 34 +-
gfm.h | 77 +-
gp.h | 24 +-
hgfm.h | 15 +-
hi_aligner.h | 629 ++++-
hisat2 | 124 +-
hisat2.cpp | 107 +-
hisat2_build.cpp | 11 +-
hisat2_genotype.py | 1099 --------
hisat2_inspect.cpp | 23 +-
hisat2_test_BRCA_genotyping.py | 827 ------
hisat2_test_HLA_genotyping.py | 2699 --------------------
hisatgenotype.py | 489 ++++
...type_genome.py => hisatgenotype_build_genome.py | 382 ++-
hisatgenotype_extract_reads.py | 430 ++++
hisatgenotype_extract_vars.py | 1264 +++++----
...tgenotype_typing.py => hisatgenotype_hla_cyp.py | 223 +-
hisatgenotype_locus.py | 2335 +++++++++++++++++
hisatgenotype_modules/__init__.py | 0
.../hisatgenotype_assembly_graph.py | 1771 +++++++++++++
.../hisatgenotype_convert_codis.py | 627 +++++
.../hisatgenotype_extract_codis_data.py | 166 ++
.../hisatgenotype_extract_cyp_data.py | 1061 ++++++++
hisatgenotype_modules/hisatgenotype_gene_typing.py | 18 +
.../hisatgenotype_typing_common.py | 1549 +++++++++++
hisatgenotype_scripts/compare_HLA_Omixon.py | 129 +
hisatgenotype_scripts/extract_Omixon_HLA.py | 115 +
.../get_haplotype_ILMN_StrandSeq.py | 97 +
.../hisatgenotype_HLA_genotyping_PGs.py | 199 ++
.../hisatgenotype_locus_samples.py | 275 ++
old_hisat2_test_HLA_genotyping.py | 1341 ----------
opts.h | 6 +
pe.cpp | 1 +
processor_support.h | 9 +-
qual.h | 1 +
spliced_aligner.h | 149 +-
tp.h | 12 +-
util.h | 2 +-
53 files changed, 11897 insertions(+), 7728 deletions(-)
delete mode 100755 hisat2_genotype.py
delete mode 100755 hisat2_test_BRCA_genotyping.py
delete mode 100755 hisat2_test_HLA_genotyping.py
create mode 100755 hisatgenotype.py
rename hisat2_build_genotype_genome.py => hisatgenotype_build_genome.py (58%)
create mode 100755 hisatgenotype_extract_reads.py
rename hisatgenotype_typing.py => hisatgenotype_hla_cyp.py (93%)
create mode 100755 hisatgenotype_locus.py
create mode 100644 hisatgenotype_modules/__init__.py
create mode 100755 hisatgenotype_modules/hisatgenotype_assembly_graph.py
create mode 100755 hisatgenotype_modules/hisatgenotype_convert_codis.py
create mode 100755 hisatgenotype_modules/hisatgenotype_extract_codis_data.py
create mode 100755 hisatgenotype_modules/hisatgenotype_extract_cyp_data.py
create mode 100755 hisatgenotype_modules/hisatgenotype_gene_typing.py
create mode 100755 hisatgenotype_modules/hisatgenotype_typing_common.py
create mode 100755 hisatgenotype_scripts/compare_HLA_Omixon.py
create mode 100755 hisatgenotype_scripts/extract_Omixon_HLA.py
create mode 100755 hisatgenotype_scripts/get_haplotype_ILMN_StrandSeq.py
create mode 100755 hisatgenotype_scripts/hisatgenotype_HLA_genotyping_PGs.py
create mode 100755 hisatgenotype_scripts/hisatgenotype_locus_samples.py
delete mode 100755 old_hisat2_test_HLA_genotyping.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hisat2.git
More information about the debian-med-commit
mailing list