<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" 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: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -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,0.01) 0 0 1px; font-family: -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;">
Andreas Tille pushed to branch upstream at <a href="https://salsa.debian.org/med-team/snakemake">Debian Med / snakemake</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/med-team/snakemake/-/commit/1e92a6a549599eba9e14d5e7be77e9cd9bf723b5">1e92a6a5</a></strong>
<div>
<span> by Andreas Tille </span> <i> at 2023-01-11T06:41:24+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>New upstream version 7.19.1</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#c778226b6c4c0fb51cf7942c8ee1f3d9fc1249d0">
.github/workflows/main.yml
</a>
</li>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#7e143b2e3a88fc7b437114c03b2302f5afa981ec">
docs/executing/cloud.rst
</a>
</li>
<li class="file-stats">
<a href="#9e4177ae5c810ed5bbbf8563e9a91dfc95913981">
docs/executing/cluster.rst
</a>
</li>
<li class="file-stats">
<a href="#678d7e50121966ef613372bf85b3e7f144e00ef1">
docs/snakefiles/remote_files.rst
</a>
</li>
<li class="file-stats">
<a href="#dfeb7b6e739ba66056c1799c63a5a39c7698b59f">
docs/snakefiles/rules.rst
</a>
</li>
<li class="file-stats">
<a href="#8e2edce0d507e1297474f25c00cae94258db38d8">
setup.py
</a>
</li>
<li class="file-stats">
<a href="#d366205d7cd679ff6d4a61f70728e92537101763">
snakemake/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#5e16cbeea010f59dbef52f8950f4873c94f39c7e">
snakemake/_version.py
</a>
</li>
<li class="file-stats">
<a href="#959b717a57676faf331e51a5fe763a00dea0032d">
snakemake/common/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#9821437dfb3fff8383b6066a2a3c7aa3f6712a32">
snakemake/dag.py
</a>
</li>
<li class="file-stats">
<a href="#f26ea241de6ff4cfc0be3675c4f2da7114bd889d">
snakemake/exceptions.py
</a>
</li>
<li class="file-stats">
<a href="#7610d24f21cc1508e60687b4a0c7e940a75ca358">
snakemake/executors/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#58dca66df0234dca0047ee0f9125a4962e934a9d">
<span class="new-file">
+
snakemake/executors/slurm/__init__.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#7350bf7ae90139fb38347a81ffa974cef379440b">
<span class="new-file">
+
snakemake/executors/slurm/slurm_jobstep.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#e9b48ae847e06665965fcafc44c69b645e7d2716">
<span class="new-file">
+
snakemake/executors/slurm/slurm_submit.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#818384818c4671b8354b6eb98ee2bab61c015a74">
snakemake/jobs.py
</a>
</li>
<li class="file-stats">
<a href="#6c195c1be80e4ad60b55a5a06c27411c43bbc217">
snakemake/logging.py
</a>
</li>
<li class="file-stats">
<a href="#87b26159067ade1d989921cb3240bfabece3aea0">
snakemake/notebook.py
</a>
</li>
<li class="file-stats">
<a href="#37945b951dec897845c94629dba3140528dcf147">
snakemake/persistence.py
</a>
</li>
<li class="file-stats">
<a href="#07f0767710101ee2fe07884020bf8f74216e4c70">
snakemake/remote/gridftp.py
</a>
</li>
<li class="file-stats">
<a href="#a796098942f8f9169072248a9e7f562bd481eb97">
snakemake/remote/zenodo.py
</a>
</li>
<li class="file-stats">
<a href="#1ffa1b3765afe0782e1886aa5b41999ae4d03543">
snakemake/resources.py
</a>
</li>
<li class="file-stats">
<a href="#55752111e76e9d786fdb84c4e7fd9f6de5c67a24">
snakemake/rules.py
</a>
</li>
<li class="file-stats">
<a href="#0ac0ac393192e0b6a8ebf767dd5e206b4afbf3b2">
snakemake/scheduler.py
</a>
</li>
<li class="file-stats">
<a href="#890eb9a72c661585e32094a5a93e483c1b1a8c82">
snakemake/shell.py
</a>
</li>
<li class="file-stats">
<a href="#9ca669a3173c07a202d199fb807e42d26441228e">
snakemake/utils.py
</a>
</li>
<li class="file-stats">
<a href="#cb9e107597e441fb1c0d61663359d9cf1dbfe04d">
snakemake/workflow.py
</a>
</li>
<li class="file-stats">
<a href="#2acc65acdda9ae987dbf8da8251ed25fe5a18110">
<span class="deleted-file">

test.sh
</span>
</a>
</li>
<li class="file-stats">
<a href="#ea38a3ab4657af68cd70c870a19eb52094475620">
<span class="new-file">
+
tests/Snakefile
</span>
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.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: #666;">

<br>
<a href="https://salsa.debian.org/med-team/snakemake/-/commit/1e92a6a549599eba9e14d5e7be77e9cd9bf723b5">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>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/med-team/snakemake/-/commit/1e92a6a549599eba9e14d5e7be77e9cd9bf723b5"}}</script>


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