File: privacy-breach.patch

package info (click to toggle)
ivar 1.4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,348 kB
  • sloc: cpp: 5,892; javascript: 922; sh: 120; makefile: 48
file content (21 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: fix privacy-breach-generic in cookbookpage.html
 The document refers to a diagram hosted on github, but there is a local copy
 readily available for use, so lets use this one.
 .
 The file layout is somewhat odd, so I refrained to forward upstream.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2021-09-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- ivar.orig/docs/html/cookbookpage.html
+++ ivar/docs/html/cookbookpage.html
@@ -85,7 +85,7 @@
 <div class="line">out_dir = &quot;&lt;output directory&gt;&quot;</div>
 <div class="line">bed = &quot;&lt;bed-file-with-primer-positions&gt;&quot;</div>
 <div class="line">ref=&quot;&lt;path to reference fasta&gt;&quot;</div>
-</div><!-- fragment --><p><img src="https://raw.githubusercontent.com/andersen-lab/ivar/master/pipeline/pipeline.png" alt="" width="500" class="inline"/></p>
+</div><!-- fragment --><p><img src="./pipeline/pipeline.png" alt="" width="500" class="inline"/></p>
 <h2>Call iSNVs from samples with known reference sequence</h2>
 <p><a href="https://github.com/andersen-lab/paper_2018_primalseq-ivar/blob/master/cookbook/CookBook.ipynb">Link to Jupyter Notebook</a></p>
 <p><a href="https://github.com/andersen-lab/ivar/tree/master/pipeline">Link to pipeline</a></p>