1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/biology/Makefile
Martin Wilke 177c8291a7 bx-python is a python library and associated set of scripts to allow for rapid
implementation of genome scale analyses. The library contains a variety of
useful modules, but the particular strengths are:

Classes for reading and working with genome-scale multiple local alignments
(in MAF, AXT, and LAV formats). Generic data structure for indexing on disk
files that contain blocks of data associated with intervals on various
sequences (used, for example, to provide random access to individual
alignments in huge files; optomized for use over network filesystems).
Data structures for working with intervals on sequences:
 * "Binned bitsets" which act just like chromosome sized bit arrays,
   but lazily allocate regions and allow large blocks of all set or
   all unset bits to be stored compactly
 * "Intersecter" for performing fast intersection tests that preserve
   both query and target intervals and associated annotation

WWW: https://github.com/bxlab/bx-python

PR:		218757
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-05-06 06:07:03 +00:00

116 lines
2.5 KiB
Makefile

# $FreeBSD$
#
COMMENT = Biology
SUBDIR += ariadne
SUBDIR += artemis
SUBDIR += avida
SUBDIR += babel
SUBDIR += bcftools
SUBDIR += bedtools
SUBDIR += biococoa
SUBDIR += biojava
SUBDIR += blat
SUBDIR += bowtie
SUBDIR += bowtie2
SUBDIR += bwa
SUBDIR += cd-hit
SUBDIR += cdbfasta
SUBDIR += chemeq
SUBDIR += clustalw
SUBDIR += consed
SUBDIR += crux
SUBDIR += diamond
SUBDIR += emboss
SUBDIR += fasta
SUBDIR += fasta3
SUBDIR += fastdnaml
SUBDIR += fastool
SUBDIR += fasttree
SUBDIR += fastx-toolkit
SUBDIR += fluctuate
SUBDIR += garlic
SUBDIR += gff2ps
SUBDIR += gmap
SUBDIR += gperiodic
SUBDIR += grappa
SUBDIR += hmmer
SUBDIR += htslib
SUBDIR += iolib
SUBDIR += jalview
SUBDIR += jellyfish
SUBDIR += lagan
SUBDIR += lamarc
SUBDIR += libgtextutils
SUBDIR += libsbml
SUBDIR += linux-foldingathome
SUBDIR += mafft
SUBDIR += mapm3
SUBDIR += migrate
SUBDIR += molden
SUBDIR += mopac
SUBDIR += mrbayes
SUBDIR += mummer
SUBDIR += muscle
SUBDIR += ncbi-blast+
SUBDIR += ncbi-toolkit
SUBDIR += njplot
SUBDIR += p5-AcePerl
SUBDIR += p5-Bio-ASN1-EntrezGene
SUBDIR += p5-Bio-Coordinate
SUBDIR += p5-Bio-Das
SUBDIR += p5-Bio-Das-Lite
SUBDIR += p5-Bio-GFF3
SUBDIR += p5-Bio-Glite
SUBDIR += p5-Bio-Graphics
SUBDIR += p5-Bio-MAGETAB
SUBDIR += p5-Bio-NEXUS
SUBDIR += p5-Bio-Phylo
SUBDIR += p5-Bio-SCF
SUBDIR += p5-BioPerl
SUBDIR += p5-BioPerl-Run
SUBDIR += p5-transdecoder
SUBDIR += paml
SUBDIR += phrap
SUBDIR += phred
SUBDIR += phylip
SUBDIR += phyml
SUBDIR += plink
SUBDIR += plinkseq
SUBDIR += primer3
SUBDIR += protomol
SUBDIR += psi88
SUBDIR += py-biom-format
SUBDIR += py-biopython
SUBDIR += py-bx-python
SUBDIR += py-pysam
SUBDIR += pycogent
SUBDIR += pyfasta
SUBDIR += python-nexus
SUBDIR += recombine
SUBDIR += ruby-bio
SUBDIR += rubygem-bio
SUBDIR += samtools
SUBDIR += seaview
SUBDIR += seqan
SUBDIR += seqan-apps
SUBDIR += seqan1
SUBDIR += seqio
SUBDIR += seqtools
SUBDIR += sim4
SUBDIR += slclust
SUBDIR += ssaha
SUBDIR += tRNAscan-SE
SUBDIR += t_coffee
SUBDIR += tinker
SUBDIR += treepuzzle
SUBDIR += trimmomatic
SUBDIR += ugene
SUBDIR += vcftools
SUBDIR += velvet
SUBDIR += wise
SUBDIR += xmolwt
.include <bsd.port.subdir.mk>