diff --git a/biology/Makefile b/biology/Makefile index 7c6bfbddf1d1..53c31ac00b77 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,194 +1,195 @@ COMMENT = Biology SUBDIR += abyss SUBDIR += ad2vcf SUBDIR += artemis SUBDIR += avida SUBDIR += babel SUBDIR += bamtools SUBDIR += bbmap SUBDIR += bcftools SUBDIR += bedtools SUBDIR += bioawk SUBDIR += biococoa SUBDIR += biolibc SUBDIR += bioparser SUBDIR += biosoup SUBDIR += bolt-lmm SUBDIR += bowtie SUBDIR += bowtie2 SUBDIR += bwa SUBDIR += canu SUBDIR += cd-hit SUBDIR += cdbfasta SUBDIR += checkm SUBDIR += clustal-omega SUBDIR += clustalw SUBDIR += cufflinks SUBDIR += cytoscape SUBDIR += ddocent SUBDIR += diamond SUBDIR += dsr-pdb SUBDIR += edlib SUBDIR += emboss SUBDIR += exonerate SUBDIR += fasta SUBDIR += fasta3 SUBDIR += fastahack SUBDIR += fastdnaml SUBDIR += fastool SUBDIR += fastp SUBDIR += fastqc SUBDIR += fasttree SUBDIR += fastx-toolkit SUBDIR += figtree SUBDIR += fluctuate SUBDIR += freebayes SUBDIR += garlic SUBDIR += gatk SUBDIR += gcta SUBDIR += gemma SUBDIR += generand SUBDIR += gff2ps SUBDIR += gmap SUBDIR += gperiodic SUBDIR += graphlan SUBDIR += groopm SUBDIR += haplohseq SUBDIR += hhsuite SUBDIR += hisat2 SUBDIR += hmmer SUBDIR += htslib SUBDIR += hyphy SUBDIR += igv SUBDIR += infernal SUBDIR += iolib SUBDIR += iqtree SUBDIR += jalview SUBDIR += jellyfish SUBDIR += kallisto SUBDIR += lamarc SUBDIR += libbigwig SUBDIR += libgtextutils SUBDIR += libsbml SUBDIR += linux-foldingathome SUBDIR += mafft SUBDIR += mapm3 SUBDIR += migrate SUBDIR += minimap2 SUBDIR += molden SUBDIR += mopac SUBDIR += mothur SUBDIR += mrbayes SUBDIR += mummer SUBDIR += muscle SUBDIR += ncbi-blast+ SUBDIR += ncbi-cxx-toolkit SUBDIR += ncbi-toolkit SUBDIR += ncbi-vdb SUBDIR += ngs-sdk SUBDIR += p5-AcePerl SUBDIR += p5-Bio-ASN1-EntrezGene SUBDIR += p5-Bio-Cluster SUBDIR += p5-Bio-Coordinate SUBDIR += p5-Bio-DB-EMBL SUBDIR += p5-Bio-DB-NCBIHelper 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-Bio-Variation SUBDIR += p5-BioPerl SUBDIR += p5-BioPerl-Run SUBDIR += p5-TrimGalore SUBDIR += p5-transdecoder SUBDIR += paml SUBDIR += pbbam SUBDIR += pbseqan SUBDIR += pear-merger SUBDIR += phrap SUBDIR += phred SUBDIR += phyml SUBDIR += picard-tools SUBDIR += plink SUBDIR += pooler SUBDIR += primer3 SUBDIR += prodigal SUBDIR += prodigy-lig SUBDIR += protomol SUBDIR += psi88 SUBDIR += py-Genesis-PyAPI SUBDIR += py-bigwig SUBDIR += py-biom-format SUBDIR += py-biopython SUBDIR += py-bx-python SUBDIR += py-crossmap SUBDIR += py-cutadapt SUBDIR += py-dnaio SUBDIR += py-ete3 SUBDIR += py-gffutils SUBDIR += py-gtfparse SUBDIR += py-hits SUBDIR += py-loompy SUBDIR += py-macs2 SUBDIR += py-multiqc SUBDIR += py-orange3-bioinformatics SUBDIR += py-orange3-single-cell SUBDIR += py-pandas-charm SUBDIR += py-pyfaidx SUBDIR += py-pysam + SUBDIR += py-resdk SUBDIR += py-scikit-bio SUBDIR += py-xenaPython SUBDIR += pyfasta SUBDIR += python-nexus SUBDIR += rainbow SUBDIR += rampler SUBDIR += readseq SUBDIR += recombine SUBDIR += ruby-bio SUBDIR += rubygem-bio SUBDIR += rubygem-bio-executables SUBDIR += rubygem-bio-old-biofetch-emulator SUBDIR += rubygem-bio-shell SUBDIR += samtools SUBDIR += scrm SUBDIR += seaview SUBDIR += seqan SUBDIR += seqan-apps SUBDIR += seqan1 SUBDIR += seqio SUBDIR += seqkit SUBDIR += seqtk SUBDIR += sim4 SUBDIR += slclust SUBDIR += smithwaterman SUBDIR += snpeff SUBDIR += spoa SUBDIR += stacks SUBDIR += star SUBDIR += stringtie SUBDIR += subread SUBDIR += tRNAscan-SE SUBDIR += tabixpp SUBDIR += treekin SUBDIR += treepuzzle SUBDIR += trimadap SUBDIR += trimmomatic SUBDIR += ugene SUBDIR += vcf-split SUBDIR += vcf2hap SUBDIR += vcflib SUBDIR += vcftools SUBDIR += velvet SUBDIR += viennarna SUBDIR += vsearch SUBDIR += vt SUBDIR += wise .include diff --git a/biology/py-resdk/Makefile b/biology/py-resdk/Makefile new file mode 100644 index 000000000000..39fbbeb35e01 --- /dev/null +++ b/biology/py-resdk/Makefile @@ -0,0 +1,28 @@ +PORTNAME= resdk +DISTVERSION= 13.1.0 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Resolwe SDK to interact with Resolwe server and Resolwe Bioinformatics + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}openpyxl>0:textproc/py-openpyxl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.0.0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2018.4:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}slumber>=0.7.1:www/py-slumber@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.5.1:devel/py-tzlocal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include diff --git a/biology/py-resdk/distinfo b/biology/py-resdk/distinfo new file mode 100644 index 000000000000..445f5f70e9d3 --- /dev/null +++ b/biology/py-resdk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618889698 +SHA256 (resdk-13.1.0.tar.gz) = b1348484e93f93184574dab3677816b5a0e76ccbb25aab0fc1cf1728142ae7ce +SIZE (resdk-13.1.0.tar.gz) = 219876 diff --git a/biology/py-resdk/pkg-descr b/biology/py-resdk/pkg-descr new file mode 100644 index 000000000000..d256f8eb4962 --- /dev/null +++ b/biology/py-resdk/pkg-descr @@ -0,0 +1,6 @@ +Resolwe SDK for Python supports interaction with Resolwe server and its +extension Resolwe Bioinformatics. You can use it to upload and inspect +biomedical data sets, contribute annotations, run analysis, and write +pipelines. + +WWW: https://github.com/genialis/resolwe-bio-py