Index: head/biology/Makefile =================================================================== --- head/biology/Makefile (revision 455382) +++ head/biology/Makefile (revision 455383) @@ -1,119 +1,120 @@ # $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 += fastqc SUBDIR += fasttree SUBDIR += fastx-toolkit SUBDIR += fluctuate SUBDIR += garlic SUBDIR += gff2ps SUBDIR += gmap SUBDIR += gperiodic SUBDIR += grappa SUBDIR += hmmer SUBDIR += htslib SUBDIR += iolib SUBDIR += iqtree SUBDIR += jalview SUBDIR += jellyfish SUBDIR += kallisto 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-cutadapt + SUBDIR += py-macs2 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 Index: head/biology/py-macs2/Makefile =================================================================== --- head/biology/py-macs2/Makefile (nonexistent) +++ head/biology/py-macs2/Makefile (revision 455383) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= macs2 +PORTVERSION= 2.1.0.p20170505 +CATEGORIES= biology python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Analysis of chromatin immunoprecipitation (ChIP) sequences + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent cython distutils + +USE_GITHUB= yes +GH_ACCOUNT= taoliu +GH_PROJECT= MACS +GH_TAGNAME= 6946b2f + +PYSETUP= setup_w_cython.py + +post-stage: + ${STRIP_CMD} \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/MACS2/*.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/MACS2/*/*.so + +.include Property changes on: head/biology/py-macs2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/biology/py-macs2/distinfo =================================================================== --- head/biology/py-macs2/distinfo (nonexistent) +++ head/biology/py-macs2/distinfo (revision 455383) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512241922 +SHA256 (taoliu-MACS-2.1.0.p20170505-6946b2f_GH0.tar.gz) = c6e4fb8b69b955134399fcdfc075cea5fbc29fabbc46cc4e9acdedeb1174fcfd +SIZE (taoliu-MACS-2.1.0.p20170505-6946b2f_GH0.tar.gz) = 159560613 Property changes on: head/biology/py-macs2/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/biology/py-macs2/pkg-descr =================================================================== --- head/biology/py-macs2/pkg-descr (nonexistent) +++ head/biology/py-macs2/pkg-descr (revision 455383) @@ -0,0 +1,6 @@ +MACS is a tool for chromatin immunoprecipitation (ChIP) sequence analysis. +MACS empirically models the length of the sequenced ChIP fragments, which +tend to be shorter than sonication or library construction size estimates, +and uses it to improve the spatial resolution of predicted binding sites. + +WWW: https://github.com/taoliu/MACS Property changes on: head/biology/py-macs2/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property