From 4a3cfc20287868805f14453af20a666a44f58ded Mon Sep 17 00:00:00 2001 From: Sander Bollen Date: Wed, 15 May 2019 10:30:08 +0200 Subject: [PATCH] re-export vcfstats env without build no's --- envs/vcfstats.yml | 106 +++++++++++++++++----------------------------- 1 file changed, 40 insertions(+), 66 deletions(-) diff --git a/envs/vcfstats.yml b/envs/vcfstats.yml index 37c4c34..cb63434 100644 --- a/envs/vcfstats.yml +++ b/envs/vcfstats.yml @@ -1,69 +1,43 @@ name: hutspot-vcfstats channels: -- bioconda -- conda-forge -- defaults -- r + - conda-forge + - bioconda + - defaults dependencies: -- cyvcf2=0.8.4=py36_1 -- tqdm=4.7.2=py36_0 -- backports=1.0=py36_1 -- backports.functools_lru_cache=1.5=py36_0 -- blas=1.1=openblas -- ca-certificates=2018.1.18=0 -- certifi=2018.1.18=py36_0 -- click=6.7=py_1 -- coloredlogs=7.1=py36_0 -- cycler=0.10.0=py36_0 -- cython=0.27.3=py36_0 -- dbus=1.10.22=0 -- expat=2.2.5=0 -- fontconfig=2.12.6=0 -- freetype=2.8.1=0 -- gettext=0.19.8.1=0 -- glib=2.55.0=0 -- gst-plugins-base=1.8.0=0 -- gstreamer=1.8.0=1 -- humanfriendly=4.4=py36_0 -- icu=58.2=0 -- jpeg=9b=2 -- libffi=3.2.1=3 -- libiconv=1.15 -- libpng=1.6.34=0 -- libxcb=1.12=1 -- libxml2=2.9.7=0 -- matplotlib=2.1.2=py36_0 -- ncurses=5.9=10 -- numpy=1.14.1=py36_blas_openblas_200 -- openblas=0.2.20=7 -- openssl=1.0.2n=0 -- pandas=0.22.0=py36_0 -- patsy=0.5.0=py36_0 -- pcre=8.39=0 -- pip=9.0.1=py36_1 -- pyparsing=2.2.0=py36_0 -- pyqt=5.6.0=py36_4 -- python=3.6.4=0 -- python-dateutil=2.6.1=py36_0 -- pytz=2018.3=py_0 -- qt=5.6.2=7 -- readline=7.0=0 -- scipy=1.0.0=py36_blas_openblas_201 -- seaborn=0.8.1=py36_0 -- setuptools=38.5.1=py36_0 -- sip=4.18=py36_1 -- six=1.11.0=py36_1 -- sqlite=3.20.1=2 -- statsmodels=0.8.0=py36_0 -- tk=8.6.7=0 -- tornado=4.5.3=py36_0 -- wheel=0.30.0=py36_2 -- xorg-libxau=1.0.8=3 -- xorg-libxdmcp=1.1.2=3 -- xz=5.2.3=0 -- zlib=1.2.11=0 -- libgcc=5.2.0=0 -- libgfortran=3.0.0=1 -- pip: - - backports.functools-lru-cache==1.5 - - "git+https://git.lumc.nl/klinische-genetica/capture-lumc/vtools.git#egg=vtools" \ No newline at end of file + - bzip2=1.0.6 + - ca-certificates=2019.3.9 + - certifi=2019.3.9 + - click=7.0 + - coloredlogs=10.0 + - curl=7.64.1 + - cython=0.29.7 + - cyvcf2=0.10.10 + - htslib=1.9 + - humanfriendly=4.18 + - krb5=1.16.3 + - libblas=3.8.0 + - libcblas=3.8.0 + - libcurl=7.64.1 + - libdeflate=1.2 + - libedit=3.1.20170329 + - libffi=3.2.1 + - libgcc-ng=8.2.0 + - libgfortran-ng=7.3.0 + - liblapack=3.8.0 + - libssh2=1.8.2 + - libstdcxx-ng=8.2.0 + - ncurses=6.1 + - numpy=1.16.3 + - openblas=0.3.6 + - openssl=1.1.1b + - pip=19.1 + - python=3.7.3 + - readline=7.0 + - setuptools=41.0.1 + - sqlite=3.26.0 + - tk=8.6.9 + - tqdm=4.32.1 + - vtools=1.0.0 + - wheel=0.33.4 + - xz=5.2.4 + - zlib=1.2.11 \ No newline at end of file