snakemake 4.5.0
Closes #23028. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
e0708e2a1a
commit
195e8514f9
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
class Snakemake < Formula
|
||||
desc "Pythonic workflow system"
|
||||
homepage "https://bitbucket.org/snakemake/snakemake/wiki/Home"
|
||||
url "https://files.pythonhosted.org/packages/4c/01/195575763c0eb6f4ae44cd28ad2563b1e7f74231adc3e207b032afa78018/snakemake-4.4.0.tar.gz"
|
||||
sha256 "5b22093cf1e7022a2d285d06e4aec5a78b95e1c05bd5866dd6839f4f5454173c"
|
||||
revision 1
|
||||
url "https://files.pythonhosted.org/packages/c6/f1/e80d344b8648ab40b2cf6477870c9feb151127e42ee1b1f3192f727d564d/snakemake-4.5.0.tar.gz"
|
||||
sha256 "0e63ec089832d85e19436d6ac25eef7c37fd0ccacba368053d59cd0a12a1c36d"
|
||||
head "https://bitbucket.org/snakemake/snakemake.git"
|
||||
|
||||
bottle do
|
||||
|
@ -21,8 +20,8 @@ class Snakemake < Formula
|
|||
end
|
||||
|
||||
resource "certifi" do
|
||||
url "https://files.pythonhosted.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/certifi-2017.11.5.tar.gz"
|
||||
sha256 "5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0"
|
||||
url "https://files.pythonhosted.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248/certifi-2018.1.18.tar.gz"
|
||||
sha256 "edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d"
|
||||
end
|
||||
|
||||
resource "chardet" do
|
||||
|
|
Loading…
Reference in a new issue