biology/py-mrcfile: New port: MRC file I/O library which is used in structural biology

This commit is contained in:
Yuri Victorovich 2022-05-01 10:10:08 -07:00
parent d9d51f04d6
commit 8db0b60850
4 changed files with 28 additions and 0 deletions

View file

@ -161,6 +161,7 @@
SUBDIR += py-libsedml
SUBDIR += py-loompy
SUBDIR += py-macs2
SUBDIR += py-mrcfile
SUBDIR += py-multiqc
SUBDIR += py-ont-fast5-api
SUBDIR += py-orange3-bioinformatics

View file

@ -0,0 +1,19 @@
PORTNAME= mrcfile
DISTVERSION= 1.3.0
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= MRC file I/O library which is used in structural biology
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1651424205
SHA256 (mrcfile-1.3.0.tar.gz) = 3a113042d24820b9dfc6902cb9d93bcbebdee22beb40552f2c35303ace4b0547
SIZE (mrcfile-1.3.0.tar.gz) = 32627

View file

@ -0,0 +1,5 @@
mrcfile is a Python implementation of the MRC2014 file
format, which is used in structural biology to store
image and volume data.
WWW: https://github.com/ccpem/mrcfile