diff --git a/biology/Makefile b/biology/Makefile index e5bec235ca01..38761df9c785 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,198 +1,199 @@ 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-entrez-direct 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 += seqan3 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 += ucsc-userapps SUBDIR += ugene + SUBDIR += unikmer SUBDIR += vcf-split SUBDIR += vcf2hap SUBDIR += vcflib SUBDIR += vcftools SUBDIR += velvet SUBDIR += viennarna SUBDIR += vsearch SUBDIR += vt SUBDIR += wise .include diff --git a/biology/unikmer/Makefile b/biology/unikmer/Makefile new file mode 100644 index 000000000000..fa7eec68c77b --- /dev/null +++ b/biology/unikmer/Makefile @@ -0,0 +1,19 @@ +PORTNAME= unikmer +DISTVERSIONPREFIX= v +DISTVERSION= 0.18.0 +CATEGORIES= biology + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Toolkit for nucleic acid k-mer analysis, set operations on k-mers + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/shenwei356/unikmer +GO_TARGET= ./${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include diff --git a/biology/unikmer/distinfo b/biology/unikmer/distinfo new file mode 100644 index 000000000000..934330ac60cd --- /dev/null +++ b/biology/unikmer/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1622064837 +SHA256 (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.mod) = 6ccade17e0fdfc86ebaa0683f7aab4e3c94019032e0d0f4c78bf957a2a8f9c1b +SIZE (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.mod) = 881 +SHA256 (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.zip) = ff1d28fc6c79d62fc1a240bec03acc604f9ef7375f22548e0cc472c41b5b349d +SIZE (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.zip) = 4273162 diff --git a/biology/unikmer/pkg-descr b/biology/unikmer/pkg-descr new file mode 100644 index 000000000000..7ae41bf53489 --- /dev/null +++ b/biology/unikmer/pkg-descr @@ -0,0 +1,12 @@ +unikmer is a golang package and a toolkit for nucleic acid k-mer analysis, +providing functions including set operation k-mers (sketch) optional with TaxIds +but without count information. + +K-mers are either encoded (k<=32) or hashed (arbitrary k) into uint64, and +serialized in binary file with extension .unik. + +TaxIds can be assigned when counting k-mers from genome sequences, and LCA +(Lowest Common Ancestor) is computed during set opertions including computing +union, intersecton, set difference, unique and repeated k-mers. + +WWW: https://github.com/shenwei356/unikmer