[med-svn] [gwamar] 02/06: Imported Upstream version 1.15.2
Andreas Tille
tille at debian.org
Mon Dec 14 10:14:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gwamar.
commit 32c64261466b8bb8cbd71bd2749348334f4b2d4a
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 14 10:57:10 2015 +0100
Imported Upstream version 1.15.2
---
src/drsoft/format_results/a1_mutations_latex_sel.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/drsoft/format_results/a1_mutations_latex_sel.py b/src/drsoft/format_results/a1_mutations_latex_sel.py
index 178857a..eb56ae8 100644
--- a/src/drsoft/format_results/a1_mutations_latex_sel.py
+++ b/src/drsoft/format_results/a1_mutations_latex_sel.py
@@ -33,8 +33,8 @@ def saveMutsLatex(params):
gene_id, position = mut_desc_full.split(" ")[2:4]
mut_profiles.append((bin_profile, gene_id, position))
- mut_profiles_sorted = sorted(mut_profiles, key=lambda (bin_profile, gene_id, position): (-gwamar_bin_utils.countNonZeros(bin_profile), abs(int(position)-440), gene_id))
-
+ mut_profiles_sorted = sorted(mut_profiles, key=lambda bin_profile_gene_id_position: (-gwamar_bin_utils.countNonZeros(bin_profile_gene_id_position[0]), abs(int(bin_profile_gene_id_position[2])-440), bin_profile_gene_id_position[1]))
+
tls = []
tls.append("\\documentclass[10pt]{article}\n")
tls.append("\\usepackage{tikz}\n")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gwamar.git
More information about the debian-med-commit
mailing list