9de0881042
through its REST web service (http://www.g-language.org). This module allows almost everything G-language GAE can do, without installing all necessary tookits and modules. Advantage of this module over the standard installation of G-language GAE package is: 1. Easy installation from CPAN 2. Extremely light-weight (less than 1000 lines of code) 3. Does not require much CPU/RAM (all calculation is done on the cloud) Disadvantages includes: 1. Slower analysis speed 2. Internet connection is required 3. No other software interfaces such as the G-language Shell WWW: http://search.cpan.org/dist/Bio-Glite/ PR: ports/133273 Submitted by: Wen Heping <wenheping at gmail.com>
95 lines
2 KiB
Makefile
95 lines
2 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Biology
|
|
|
|
SUBDIR += L-Breeder
|
|
SUBDIR += adun
|
|
SUBDIR += ariadne
|
|
SUBDIR += artemis
|
|
SUBDIR += avida
|
|
SUBDIR += babel
|
|
SUBDIR += belvu
|
|
SUBDIR += biococoa
|
|
SUBDIR += biojava
|
|
SUBDIR += blast
|
|
SUBDIR += blat
|
|
SUBDIR += boinc-simap
|
|
SUBDIR += chemeq
|
|
SUBDIR += clustalw
|
|
SUBDIR += consed
|
|
SUBDIR += crimap
|
|
SUBDIR += distribfold
|
|
SUBDIR += dna-qc
|
|
SUBDIR += dotter
|
|
SUBDIR += embassy
|
|
SUBDIR += emboss
|
|
SUBDIR += fasta
|
|
SUBDIR += fasta3
|
|
SUBDIR += fastdnaml
|
|
SUBDIR += finchtv
|
|
SUBDIR += fluctuate
|
|
SUBDIR += garlic
|
|
SUBDIR += genpak
|
|
SUBDIR += gff2ps
|
|
SUBDIR += gmap
|
|
SUBDIR += gperiodic
|
|
SUBDIR += grappa
|
|
SUBDIR += hmmer
|
|
SUBDIR += jalview
|
|
SUBDIR += kinemage
|
|
SUBDIR += lagan
|
|
SUBDIR += lamarc
|
|
SUBDIR += libgenome
|
|
SUBDIR += linux-foldingathome
|
|
SUBDIR += lsysexp
|
|
SUBDIR += mafft
|
|
SUBDIR += mapm3
|
|
SUBDIR += migrate
|
|
SUBDIR += molden
|
|
SUBDIR += mopac
|
|
SUBDIR += mrbayes
|
|
SUBDIR += mummer
|
|
SUBDIR += muscle
|
|
SUBDIR += ncbi-toolkit
|
|
SUBDIR += njplot
|
|
SUBDIR += ortep3
|
|
SUBDIR += p5-AcePerl
|
|
SUBDIR += p5-Bio-ASN1-EntrezGene
|
|
SUBDIR += p5-Bio-Das
|
|
SUBDIR += p5-Bio-Glite
|
|
SUBDIR += p5-Bio-Graphics
|
|
SUBDIR += p5-Bio-Phylo
|
|
SUBDIR += p5-bioperl
|
|
SUBDIR += p5-bioperl-devel
|
|
SUBDIR += p5-bioperl-run
|
|
SUBDIR += p5-bioperl-run-devel
|
|
SUBDIR += paml
|
|
SUBDIR += phd2fasta
|
|
SUBDIR += phrap
|
|
SUBDIR += phred
|
|
SUBDIR += phylip
|
|
SUBDIR += platon
|
|
SUBDIR += povchem
|
|
SUBDIR += primer3
|
|
SUBDIR += protomol
|
|
SUBDIR += psi88
|
|
SUBDIR += py-biopython
|
|
SUBDIR += pymol
|
|
SUBDIR += rasmol
|
|
SUBDIR += recombine
|
|
SUBDIR += ruby-bio
|
|
SUBDIR += seaview
|
|
SUBDIR += seqio
|
|
SUBDIR += sim4
|
|
SUBDIR += ssaha
|
|
SUBDIR += tRNAscan-SE
|
|
SUBDIR += t_coffee
|
|
SUBDIR += tinker
|
|
SUBDIR += treepuzzle
|
|
SUBDIR += treeviewx
|
|
SUBDIR += wise
|
|
SUBDIR += xdrawchem
|
|
SUBDIR += xmolwt
|
|
|
|
.include <bsd.port.subdir.mk>
|