forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-fail-blacklist
882 lines (698 loc) · 20.9 KB
/
build-fail-blacklist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
# Unclear that the following old versions are still needed
recipes/hmmer/2.3.2
recipes/bamtools/2.3.0
recipes/bowtie/1.1.1
recipes/fastqc/0.10.1
recipes/fastqc/0.11.2
recipes/fastqc/0.11.3
recipes/fastqc/0.11.6
recipes/htseq/0.6.1.post1
recipes/htseq/0.6.1
recipes/htseq/0.7.2
recipes/htseq/0.9.1
recipes/freebayes/1.1.0.46
recipes/mothur/1.36.1
recipes/samtools/1.1
recipes/blast/2.2.21
recipes/blast-legacy/2.2.22
recipes/fwdpp/0.5.3
recipes/fwdpp/0.5.4
recipes/java-jdk/7.0.91
recipes/perl-extutils-makemaker/7.24
recipes/tabix/0.2.5
recipes/tabix/0.2.6
recipes/r-seurat/1.4.0.16
# missing tests and home
recipes/gdsctools
# Seems to download maven and then have java issues
recipes/megagta
# The build string needs to be modified to account for the [nocairo] feature
recipes/genometools-genometools/1.5.10-nocairo
# Unknown issues
recipes/transcomb
recipes/openslide
recipes/smina
recipes/cmv
recipes/fwdpp
recipes/parafly
# tracking master branch
recipes/frc
# OSX failures - library loading
recipes/r-pscbs/0.61.0
# warning: spurious network error (1 tries remaining): [12/-2] [77] Problem with the SSL CA cert (path? access rights?) (error setting certificate verify locations)
recipes/prosic
# CMake Error at build-common/cmake/VersionHelper.cmake:11 (list):
recipes/somatic-sniper
# need to fix the download location, the checksum changes everytime
recipes/osra/2.1.0
# osx failures
recipes/smalt
recipes/perl-file-homedir
# needs some special treatment, shorter prefix than normal pkgs
recipes/dimspy
recipes/dimspy/1.2.0
recipes/dimspy/1.1.0
recipes/dimspy/1.0.0
# can't find file to patch at input line 3
recipes/erds
# non-standard test
recipes/fermikit
# build-error
recipes/mimodd
# Found in conda-forge
recipes/aenum
recipes/intervaltree
recipes/jemalloc
recipes/jq
recipes/lapack
recipes/libdb
recipes/mysql-connector-c
recipes/nasm
recipes/netifaces
recipes/popt
recipes/pysftp
recipes/pytest-timeout
recipes/python-levenshtein
recipes/r-argumentcheck
recipes/r-bio3d
recipes/r-biomark
recipes/r-cnogpro
recipes/r-data.table
recipes/r-data.table/1.10.4
recipes/r-deoptimr
recipes/r-diptest
recipes/r-diptest/0.75_7
recipes/r-drc
recipes/r-dynamictreecut
recipes/r-gam
recipes/r-gbm
recipes/r-genabel
recipes/r-genabel.data
recipes/r-genenet
recipes/r-giant
recipes/r-gprofiler
recipes/r-gpseq
recipes/r-grimport
recipes/r-gsalib
recipes/r-gsmoothr
recipes/r-haplo.stats
recipes/r-ic10trainingdata
recipes/r-icluster
recipes/r-idr
recipes/r-inlinedocs
recipes/r-km.ci
recipes/r-kmsurv
recipes/r-kriging
recipes/r-lsd
recipes/r-maldiquant
recipes/r-matrixeqtl
recipes/r-metarnaseq
recipes/r-microseq
recipes/r-mixomics
recipes/r-mlgt
recipes/r-mqtl
recipes/r-pamr
recipes/r-patpro
recipes/r-phangorn
recipes/r-pinfsc50
recipes/r-plasmidprofiler
recipes/r-precrec
recipes/r-propcis
recipes/r-purbayes
recipes/r-qiimer
recipes/r-qtl
recipes/r-rbamtools
recipes/r-rcdk
recipes/r-rcircos
recipes/r-readbrukerflexdata
recipes/r-readmzxmldata
recipes/r-rematch2
recipes/r-rentrez
recipes/r-robustrankaggreg
recipes/r-rphylip
recipes/r-seqinr
recipes/r-smvar
recipes/r-snpassoc
recipes/r-solarius
recipes/r-tfmpvalue
recipes/r-xnomial
recipes/regex
recipes/scikit-bio
recipes/xdg
# error: possibly undefined macro: AM_GNU_GETTEXT
recipes/xcftools
# See https://github.com/bioconda/bioconda-recipes/pull/9458
recipes/spingo
# CMake Error: The source directory "/opt/conda/conda-bld/sqlitebrowser_1529759350498/work" does not appear to contain CMakeLists.txt.
recipes/sqlitebrowser
# no test, website down
recipes/sprinkles
# link not founds
recipes/soapcoverage
# download error
recipes/soapaligner
# missing tarball
recipes/metagene_annotator
recipes/sloika
recipes/pycoqc
# missing dep
recipes/oligotyping
recipes/oligotyping/2.0
# missing file
recipes/shiver
# sqt2pin missing
recipes/percolator
# missing binary
recipes/semeta
# Various C++ errors
recipes/rdock
# WARNING (talloc,lib/libpytalloc-util.so.2.1.9): did not find - or even know where to look for: /lib64/libm.so.6
recipes/talloc
# Skipped: vnl from /opt/recipe defines build/skip for this configuration ({'c_compiler': 'toolchain_c'}).
recipes/vnl
# old libc++ missing
recipes/searchgui/3.2.20
# something wrong with the test
recipes/remurna
# https://github.com/bcgsc/abyss/issues/130 and https://github.com/bioconda/bioconda-recipes/pull/6131
recipes/abyss/1.9.0
recipes/abyss/1.5.2
# Test uses a program that makes incorrect assumptions about shebangs (you can't reliably use "#!/usr/bin/env program --arguments")
recipes/amos
# aclocal error, but also downloads mauve tarballs, but there is now a mauve pkgs, is it still needed?
recipes/libmuscle
# compilation error
recipes/osra/2.0.1
# unable to access jarfile
recipes/effectivet3
# url broken
recipes/e-pcr
# linker error
recipes/discovar-denovo
# seqan errors
recipes/bowtie/1.0.0
# tarball missing
recipes/mrbayes
# error in BucketCache setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed
recipes/bucketcache
# depends on perl-pcap
recipes/brass
# test segfaults
recipes/kat/2.3.1
# oh no TPP is failing, it was a nightmare to get it to compile in the first place :(
recipes/tpp
# perl dependency estmapper not available for 5.26
recipes/wgs-assembler
# python dep click missing
recipes/qiime/1.9.1
# requires wgs-assembler, which has a build fail
recipes/sprai
# missing perl dep
recipes/perl-text-ansitable/0.48
# missing tarballs
recipes/genometools
recipes/nanonet
# missing dependency
recipes/genomebaser
recipes/garnet
recipes/tablet
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://pypi.org/simple/funcsigs/
recipes/pytest-marks
# git checkout problem
recipes/pbdagcon
recipes/icqsol
recipes/pout2mzid
# checksum always fails
recipes/ms
# GL missing, needs the extended base image
recipes/emperor
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://pypi.org/simple/HyPhy/
recipes/hivtrace
# sed: can't read /opt/conda/conda-bld/idba_1530055808563/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/bin/aclocal: No such file or directory
recipes/idba
# socket.timeout: timed out
recipes/infernal/1.0.2
# PREFIX/lib is a directory
recipes/proot
# /opt/conda/conda-bld/kat_1530056226354/test_tmp/run_test.sh: line 7: 8288 Aborted (core dumped) kat --version
recipes/kat/2.3.4
# bin/g++: Command not found
recipes/metavelvet/1.1.01
recipes/metavelvet-sl
recipes/metavelvet
# cp: target `/opt/conda/conda-bld/meryl_1530057980094/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/include/' is not a directory
recipes/meryl
recipes/metavelvet-sl-pipeline
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://pypi.org/simple/click/
recipes/onto2nx
# CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
recipes/openbabel/2.3.2
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d
recipes/imfusion/0.3.0
recipes/imfusion/0.3.2
recipes/poretools/0.5.1
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://pypi.org/simple/pyaml/#
recipes/hubward
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d
recipes/pasta/1.7.8
recipes/pasta/0.2
# Conflicting numpy and qiime
recipes/koeken
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d
recipes/nucleoatac/0.3.1
# no clue currently
recipes/hap.py
# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://pypi.org/simple/click/
recipes/phylotoast
# takes hours to build
recipes/plastid
# cp: cannot stat `./mapsembler2_extremities/build/mapsembler2_extremities': No such file or directory
recipes/mapsembler2
# Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!
recipes/primerprospector
# missing URL
recipes/intemap
# compilation error
recipes/lightning
# zlib missing
recipes/polymutt
recipes/prophyle/0.2.1
# /opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: cannot find -lc
recipes/piler
# no clue
recipes/portcullis/1.1.1
recipes/portcullis/1.1.0
# Skipped: guidescan from /opt/recipe defines build/skip for this configuration ({'numpy': '1.9', 'c_compiler': 'toolchain_c', 'openblas': '0.2.20'}).
recipes/guidescan
# installation error inside the container?
recipes/relocate2/2.0.1
recipes/relocate2
# ModuleNotFoundError: No module named 'model'
recipes/pyvcf/0.6.7
recipes/pyvcf
# /usr/bin/env: python -Es: No such file or directory
recipes/pizzly
# compiles its own zlib
recipes/plink2
# Unknown problems
recipes/rdflib-jsonld
recipes/smashbenchmarking
# natsort conflicts with python
recipes/qcumber
# Unknown issues
recipes/saffrontree
recipes/slclust
# ModuleNotFoundError: No module named 'fasta', note that the project is deprecated in favor of pyfaidx
recipes/pyfasta
# Tests failed for spanki-0.5.1-py27h24bf2e0_1.tar.bz2 - moving package to /opt/conda/conda-bld/broken
recipes/spanki
# perl issues
recipes/vcftools/0.1.11
# zlib
recipes/trimmomatic/0.35
# broken pipe
recipes/antarna
# perl errors
recipes/snvphyl-tools
# missing perl module
recipes/snippy/3.0
# hashFunction.c:94: Error: invalid instruction suffix for `push'
recipes/soapdenovo2
# tarball missing and should be migrated I guess
recipes/ant
recipes/ngseqbasic
recipes/footprint
recipes/mirdeep2/2.0.0.8
# post-link error
recipes/antismash
# zlib
recipes/megahit
# missing bioc package
recipes/customprodb
# runtime dep missing in Docker?
recipes/bio-vcf
# boost missing, requires boost < 1.65
recipes/bellmans-gapc
recipes/gap2seq
# needs bellmans-gapc rebuild
recipes/pkiss
# fail in Docker test
recipes/fiji/20151222
# flexbar not found
recipes/flexbar/3.3.0
# Error: Could not find or load main class edu.duke.igsp.gkde.Main
recipes/fseq
# compiler error
recipes/fwdpy11
# node error
recipes/azure-cli
recipes/arvados-cli
# takes to long to install
recipes/bcbio-rnaseq
# cannot open file
recipes/expansionhunter
# missing python requirements?
recipes/illuminate
# wired Docker permission error
recipes/bpipe
# perl bad interpreter
recipes/cmfinder/0.2
# conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {'perl-graphics-colorobject'}
recipes/circos-tools
# dotnet not found
recipes/canvas
#ImportError: cannot import name faces
recipes/cansnper
# URL not found
recipes/bumbershoot
# /opt/conda/conda-bld/phipack_1530829563675/work/conda_build.sh: line 139: cd: src/: No such file or directory
recipes/phipack
# zlib
recipes/dsk
# perl
recipes/vcftools/0.1.10
# perl wrong interpreter
recipes/prinseq
# checking whether the C compiler works... no
recipes/fastme
# but ['zlib'] not in reqs/run, i.e. it is overlinked (likely) or a missing dependency (less likely)
recipes/lofreq
# perl script could not be found
recipes/rnaclust
# [javac] Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.main.OptionName
recipes/picard/1.97
# Incompatible boost and bellmans-gapc
recipes/rnashapes/3.3.0
# Unknown issues
recipes/export2graphlan
recipes/lorma
recipes/microbecensus
recipes/minialign
recipes/nspdk
recipes/locarna/1.8.7
recipes/locarna/1.9.1
recipes/locarna/1.8.11
recipes/locarna/1.8.12
recipes/locarna/1.8.10
recipes/locarna/1.9.0
recipes/locarna/1.8.9
recipes/intarna/2.1.0
recipes/dreamtools
recipes/biomaj
recipes/cas-offinder
recipes/odose
recipes/perl-bio-db-sam
recipes/perl-sql-statement
# bad perl interpreter, needs patching a perl script
recipes/krona/2.6
recipes/krona/2.5
# tarball missing
recipes/igvtools
# missing module
recipes/perl-statistics-ttest
recipes/perl-module-fromperlver/0.008002
# test failed:
recipes/perl-locale-maketext-simple/0.21
recipes/perl-mldbm-sync
recipes/perl-pod-checker/1.60
# /opt/conda/conda-bld/pash_1531691261758/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- brl/util/textFileUtil (LoadError)
recipes/pash
# chmod: cannot access `/opt/conda/conda-bld/pantools_1531691214490/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac/bin/pantools': No such file or directory
recipes/pantools
# can't open file setup.py
recipes/meneco/1.5.2
# Permission denied ESTscan
recipes/perl-estscan2/2.1
# test failed
recipes/perl-btlib/0.19
# takes a long time and then fails?
recipes/kmerinshort
# chmod: cannot access `genblast_v1.0.4': No such file or directory
recipes/genblasta
# ImportError: cannot import name 'aveQual'
recipes/nanosplit
# ../short_read_connector.sh: line 299: /opt/conda/conda-bld/shortreadconnector_1531045819227/work/build/bin/SRC_linker_ram: No such file or directory
recipes/short-read-connector
# Cpp no such file or dir
recipes/genepop
# Error: Unable to access jarfile
recipes/gfinisher
# gsl missing but specified
recipes/gfold
# build errors
recipes/ghc/6.8.3
# missing python dep
recipes/hurry.filesize
# missing tarball
recipes/knot
recipes/moreutils
# compilation error, missing boost header
recipes/k-slam
# missing tarball
recipes/jali
recipes/intervalstats
# failing
recipes/igblast/1.4.0
# missing fortran lib, will fix this upstream
recipes/ig-checkfcs
# I got far with desmon but not it fails inside Docker with a missing perl module
recipes/desman
# fortran missing :(
recipes/fastspar
# build error
recipes/mapsplice
# no target specified and no make file
recipes/mreps
# np-likeness scorer no such file or directory
recipes/np-likeness-scorer
# Throws an error during testing
recipes/reago
# Error during mulled testing on circleci
recipes/ra-integrate
# Unknown issues
recipes/perl-pcap
recipes/perl-hpc-runner-command/3.2.13
recipes/perl-biox-workflow-command
recipes/perl-hpc-runner-command-plugin-logger-sqlite/0.0.3
# real long build-time
recipes/perl-bio-viennangs
# /boost/intrusive/list.hpp:123:22: error: ‘const bool boost::intrusive::list_impl<boost::intrusive::bhtraits<dng::pileup::Node, boost::intrusive::list_node_traits<void*>, (boost::intrusive::link_mode_type)0u, boost::intrusive::dft_tag, 1u>, long unsigned int, true, void>::safemode_or_autounlink’ is private
recipes/denovogear
# /opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: cannot find -lboost_system
recipes/metaprob
# Fails testing
recipes/cap-mirseq
# OSX related errors, Linux should be fine. Most of the non-perl issues are due to LLVM used as a compiler, GCC should be fine
recipes/cgat-scripts
recipes/shorah
recipes/smalt
recipes/perl-file-homedir
recipes/snap
recipes/perl-mixin-linewise
recipes/perl-pod-coverage-trustpod/0.100003
recipes/perl-pod-coverage/0.23
recipes/perl-symbol-util/0.0203
recipes/perl-test-pod-coverage/1.10
recipes/oases
recipes/novoplasty
recipes/metavelvet-sl-feature-extraction
recipes/locarna
recipes/music
recipes/kraken
recipes/kraken-ea
recipes/gnu-getopt
recipes/ghmm
recipes/domclust
recipes/bwa/0.6.2
recipes/disco/1.2
recipes/c-ares
recipes/cassiopee
recipes/check-sort-order
recipes/flock
recipes/cmfinder
recipes/cortex_con
recipes/cosi2
recipes/cufflinks
recipes/dialign-tx
recipes/edlib
recipes/esimsa
recipes/fastuniq
recipes/fgap
recipes/funcannot
recipes/genepender
recipes/genometester4
recipes/ghostx
recipes/ghostz
recipes/libbambamc/0.5.00
recipes/ls-gkm
recipes/mosaik
recipes/mustang
recipes/ngmerge
recipes/nlstradamus
recipes/ntcard
recipes/ocrad/0.21
recipes/panoct
recipes/perl-estscan1/1.3
recipes/pygresql
recipes/real
recipes/rmap
recipes/rnabob
recipes/sam
recipes/secimtools
recipes/sff2fastq
recipes/snpomatic
recipes/soapdenovo2-gapcloser
recipes/spectral_hk
recipes/swiftlink
recipes/tedna
recipes/transtermhp
recipes/perl-pod-elemental
recipes/perl-dbm-deep
recipes/perl-set-intervaltree
recipes/carna
recipes/perl-moosex-app/1.39
# R packages not in CRAN, please feel free to remove from the blacklist if you actually use any of these!
recipes/r-ampvis
recipes/r-annotables
recipes/r-boutroslabplottinggeneral
recipes/r-cimpl
recipes/r-DGEclustering
recipes/r-dpeak
recipes/r-genometricorr
recipes/r-george
recipes/r-ichorcna
recipes/r-intego
recipes/r-lme4qtl
recipes/r-mmgenome
recipes/r-nastiseq
recipes/r-ncbit
recipes/r-ngsplot
recipes/r-ngsplot-hg19
recipes/r-ngsplot-hg38
recipes/r-ngsplot-mm10
recipes/r-peer
recipes/r-phewas
recipes/r-pore
recipes/r-prestor
recipes/r-probmetab
recipes/r-qorts
recipes/r-quorts
recipes/r-rBLAST
recipes/r-rubic
recipes/r-scimpute
recipes/r-soap-nmr
recipes/r-spieceasi
recipes/r-xmlrpc
recipes/r-zerone
# bioconductor-dbchip already exists
recipes/r-dbchip
# Removed from CRAN
recipes/r-asics
recipes/r-biom
# Deprecated/build fail in Bioconductor
recipes/bioconductor-atlasrdf
recipes/bioconductor-jmosaics
recipes/bioconductor-meshsim
recipes/bioconductor-mmdiff
recipes/bioconductor-mmnet
recipes/bioconductor-rcytoscape
recipes/bioconductor-browservizdemo
recipes/bioconductor-pannbuilder
recipes/bioconductor-splicer
recipes/bioconductor-flowq
recipes/bioconductor-pbcmc
recipes/bioconductor-mqtl.nmr
recipes/bioconductor-nudge
recipes/bioconductor-phenodist
recipes/bioconductor-mvgst
recipes/bioconductor-ramigo
# Old bioconductor version that's no longer available
recipes/bioconductor-edger/3.12.1
recipes/bioconductor-masigpro/1.49.4
# Old package, should we still build it?
recipes/bioconductor-dnacopy/1.48.0
recipes/bioconductor-ggbio/1.22.0
recipes/bioconductor-limma/3.28.2
recipes/bioconductor-limma/3.28.10
recipes/bioconductor-org.ce.eg.db/3.2.3
recipes/bioconductor-org.ce.eg.db/3.4.1
recipes/bioconductor-org.dm.eg.db/3.3.0
recipes/bioconductor-org.mm.eg.db/3.3.0
recipes/bioconductor-qdnaseq.mm10/1.4.0
recipes/bioconductor-rgraphviz/2.13.0
recipes/bioconductor-ropls/1.2.14
recipes/r-seurat/1.4.0.16
recipes/r-speaq/1.2.1
recipes/bioconductor-cummerbund/2.8.2
recipes/bioconductor-cummerbund/2.12.1
recipes/bioconductor-diffbind/2.0.9
recipes/bioconductor-diffbind/2.2.12
recipes/bioconductor-xcms/1.52.0
recipes/bioconductor-s4vectors/0.8.11
# r-dagitity missing -> missing of V8 in cf
recipes/r-pcalg
recipes/bioconductor-epinem
recipes/bioconductor-debrowser
recipes/bioconductor-mirlab
# r-feature missing
recipes/bioconductor-flowmerge
recipes/bioconductor-flowmeans
recipes/bioconductor-confess
recipes/bioconductor-flowtype
recipes/bioconductor-rchyoptimyx
# system call failed: Cannot allocate memory
recipes/bioconductor-conumee
# Uses absurd amounts of memory
recipes/bioconductor-remp
# Missing r-magick
recipes/bioconductor-omicspca
# Missing r-gwidgetsrgtk2
recipes/bioconductor-mcagui
recipes/bioconductor-easyqpcr
# Missing r-clustersim
recipes/bioconductor-mapkl
# package ‘rjags’ could not be loaded (linking issue)
recipes/bioconductor-madseq
# Missing r-pca3d and r-rgdal
recipes/r-dartr
# Missing r-animation
recipes/r-phytools
# Missing root dependency
recipes/bioconductor-xps
# Build never completes
recipes/bioconductor-cancer
# GL/rgl errors
recipes/r-fateid
recipes/r-raceid3
recipes/bioconductor-slingshot
recipes/bioconductor-fci
recipes/bioconductor-rdrtoolbox
recipes/bioconductor-ampliqueso
recipes/bioconductor-icheck
recipes/bioconductor-moonlightr
# Compilation errors (and dependencies)
recipes/bioconductor-bgmix
recipes/bioconductor-chemmineob
recipes/bioconductor-flipflop
recipes/bioconductor-hilbertvisgui
recipes/bioconductor-rsbml
recipes/bioconductor-bgx
recipes/bioconductor-iclusterplus
recipes/bioconductor-explorase
recipes/bioconductor-dsimer
recipes/bioconductor-interactivedisplay
recipes/bioconductor-glad
recipes/bioconductor-manor
recipes/bioconductor-seqcna
recipes/bioconductor-adacgh2
recipes/bioconductor-snapcgh
recipes/bioconductor-italics
recipes/bioconductor-biggr
# stringify can't find libmysqlclient.18
recipes/ucsc-overlapselect
recipes/ucsc-pslmap
recipes/ucsc-pslcdnafilter
# can't open output file for writing
recipes/ucsc-bedtogenepred
# Missing r-bibitr
recipes/bioconductor-mirsm