Package: snakemake / 5.4.0-1

0011-fix-privacy-breach.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 12 Dec 2017 09:02:44 +0100
Description: Avoid privacy breach
 Remark: The replacement of the icons might lead to kind of outdated
 information in the local copy of the docs.  The tradeoff enhanced privacy
 is probably worth it since most probably will read up to date docs
 online anyway.
 .
 This patch does not solve all issues.  The remaining ones are discussed
 in debian/README.source.

--- a/snakemake/gui.html
+++ b/snakemake/gui.html
@@ -1,7 +1,7 @@
 <html>
     <head>
         <script type="text/javascript" src="file:///usr/share/javascript/jquery/jquery.min.js"></script>
-        <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.6/d3.min.js"></script>
+        <script type="text/javascript" src="file:///usr/share/javascript/d3/d3.min.js"></script>
         <script type="text/javascript" src="file:///usr/share/javascript/bootstrap/js/bootstrap.min.js"></script>
         <script type="text/javascript" src="http://cpettitt.github.io/project/dagre-d3/v0.1.5/dagre-d3.js"></script>
         <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.js"></script>
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,25 +4,25 @@
 Snakemake
 =========
 
-.. image:: https://img.shields.io/conda/dn/bioconda/snakemake.svg?label=Bioconda
+.. image:: file:///usr/share/doc/snakemake/html/_svg/install_with-bioconda-brightgreen.svg
     :target: https://bioconda.github.io/recipes/snakemake/README.html
 
-.. image:: https://img.shields.io/pypi/pyversions/snakemake.svg
+.. image:: file:///usr/share/doc/snakemake/html/_svg/pyversions_snakemake.svg
     :target: https://www.python.org
 
-.. image:: https://img.shields.io/pypi/v/snakemake.svg
+.. image:: file:///usr/share/doc/snakemake/html/_svg/snakemake.svg
     :target: https://pypi.python.org/pypi/snakemake
 
-.. image:: https://quay.io/repository/snakemake/snakemake/status
+.. image:: file:///usr/share/doc/snakemake/html/_svg/status.svg
        :target: https://quay.io/repository/snakemake/snakemake
 
-.. image:: https://circleci.com/bb/snakemake/snakemake/tree/master.svg?style=shield
+.. image::  file:///usr/share/doc/snakemake/html/_svg/master.svg
     :target: https://circleci.com/bb/snakemake/snakemake/tree/master
 
-.. image:: https://img.shields.io/badge/stack-overflow-orange.svg
+.. image:: file:///usr/share/doc/snakemake/html/_svg/stack-overflow-orange.svg
     :target: http://stackoverflow.com/questions/tagged/snakemake
 
-.. image:: https://img.shields.io/twitter/follow/johanneskoester.svg?style=social&label=Follow
+.. image:: file:///usr/share/doc/snakemake/html/_svg/johanneskoester_follow.svg
     :target: https://twitter.com/search?l=&q=%23snakemake%20from%3Ajohanneskoester
 
 The Snakemake workflow management system is a tool to create **reproducible and scalable** data analyses.
--- a/docs/project_info/citations.rst
+++ b/docs/project_info/citations.rst
@@ -38,7 +38,7 @@
 
 If you publish a Snakemake workflow, consider to add this badge to your project page:
 
-.. image:: https://img.shields.io/badge/snakemake-≥3.5.2-brightgreen.svg?style=flat-square
+.. image:: file:///usr/share/doc/snakemake/html/_svg/snakemake_gt_3.5.2-brightgreen.svg
    :target: https://snakemake.bitbucket.io
 
 The markdown syntax is