<!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=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Dylan Aïssi pushed to branch master
at <a href="https://salsa.debian.org/med-team/snakemake">Debian Med / snakemake</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/snakemake/commit/d8fa1f739a35c582b0674a93b21c769e769cc1e0">d8fa1f73</a></strong>
<div>
<span>by Dylan Aïssi</span>
<i>at 2018-10-22T05:46:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 5.3.0</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/med-team/snakemake/commit/bccf8465be0cf836dede24b41ddff9ad43fc6014">bccf8465</a></strong>
<div>
<span>by Dylan Aïssi</span>
<i>at 2018-10-22T05:46:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge tag 'upstream/5.3.0'

Upstream version 5.3.0
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#a93800f494e087804c016fbdb4607cad81b91d6b">
.circleci/common.sh
</a>
</li>
<li class="file-stats">
<a href="#fd5da61396a8376845bee5cdf71aaf3c98a888ae">
.circleci/config.yml
</a>
</li>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
<span class="deleted-file">

CHANGELOG.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#45267e3a9556cafa9cb7b61dab7a3b6659e73aad">
<span class="new-file">
+
CHANGELOG.rst
</span>
</a>
</li>
<li class="file-stats">
<a href="#0c5e606b8190495bf7dabc7b15d0135b72486926">
docs/executable.rst
</a>
</li>
<li class="file-stats">
<a href="#d0153cac95479af9bfb99b746b633bc8255bb53a">
docs/index.rst
</a>
</li>
<li class="file-stats">
<a href="#3c7246c0b371cfd3a475428be04706178ca01f0f">
docs/project_info/faq.rst
</a>
</li>
<li class="file-stats">
<a href="#71bfc61fe5670acca8db301db473657cde1682a3">
docs/project_info/history.rst
</a>
</li>
<li class="file-stats">
<a href="#9b54be2cff8d0de677b1245d0b0dc07cca021923">
docs/snakefiles/configuration.rst
</a>
</li>
<li class="file-stats">
<a href="#945ec74fc1c17902d98bca84b7a1f0dfd755c01b">
docs/snakefiles/deployment.rst
</a>
</li>
<li class="file-stats">
<a href="#02739d845044a6cd860043a088ae0a786829cd56">
docs/snakefiles/modularization.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="#6e44c81569e59fa3a94e1cf4a660f38c9fe5ca24">
docs/tutorial/additional_features.rst
</a>
</li>
<li class="file-stats">
<a href="#a64f4e86841a3aed0cd5f5ec9d71431086ea0014">
docs/tutorial/advanced.rst
</a>
</li>
<li class="file-stats">
<a href="#7f695df9a93bb6d2f47c562fd1282181e830528b">
docs/tutorial/basics.rst
</a>
</li>
<li class="file-stats">
<a href="#93270ff2eb7f389db8b4ad6035cb96e4e1622227">
docs/tutorial/setup.rst
</a>
</li>
<li class="file-stats">
<a href="#6f0e88557663f7c802611536b868d357ec428260">
docs/tutorial/tutorial.rst
</a>
</li>
<li class="file-stats">
<a href="#54c391de2500e0856c23737daf64f9d931569110">
environment.yml
</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="#df4be91675a0ec494b4883d845ec77d630aa9b66">
snakemake/common.py
</a>
</li>
<li class="file-stats">
<a href="#cc2e928f15e341aa118531053338930d0d215b9d">
snakemake/conda.py
</a>
</li>
<li class="file-stats">
<a href="#42300b585ee7e51f9c6cfad5a88cf8ed5c4bd8fa">
snakemake/cwl.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="#1dba76c2cca537b789f8754f5ddbed5dc36c6dee">
snakemake/executors.py
</a>
</li>
<li class="file-stats">
<a href="#e933119c7503fe1d48ce0b0d37492388705f5808">
snakemake/io.py
</a>
</li>
<li class="file-stats">
<a href="#818384818c4671b8354b6eb98ee2bab61c015a74">
snakemake/jobs.py
</a>
</li>
</ul>
<h5>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: #777;">

<br>
<a href="https://salsa.debian.org/med-team/snakemake/compare/79761c68a935274a06fedd9a971ca3fe24d39a11...bccf8465be0cf836dede24b41ddff9ad43fc6014">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.

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