Permalink
Newer
100644
111 lines (110 sloc)
1.92 KB
|
|
||
| 1 | --- | |
|
|
||
| 2 | # List of custom programs to install that are not packaged. These each require | |
|
|
||
| 3 | # a install_name function in the appropriate place in the 'custom' directory to | |
| 4 | # define the steps for downloading, building, and installing the package. | |
|
|
||
| 5 | bio_general: | |
|
|
||
| 6 | #- bio4j # no easy download for 0.8 | |
|
|
||
| 7 | - anaconda | |
|
|
||
| 8 | - emboss | |
|
|
||
| 9 | - pgdspider | |
|
|
||
| 10 | bio_nextgen: | |
|
|
||
| 11 | alignment: | |
|
|
||
| 12 | - bowtie | |
|
|
||
| 13 | - gmap | |
|
|
||
| 14 | - lastz | |
|
|
||
| 15 | - mosaik | |
|
|
||
| 16 | # - perm # difficult build process with directory names | |
| 17 | - snap | |
|
|
||
| 18 | #- stampy # no version names on tarballs | |
|
|
||
| 19 | utilities: | |
|
|
||
| 20 | - dwgsim | |
|
|
||
| 21 | - fastq_screen | |
|
|
||
| 22 | - ogap | |
|
|
||
| 23 | - rnaseqc | |
|
|
||
| 24 | - varianttools | |
|
|
||
| 25 | - disambiguate | |
|
|
||
| 26 | - alientrimmer | |
|
|
||
| 27 | analysis: | |
|
|
||
| 28 | # - echo # build problems on ubuntu 12.10 | |
|
|
||
| 29 | - picard | |
|
|
||
| 30 | - shrec | |
|
|
||
| 31 | - tophat | |
|
|
||
| 32 | - featurecounts | |
|
|
||
| 33 | assembly: | |
| 34 | - abyss | |
|
|
||
| 35 | - cortex_var | |
|
|
||
| 36 | - ray | |
|
|
||
| 37 | - transabyss | |
| 38 | - trinity | |
|
|
||
| 39 | - velvet | |
|
|
||
| 40 | sv: | |
| 41 | - hydra | |
|
|
||
| 42 | - freec | |
|
|
||
| 43 | variant: | |
|
|
||
| 44 | - bcbio_variation | |
|
|
||
| 45 | - crisp | |
|
|
||
| 46 | - grabix | |
|
|
||
| 47 | - mutect | |
|
|
||
| 48 | - tassel | |
| 49 | - stacks | |
|
|
||
| 50 | - varscan | |
|
|
||
| 51 | chip: | |
| 52 | - macs | |
|
|
||
| 53 | needs_64bit: | |
| 54 | - ucsc_tools | |
| 55 | - bfast | |
|
|
||
| 56 | bio_proteomics: | |
| 57 | - transproteomic_pipeline | |
| 58 | - omssa | |
| 59 | - mzmine | |
| 60 | - myrimatch | |
| 61 | - directag | |
| 62 | - tagrecon | |
| 63 | - idpqonvert | |
| 64 | - pepitome | |
| 65 | - percolator | |
|
|
||
| 66 | bio_proteomics_wine: | |
| 67 | - proteomics_wine_env | |
|
|
||
| 68 | #- multiplierz | |
|
|
||
| 69 | - proteowizard | |
|
|
||
| 70 | - morpheus | |
|
|
||
| 71 | cloudman: | |
|
|
||
| 72 | - cloudman | |
|
|
||
| 73 | - novnc | |
|
|
||
| 74 | galaxy: | |
| 75 | - galaxy_webapp | |
|
|
||
| 76 | galaxy_tools: | |
| 77 | - cbl_galaxy_tools | |
|
|
||
| 78 | galaxyp: | |
|
|
||
| 79 | - galaxy_protk | |
|
|
||
| 80 | - protvis | |
|
|
||
| 81 | # Pydoop and seal need update and should only be installed on cloud systems | |
| 82 | #distributed: | |
| 83 | # - pydoop | |
| 84 | # - seal | |
|
|
||
| 85 | system: | |
|
|
||
| 86 | - homebrew | |
|
|
||
| 87 | - s3fs | |
|
|
||
| 88 | python: | |
| 89 | - bx-python | |
|
|
||
| 90 | - netsa-python | |
|
|
||
| 91 | - rpy | |
|
|
||
| 92 | java: | |
|
|
||
| 93 | - leiningen | |
|
|
||
| 94 | phylogeny: | |
| 95 | - tracer | |
|
|
||
| 96 | - beast | |
|
|
||
| 97 | #Viral Cloud Resource (VCR) - JCVI's Viral Genomic Pipelines on the cloud | |
|
|
||
| 98 | vcr: | |
|
|
||
| 99 | - galaxy_vcr | |
|
|
||
| 100 | - viralassembly | |
| 101 | - viralassembly_cleanall | |
| 102 | - viralvigor | |
| 103 | - viralvigor_test | |
| 104 | - viralvigor_validate | |
| 105 | - viralvigor_cleanall | |
|
|
||
| 106 | - vicvb | |
|
|
||
| 107 | - vicvb_cleanall | |
|
|
||
| 108 | # ToDo -- test on 64bit with bfast | |
| 109 | #- dnaa | |
| 110 | #- srma |