nucleus icon indicating copy to clipboard operation
nucleus copied to clipboard

Python and C++ code for reading and writing genomics data.

Results 3 nucleus issues
Sort by recently updated
recently updated
newest added

``` from nucleus.protos import reads_pb2 from nucleus.io import sam read_requirements = reads_pb2.ReadRequirements() sam_reader = sam.SamReader( input_path="NA12878_sliced.bam", read_requirements=read_requirements) for r in sam_reader: print(r) ``` ``` RuntimeError: PythonNext() argument read is not...

when i pip install the nucleus,it throw the error,i have try version 0.5.6 to latest,the same error.... python 3.9 tensorflow 2.9.1 ubuntu 20 pip install --user google-nucleus ` import pkg_resources...

Hello, The current version of nucleus is compatible only till Tensorflow 2.6.0. Can we have nucleus version compatible with the latest Tensorflow 2.11.0? Thanks, Saurabh