File: 0006-restore-bin.patch

package info (click to toggle)
snakemake 7.32.4-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,832 kB
  • sloc: python: 32,846; javascript: 1,287; makefile: 247; sh: 163; ansic: 57; lisp: 9
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 09 Jan 2017 14:39:07 +0100
Description: Version 3.9.1 is lacking snakemake executable - using the
 binary that results from build process as quilt patch at the former location

--- /dev/null
+++ b/bin/snakemake
@@ -0,0 +1,6 @@
+#!/usr/bin/python3
+import sys
+import snakemake
+
+
+sys.exit(snakemake.main())