<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Étienne Mollier pushed to branch upstream at <a href="https://salsa.debian.org/med-team/lastz">Debian Med / lastz</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/med-team/lastz/-/commit/79e003927f7b57f60d649959a6830309580d5dfa">79e00392</a></strong>
<div>
<span> by Étienne Mollier </span> <i> at 2025-09-19T22:32:38+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 1.04.52</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
41 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#836efb6e25a091dcb4ff8e1dbb2f0be6a5cbf14c">
Makefile
</a>
</li>
<li class="file-stats">
<a href="#e1d09ffcb6d3848f525ff282fcb7823d0467504f">
Makefile.warnings
</a>
</li>
<li class="file-stats">
<a href="#63566fd557a6adae02d75c292bbd712d0c5c5112">
README.lastz.html
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#8c0d6b0dca5817118d2f528acb81b643d000c69a">
docs/index.html
</a>
</li>
<li class="file-stats">
<a href="#09a8e11089bd7b184c2ba7778565c1350e1c7e3a">
src/Makefile
</a>
</li>
<li class="file-stats">
<a href="#2e33ec0db2ba44c7d1416dd2721a5254d9d485b2">
src/Makefile.warnings
</a>
</li>
<li class="file-stats">
<a href="#2c5ea9177330be244bfd7899e513b40b7b479a32">
src/capsule.h
</a>
</li>
<li class="file-stats">
<a href="#80658710addfdbc489f36e797123f2bb742558b4">
src/cigar.c
</a>
</li>
<li class="file-stats">
<a href="#8b4db8f8c4978a4b86c4578e2df8e9a695999e96">
src/cigar.h
</a>
</li>
<li class="file-stats">
<a href="#b0c88e88ec061cb504ef7c98d73440baa62b6b8c">
src/dna_utilities.c
</a>
</li>
<li class="file-stats">
<a href="#a45cdd55bbc73806d192b0e4969664abd12ff8e5">
src/dna_utilities.h
</a>
</li>
<li class="file-stats">
<a href="#c2a5d1cd58a318afb6346abfbfb9a652b0a31db2">
src/gapped_extend.c
</a>
</li>
<li class="file-stats">
<a href="#9922ae8375ae14e731c9f334cd3ece9299a6afad">
src/genpaf.c
</a>
</li>
<li class="file-stats">
<a href="#55d7b7740051c945f802d82aac8d8d1db8dcc1f1">
src/genpaf.h
</a>
</li>
<li class="file-stats">
<a href="#87bb82f92a6d96ffc287002f0a435b636385175d">
src/infer_scores.c
</a>
</li>
<li class="file-stats">
<a href="#b1f38a9fa81e332a4c0dc4504d5c2dda38cc7d0c">
src/lastz.c
</a>
</li>
<li class="file-stats">
<a href="#8ad513deda8b08d8aef13782dcdcca5b48b4e561">
src/lastz.h
</a>
</li>
<li class="file-stats">
<a href="#c672fce9c671440792e33117e131e53e07e9ddc6">
src/output.c
</a>
</li>
<li class="file-stats">
<a href="#b5a77dbc5958b056727644d778b96e630b96c730">
src/output.h
</a>
</li>
<li class="file-stats">
<a href="#0ff19e08b609704c00cb8c58d53f2845962c290c">
src/quantum.c
</a>
</li>
<li class="file-stats">
<a href="#5fbeabdaf5fd5df1518042f9d9d9b01bd749b08c">
src/sam.c
</a>
</li>
<li class="file-stats">
<a href="#08eced864ee26d1adc4b20cf2ff3337bc2a45fb3">
src/sam.h
</a>
</li>
<li class="file-stats">
<a href="#0b4e6f4560fc2381a225741308e5ad32fb03e6e4">
src/seed_search.c
</a>
</li>
<li class="file-stats">
<a href="#1084b7f716726a963fd600aca96532f5bdc6ee02">
src/seed_search.h
</a>
</li>
<li class="file-stats">
<a href="#8ff542e11afe6f2b8b3232e41661debe842de959">
src/seeds.c
</a>
</li>
<li class="file-stats">
<a href="#f84050f554b09439b0f0b34ffadd465ba425245d">
src/sequences.c
</a>
</li>
<li class="file-stats">
<a href="#1a8a3dac56968003e7ee0143f6fdceb75bab53aa">
src/sequences.h
</a>
</li>
<li class="file-stats">
<a href="#3ad95291c58ba8639adad0637daea521d2016dd7">
src/tweener.c
</a>
</li>
<li class="file-stats">
<a href="#a84f1a4a432a1a350d78ba2bf1dd646cfd082e28">
src/utilities.c
</a>
</li>
<li class="file-stats">
<a href="#9a94d03b1e40cdd79a011d7508d6255e1462554d">
src/version.mak
</a>
</li>
<li class="file-stats">
<a href="#d47eb61b15c25b0ee0c64642ffe258359181740c">
<span class="new-file">
+
tabular_tools/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#03ddd03620b440833e1e9c8d69ab3be7adec1c74">
<span class="new-file">
+
tabular_tools/alignment_table.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#74582259064e391908fa8987769fda9c3ba9378b">
<span class="new-file">
+
tabular_tools/alignment_table_aids.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#9362c7d3252530ad55c453e5c3d1441c39fd8080">
<span class="new-file">
+
tabular_tools/cigar.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#24cf70490b0290e108fbefa9213ca247f06f1110">
<span class="new-file">
+
tabular_tools/fasta_file.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#88e4905028d87fcddc1ed48b649e33c43a8da7f5">
<span class="new-file">
+
tabular_tools/tabular_to_maf.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#a3cb133481b46db8c9d0fc3c7646e5d2b6a3f2c8">
<span class="new-file">
+
tabular_tools/two_bit_file.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#3c7cfc4227ae6f8addcf50b23708eef868778dac">
<span class="new-file">
+
thesis/rsharris_phd_thesis_2007.pdf
</span>
</a>
</li>
<li class="file-stats">
<a href="#c7939fcb2bf230dd860c289f0a064691b935cad8">
tools/fasta_softmask_intervals.py
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">

<br>
<a href="https://salsa.debian.org/med-team/lastz/-/commit/79e003927f7b57f60d649959a6830309580d5dfa">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://salsa.debian.org/med-team/lastz/-/commit/79e003927f7b57f60d649959a6830309580d5dfa at 1758314842
</span>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/med-team/lastz/-/commit/79e003927f7b57f60d649959a6830309580d5dfa"}}</script>


</p>
</div>
</body>
</html>