Skip to content
Snippets Groups Projects
Commit 197d365d authored by Jason W. Bacon's avatar Jason W. Bacon
Browse files

biology/biostar-tools: Update to 2.0

Add ucsc-userapps to metaport.
It was previously excluded due to packaging restrictions.
parent ea3326c7
No related branches found
No related tags found
No related merge requests found
PORTNAME= biostar-tools
PORTVERSION= 1.11
PORTVERSION= 2.0
CATEGORIES= biology python
MASTER_SITES= # empty
MAINTAINER= jwb@FreeBSD.org
COMMENT= Meta-port for Biostar Handbook tools
......@@ -63,7 +64,8 @@ RUN_DEPENDS= wget>0:ftp/wget \
bamutil>0:biology/bamutil \
${PYTHON_PKGNAMEPREFIX}deepTools>0:biology/py-deeptools@${PY_FLAVOR} \
igv>0:biology/igv \
gffread>0:biology/gffread
gffread>0:biology/gffread \
ucsc-userapps>0:biology/ucsc-userapps
USES= metaport python
......@@ -74,7 +76,7 @@ USES= metaport python
RUN_DEPENDS+= sra-tools>0:biology/sra-tools
.endif
SUB_FILES= biostar-shell
SUB_FILES= biostar-shell pkg-message
PLIST_FILES= bin/biostar-shell
do-install:
......
TIMESTAMP = 1717414690
TIMESTAMP = 1731026515
File mode changed from 100755 to 100644
[
{ type: install
message: <<EOM
Biostar-tools installs all of the tools except emboss to the
default PATH (normally /usr/local/bin) so they just work without any
special environment. Emboss commands are installed to
%%PREFIX%%/emboss/bin due to conflicts with other packages. Run
"biostar-shell" to add the emboss commands to your PATH, and simply
exit the shell to return your PATH to normal.
EOM
}
]
Biostar-Tools is a metaport for installing all the tools necessary to
work through the Biostar Handbook, except for bedGrapToBigWig, which
has license restrictions. If you need bedGraphToBigWig, run
cd /usr/ports/biology/ucsc-userapps && make install clean
work through the Biostar Handbook.
The handbook instructs the reader to install these tools mostly via
bioconda, which then requires the user to activate the bioconda
......@@ -11,7 +8,7 @@ install conda packages on FreeBSD if you wish. For details, see
/usr/ports/sysutils/linux-miniconda-installer/pkg-descr
This meta-package installs all of the tools except emboss to the
Biostar-tools installs all of the tools except emboss to the
default PATH (normally /usr/local/bin) so they just work without any
special environment. Emboss commands are installed to
/usr/local/emboss/bin due to conflicts with other packages. Run
......
[
{ type: install
message: <<EOM
If you need bedGraphToBigWig, run:
cd ${PORTSDIR}/biology/ucsc-userapps && make install clean
EOM
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment