bioformats_package.jar installer for scyjava
Project description
bioformats_jar
deprecated
This package is deprecated. You should use scyjava to download and import jars. The functionality in this package can be accomplished using scyjava as follows:
import jpype
import scyjava
scyjava.config.endpoints.append('ome:formats-gpl:6.7.0')
scyjava.start_jvm()
loci = jpype.JPackage("loci")
loci.common.DebugTools.setRootLevel("ERROR")
This package remains only for packages that already depend on it.
usage
from bioformats_jar import get_loci, set_loci_log_level
# start the JVM and get the loci module
loci = get_loci()
# optionally:
set_loci_log_level("DEBUG") # by default "ERROR"
The following environment variables can also be used:
BIOFORMATS_VERSION- version of bioformats to use. by default "LATEST"BIOFORMATS_LOG_LEVEL- logging level for loci tools. by default "ERROR"BIOFORMATS_LICENSE- license version of bioformats to use. must be either"gpl"or"bsd". By default"gpl"
see also:
- Bioformats Docs
- Javadocs with the loci API
install
pip install bioformats-jar
conda install -c conda-forge bioformats-jar
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bioformats_jar-2020.5.27.tar.gz.
File metadata
- Download URL: bioformats_jar-2020.5.27.tar.gz
- Upload date:
- Size: 260.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36f9842ea5680f8f645a20195ab57c869db6a0cbe56dfd2729c6fd6bc07bfe29
|
|
| MD5 |
47690efaf23a00b0d43ec3a174decc02
|
|
| BLAKE2b-256 |
b5100f7b9521bc51d768130bd405122dcde00f6fe9b51de514fccf32f2e531d2
|
File details
Details for the file bioformats_jar-2020.5.27-py3-none-any.whl.
File metadata
- Download URL: bioformats_jar-2020.5.27-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c62b996249b8fe7020619aa7f2a64cfb92b985800fba232c91c5ef68888fbcd
|
|
| MD5 |
739aae3ebfb28045ca705eb9c0d46f99
|
|
| BLAKE2b-256 |
38e6a0f790271d7a9c1e83d50536bfe55e900d642b93e6c2f5415e635c927b4b
|