Permalink
Please sign in to comment.
Browse files
Finished Python 3.6 migration (#4888)
* Add python-3.6 * Merged master. * Do not skip build for bulk updates. * Fix skipping. * Simplify filter logic. * Remove travis_wait, because bioconda-utils now prints a spinner for long-running tasks. * Remove phonenumbers (available in conda-forge). * Skip unnecessary tests in rpy2. * Add libgcc runtime dependency for scoop. * Add zlib to pytabix. Add gcc to python-igraph. * Add bzip2 to libsbml. * add libxml2 as dependency * rebuild flowtools * skip openbabel on py36 * try an other selector * fix the builds a little bit, however this important package needs a some love * fix URL ping @BioNinja, please don't remove tarballs :) * Fix tests for mgf-formatter * That is scary, the checksum changed? * removed in favor of https://github.com/conda-forge/python-magic-feedstock * fix download path * checksum incorrect :( * Fix pybigwig test cases. * Pin conda-build to a newer version. * Revert conda pinning. * Fix merge error. * point to bioconda-utils:enable-build-ids branch * remove dev version from repository * add dependency on pyqt4 * Fix nanosimh source URL. * Add gcc/libgcc to illuminate. * Removed old busco recipe because the source code is not available anymore. * Add automake. Update numpy to 1.12, because 1.10 is not built with Python 3.6 support. * Remove superfluous test case. * Minor. * Fix intarna build string. * Remove old prosic version. * Fix scipy dependency of igdiscover and cosmetic changes. * Add ncurses dependency. * Add pyqt. * Skip zeroc-ice because of segmentation fault. * Try to fix selector. * Add pyqt4 dependency. * Remove old version of bx-python. * Skip python 3.6 * Skip Python 3.6 because it is unsupported. * Use bioconda-utils master again (after the merge). Suppress warnings in intarna build. * Remove llvm dependency of whatshap. * Use debian container image in case of recipes depending on click. The reason is that click requires full unicode support, which is not present in the busybox image used for mulled. * Fixes and blacklisting. Temporarily use a fixed branch of bioconda-utils. * Fix merge conflict in openbabel recipe. * Skip py36 because pysamstats relies on old pysam which does not build on py36. * Use debian container for ggplot. * Revert skipping because of encoding errors. These should be fixed by bioconda/bioconda-utils#116. * Temporarily use fixed branch of bioconda-utils. * Bioconda-utils fix has been merged, use master again. * Add missing library. * Skip whole section outside of osx. * Add missing dependency. * Show test results of last. * Fix hmmlearn dependencies. * Relax setuptools dependency. * Update viral-ngs dependency in order to avoid conflict with py36. * Fix fsnviz dependency. * New garnet version. The old one was removed from pypi!! * Disable make test for intarna. * Add pyqt as build requirement. * Relax bowtie dependency. * Skip osx. * Pyqt is not a dependency of gseapy. * Skip viral-ngs for py36. * Relax matplotlib pinning for qiime. * Fix url. * Skip ig-flowtools until R dependencies have been updated. * Omit futures in python 3k. Add missing dependency. * Try simplifying osx setup for whatshap. The stdlib argument did not work anymore. * Relax snakemake dependency. * Use debian container for samsifter because it depends on X11 libs. * Skip rapclust. * Fix matplotlib version. * Skip chanjo * Fix perl dependency. * Fix last dependencies. * Use extended container for fitter. * Fix args. * Fix gseapy. * Handle locale in test cases of click-related recipes. Fix swarm tests. * Fixes. * Remove unnecessary dependencies. * Use our own extended base image. * Use master branch of bioconda-utils. * Documentation and base image. * Fix swarm dependencies. * Skip until we have completely switched to conda-forge. * Use extended base image for dreamtools. * Skip fwdpy (missing headers in own source). * Fixes and formatting. * Skipping hlama for anything except py35. @holtgrewe this is because for py36, you would need to depend on a current Snakemake version. I suggest to relax this dependency since Snakemake is backwards compatible anyway. * Fixes * Adapt container image definition to new syntax. Skip click-based recipes on py3k. * Add zlib to bx-python. * Fixes. * Add missing dependency. * Add gcc. * Add missing dependency xz. * Remove bx-python 0.7.1 because it does not build even on python 2.7 * Use extended base image. * Add missing lib. * Use UTF-8 in test cases. * Debug bx-python. * Fix qiime. Use test branch of bioconda-utils. * Fix qiime. Use test branch of bioconda-utils. * Skip cgat-scripts-devel on py36. Use master branch of bioconda-utils again after PR has been merged. * Skip linting when PR comes from the special bulk branch.
Showing
with
392 additions
and 1,328 deletions.
- +1 −1 .travis.yml
- +13 −1 recipes/amos/build.sh
- +5 −5 recipes/amos/meta.yaml
- +4 −3 recipes/bcbio-nextgen/meta.yaml
- +2 −1 recipes/bcl2fastq-nextseq/meta.yaml
- +12 −16 recipes/biokit/meta.yaml
- +6 −12 recipes/biom-format/2.1.5/meta.yaml
- +0 −1 recipes/biomaj/meta.yaml
- +0 −3 recipes/biopython/1.65/build.sh
- +0 −113 recipes/biopython/1.65/meta.yaml
- +0 −5 recipes/busco/1.2/build.sh
- +0 −33 recipes/busco/1.2/meta.yaml
- +0 −2 recipes/bx-python/0.7.1/build.sh
- +0 −57 recipes/bx-python/0.7.1/meta.yaml
- +0 −3 recipes/bx-python/0.7.2/build.sh
- +0 −58 recipes/bx-python/0.7.2/meta.yaml
- +2 −5 recipes/bx-python/build.sh
- +7 −6 recipes/bx-python/meta.yaml
- +0 −1 recipes/cgat-pipelines-nosetests/meta.yaml
- +1 −2 recipes/cgat-report/meta.yaml
- +3 −2 recipes/cgat-scripts-devel/meta.yaml
- +0 −1 recipes/cgat-scripts-nosetests/meta.yaml
- +0 −1 recipes/cgat-scripts/meta.yaml
- +7 −30 recipes/chanjo/meta.yaml
- +0 −34 recipes/checkm-genome/meta.yaml
- +2 −4 recipes/cnvkit/meta.yaml
- +0 −24 recipes/colormap/meta.yaml
- +4 −3 recipes/cooler/meta.yaml
- +4 −1 recipes/crimson/meta.yaml
- +1 −1 recipes/crispresso/meta.yaml
- +5 −6 recipes/dr-disco/meta.yaml
- +5 −5 recipes/dr-disco/v0.3.4/meta.yaml
- +5 −3 recipes/dreamtools/meta.yaml
- +2 −4 recipes/ecmwfapi/meta.yaml
- +4 −29 recipes/extract_genome_region/meta.yaml
- +4 −20 recipes/fitter/meta.yaml
- +9 −3 recipes/fsnviz/0.1.0/meta.yaml
- +8 −1 recipes/fsnviz/meta.yaml
- +3 −0 recipes/fwdpy/meta.yaml
- +7 −38 recipes/garnet/meta.yaml
- +1 −34 recipes/genomebaser/meta.yaml
- +3 −1 recipes/genomepy/meta.yaml
- +4 −0 recipes/ggplot/meta.yaml
- +7 −33 recipes/gseapy/meta.yaml
- +1 −0 recipes/hisat2/meta.yaml
- +4 −2 recipes/hlama/meta.yaml
- +3 −1 recipes/hmmlearn/meta.yaml
- +8 −3 recipes/ig-flowtools/meta.yaml
- +12 −5 recipes/igdiscover/meta.yaml
- +2 −0 recipes/illuminate/meta.yaml
- +2 −3 recipes/intarna/build.sh
- +2 −2 recipes/intarna/meta.yaml
- +0 −3 recipes/joblib/meta.yaml
- +14 −7 recipes/last/490/meta.yaml
- +13 −6 recipes/last/638/meta.yaml
- +10 −7 recipes/last/meta.yaml
- +5 −3 recipes/libsbml/meta.yaml
- +3 −2 recipes/mercat/meta.yaml
- +8 −11 recipes/mgf-formatter/meta.yaml
- +4 −4 recipes/moca/meta.yaml
- +2 −3 recipes/multiqc-bcbio/meta.yaml
- +7 −3 recipes/multiqc/meta.yaml
- +1 −1 recipes/nglview/meta.yaml
- +2 −0 recipes/onto2nx/meta.yaml
- +0 −26 recipes/openbabel/2.3.90dev7d621d9/build.sh
- +0 −18 recipes/openbabel/2.3.90dev7d621d9/fix_data_path.diff
- +0 −30 recipes/openbabel/2.3.90dev7d621d9/fix_library_path_search.diff
- +0 −25 recipes/openbabel/2.3.90dev7d621d9/include-dirs.patch
- +0 −48 recipes/openbabel/2.3.90dev7d621d9/meta.yaml
- +0 −15 recipes/openbabel/2.3.90dev7d621d9/run_test.py
- +2 −0 recipes/openbabel/2.4.1/meta.yaml
- +4 −6 recipes/peakzilla/meta.yaml
- +5 −37 recipes/ped_parser/meta.yaml
- +5 −32 recipes/phizz/meta.yaml
- +0 −4 recipes/phonenumbers/build.sh
- +0 −35 recipes/phonenumbers/meta.yaml
- +2 −2 recipes/planemo/0.23.0/meta.yaml
- +4 −7 recipes/planemo/0.34.1/meta.yaml
- +4 −6 recipes/planemo/meta.yaml
- +1 −35 recipes/platypus-conquistador/meta.yaml
- +3 −34 recipes/pomegranate/meta.yaml
- +0 −6 recipes/prosic/1.0/build.sh
- +0 −38 recipes/prosic/1.0/meta.yaml
- +5 −2 recipes/pybel/meta.yaml
- +2 −7 recipes/pybigwig/0.1.11/meta.yaml
- +4 −8 recipes/pybigwig/meta.yaml
- +1 −1 recipes/pysamstats/meta.yaml
- +2 −1 recipes/pytabix/meta.yaml
- +1 −1 recipes/python-bioext/meta.yaml
- +3 −1 recipes/python-igraph/meta.yaml
- +0 −9 recipes/python-magic/0.4.6/build.sh
- +0 −60 recipes/python-magic/0.4.6/meta.yaml
- +0 −3 recipes/python-magic/build.sh
- +0 −32 recipes/python-magic/meta.yaml
- +10 −2 recipes/qiime/1.9.1/meta.yaml
- +4 −30 recipes/query_phenomizer/meta.yaml
- +5 −1 recipes/rapclust/meta.yaml
- +0 −19 recipes/rpy2/meta.yaml
- +15 −27 recipes/samsifter/meta.yaml
- +5 −0 recipes/scikit-bio/0.2.3/meta.yaml
- +5 −0 recipes/scikit-bio/meta.yaml
- +5 −2 recipes/scoop/meta.yaml
- +5 −6 recipes/segmentation-fold/meta.yaml
- +2 −0 recipes/sevenbridges-python/meta.yaml
- +1 −1 recipes/spades/3.9.0/meta.yaml
- +1 −0 recipes/spades/meta.yaml
- +5 −2 recipes/swarm/1.2.19/meta.yaml
- +3 −2 recipes/swga/meta.yaml
- +2 −0 recipes/tabview/meta.yaml
- +1 −1 recipes/transabyss/meta.yaml
- +2 −1 recipes/umis/meta.yaml
- +1 −1 recipes/validators/meta.yaml
- +5 −7 recipes/whatshap/meta.yaml
- +5 −0 recipes/yahmm/meta.yaml
- +2 −0 recipes/zeroc-ice/meta.yaml
- +1 −1 scripts/env_matrix.yml
- +14 −23 scripts/travis-run.sh
- +1 −1 scripts/travis-setup.sh
| @@ -1,8 +1,20 @@ | ||
| +# fix automake | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/aclocal | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/automake | ||
| + | ||
| +# fix autoconf | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/autom4te | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/autoheader | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/autoreconf | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/ifnames | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/autoscan | ||
| +sed -i.bak '1 s|^.*$|#!/usr/bin/env perl|g' $PREFIX/bin/autoupdate | ||
| + | ||
| rm -r test tutorial | ||
| export LDFLAGS="-L$PREFIX/lib" | ||
| export CPPFLAGS="-I$PREFIX/include" | ||
| ./bootstrap | ||
| ./configure \ | ||
| - --prefix=$PREFIX | ||
| + --prefix=$PREFIX | ||
| make | ||
| make install |
| @@ -1,3 +0,0 @@ | ||
| -#!/bin/bash | ||
| - | ||
| -$PYTHON setup.py install |
| @@ -1,113 +0,0 @@ | ||
| -{% set name = "biopython" %} | ||
| -{% set version = "1.65" %} | ||
| -{% set sha256 = "6d591523ba4d07a505978f6e1d7fac57e335d6d62fb5b0bcb8c40bdde5c8998e" %} | ||
| - | ||
| - | ||
| -package: | ||
| - name: {{ name|lower }} | ||
| - version: {{ version }} | ||
| - | ||
| -source: | ||
| - fn: {{ name }}-{{ version }}.tar.gz | ||
| - url: https://pypi.python.org/packages/4e/77/8590d61dcda439d83f378106954e748db1a71e565335168a966642133ef8/biopython-1.65.tar.gz | ||
| - sha256: {{ sha256 }} | ||
| - | ||
| -about: | ||
| - home: http://www.biopython.org/ | ||
| - license: Biopython License Agreement | ||
| - license_file: LICENSE | ||
| - summary: 'Freely available tools for computational molecular biology.' | ||
| - | ||
| -build: | ||
| - number: 0 | ||
| - skip: True # [py34] | ||
| - | ||
| -requirements: | ||
| - build: | ||
| - - python | ||
| - - numpy x.x | ||
| - - reportlab | ||
| - - mmtf-python | ||
| - | ||
| - run: | ||
| - - python | ||
| - - numpy x.x | ||
| - - reportlab | ||
| - - mmtf-python | ||
| - | ||
| -test: | ||
| - imports: | ||
| - - Bio | ||
| - - Bio.Align | ||
| - - Bio.Align.Applications | ||
| - - Bio.AlignIO | ||
| - - Bio.Alphabet | ||
| - - Bio.Application | ||
| - - Bio.Blast | ||
| - - Bio.CAPS | ||
| - - Bio.Compass | ||
| - - Bio.Crystal | ||
| - - Bio.Data | ||
| - - Bio.Emboss | ||
| - - Bio.Entrez | ||
| - - Bio.ExPASy | ||
| - - Bio.FSSP | ||
| - - Bio.GA | ||
| - - Bio.GA.Crossover | ||
| - - Bio.GA.Mutation | ||
| - - Bio.GA.Repair | ||
| - - Bio.GA.Selection | ||
| - - Bio.GenBank | ||
| - - Bio.Geo | ||
| - - Bio.Graphics | ||
| - - Bio.Graphics.GenomeDiagram | ||
| - - Bio.HMM | ||
| - - Bio.KEGG | ||
| - - Bio.KEGG.Compound | ||
| - - Bio.KEGG.Enzyme | ||
| - - Bio.KEGG.KGML | ||
| - - Bio.KEGG.Map | ||
| - - Bio.Medline | ||
| - - Bio.NMR | ||
| - - Bio.NeuralNetwork | ||
| - - Bio.NeuralNetwork.BackPropagation | ||
| - - Bio.NeuralNetwork.Gene | ||
| - - Bio.Nexus | ||
| - - Bio.PDB | ||
| - - Bio.PDB.QCPSuperimposer | ||
| - # - Bio.PDB.mmtf Introduced in 1.68 | ||
| - - Bio.Pathway | ||
| - - Bio.Pathway.Rep | ||
| - - Bio.Phylo | ||
| - - Bio.Phylo.Applications | ||
| - - Bio.Phylo.PAML | ||
| - - Bio.PopGen | ||
| - - Bio.PopGen.Async | ||
| - - Bio.PopGen.FDist | ||
| - - Bio.PopGen.GenePop | ||
| - - Bio.PopGen.SimCoal | ||
| - - Bio.Restriction | ||
| - - Bio.SCOP | ||
| - - Bio.SVDSuperimposer | ||
| - - Bio.SearchIO | ||
| - - Bio.SearchIO.BlastIO | ||
| - - Bio.SearchIO.ExonerateIO | ||
| - - Bio.SearchIO.HmmerIO | ||
| - - Bio.SearchIO._model | ||
| - - Bio.SeqIO | ||
| - - Bio.SeqUtils | ||
| - - Bio.Sequencing | ||
| - - Bio.Sequencing.Applications | ||
| - - Bio.Statistics | ||
| - - Bio.SubsMat | ||
| - - Bio.SwissProt | ||
| - - Bio.TogoWS | ||
| - - Bio.UniGene | ||
| - - Bio.UniProt | ||
| - - Bio.Wise | ||
| - - Bio._py3k | ||
| - - Bio.codonalign | ||
| - - Bio.motifs | ||
| - - Bio.motifs.applications | ||
| - - Bio.motifs.jaspar | ||
| - - BioSQL |
| @@ -1,5 +0,0 @@ | ||
| -#!/bin/bash | ||
| - | ||
| -mkdir -p $PREFIX/bin/ | ||
| -cp BUSCO_v1.2.py $PREFIX/bin | ||
| -ln -s $PREFIX/bin/BUSCO_v1.2.py $PREFIX/bin/busco |
| @@ -1,33 +0,0 @@ | ||
| -package: | ||
| - name: busco | ||
| - version: "1.2" | ||
| - | ||
| -build: | ||
| - number: 1 | ||
| - | ||
| -source: | ||
| - fn: busco-v1.2.tar.gz | ||
| - url: http://busco.ezlab.org/files/BUSCO_v1.2.tar.gz | ||
| - md5: 4b4551ccdbc8e64d18295fc8d8729d84 | ||
| - | ||
| -requirements: | ||
| - build: | ||
| - - python | ||
| - run: | ||
| - - python | ||
| - - blast | ||
| - - hmmer | ||
| - # - emboss | ||
| - | ||
| -about: | ||
| - home: http://busco.ezlab.org/ | ||
| - license: GPL | ||
| - summary: BUSCO provides measures for quantitative assessment of genome | ||
| - assembly, gene set, and transcriptome completeness based on | ||
| - evolutionarily informed expectations of gene content from | ||
| - near-universal single-copy orthologs selected from OrthoDB. | ||
| - | ||
| -test: | ||
| - commands: | ||
| - - BUSCO_v1.2.py -h > /dev/null | ||
| - - busco -h > /dev/null |
| @@ -1,2 +0,0 @@ | ||
| -#!/bin/sh | ||
| -$PYTHON setup.py install |
Oops, something went wrong.
0 comments on commit
f575c10