freebsd-ports/biology/Makefile
Sunpoet Po-Chuan Hsieh ef8d7d7d98 Add p5-Bio-FeatureIO 1.6.905
Bio::FeatureIO is an iterator subsystem for genomic sequence features.

Bio::FeatureIO is a handler module for the formats in the FeatureIO set (eg,
Bio::FeatureIO::GFF). It is the officially sanctioned way of getting at the
format objects, which most people should use.

The Bio::FeatureIO system can be thought of like biological file handles. They
are attached to filehandles with smart formatting rules (eg, GFF format, or BED
format) and can either read or write feature objects (Bio::SeqFeature objects,
or more correctly, Bio::FeatureHolderI implementing objects, of which
Bio::SeqFeature is one such object). If you want to know what to do with a
Bio::SeqFeatureI object, read Bio::SeqFeatureI.

The idea is that you request a stream object for a particular format. All the
stream objects have a notion of an internal file that is read from or written
to. A particular FeatureIO object instance is configured for either input or
output. A specific example of a stream object is the Bio::FeatureIO::gff object.

WWW: http://search.cpan.org/dist/Bio-FeatureIO/
2017-09-15 19:17:17 +00:00

115 lines
2.5 KiB
Makefile

# $FreeBSD$
#
COMMENT = Biology
SUBDIR += ariadne
SUBDIR += artemis
SUBDIR += avida
SUBDIR += babel
SUBDIR += bcftools
SUBDIR += bedtools
SUBDIR += biococoa
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-FeatureIO
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>