Skip to content
#

hdf5

Here are 220 public repositories matching this topic...

argenisleon
argenisleon commented Feb 22, 2020

Hi,
I am trying to load a CSV with no header using

df = vaex.open('data/star0000-1.csv',sep=",", header=None, error_bad_lines=False)

but I get

could not convert column 0, error: TypeError('getattr(): attribute name must be string'), will try to convert it to string
Giving up column 0, error: TypeError('getattr(): attribute name must be string')
could not convert column 
kreczko
kreczko commented May 3, 2019

In Python 3 \> and \( are considered invalid escape sequences:

source:45: DeprecationWarning: invalid escape sequence \>
source:46: DeprecationWarning: invalid escape sequence \(

-- Docs: https://docs.pytest.org/en/latest/warnings.html

The solution is to remove the escape strings and declare the pattern as raw-string.

pkerpedjiev
pkerpedjiev commented Sep 24, 2018

When I run cooler cload -c1 1 -p1 2 -c2 4 - p2 5 .. on a file with four columns:

galactic        1601634 galactic        1125339
galactic        1601743 galactic        1135340
galactic        1597121 galactic        1126359
galactic        1598993 galactic        1135185
galactic        1597588 galactic        1125826

The error I get is:

Traceback (most recent call l
czender
czender commented Jul 24, 2019

A user recently requested directions to functionality implemented by make_bounds() and was unaware of its existence because it is undocumented. This reminded me that many ncap2 functions listed by ncap2 -f (which few people know exists) may be undocumented. This task is to create a list of the undocumented functions, paste it here, and then to add a description of each to the User Guide befo

oruebel
oruebel commented May 29, 2019

2) Feature Request

Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for ElectricalSeries.data we should add to the docval that the dimensions are num_time | num_channels. This would help users avoid errors with ordering of dimensions.

This issue was motivated by #960

This issue is in part also related to #626

glenfletcher
glenfletcher commented Mar 19, 2016

You mention in the readme "We don't support the endian argument to createVariable. The h5py API does not appear to offer this feature."

h5py dose support endianness buts its a component of the dtype i.e. dtype='<f8' is little, while dtype='>f8' is big, you can use the newbyteorder function on a numpy dype object to set it like so

>>> np.dtype("<f, >f")
dtype([('f0', '<f4'), ('f1', '>f4
kif
kif commented Feb 14, 2020

When the units are provided as attribute of an axis in a NXdata, I guess it would be quite easy to display them in addition to the label of the axis.

My use-case is quite simple: in SAXS, half of the software expect the scattering vector to be in 1/nm, while the other half expects them to be in 1/Å. Those units differ by a factor 10 so that the user is easily confused between the two.

The in

ax3l
ax3l commented Feb 18, 2020

We currently ship our own set of filesystem functions to create / handle dirs and files on the OS we support.

Much of it could be simplified with C++ filesystem support, which is still not production ready in tooling and broad support.

On top of that, for MPI-parallel operations such as an mkdir -p for a series, we do implement safe but potentially meta-data-server "heavy" operations. We c

alexandruioanvoda
alexandruioanvoda commented Mar 28, 2020

Hi! Hope this finds you well!

Is the LoomR tutorial not up-to-date anymore? Had a bug right in the tutorial: https://satijalab.org/loomR/loomR_tutorial.html

> library(loomR)
Loading required package: R6
Loading required package: hdf5r
> library(Seurat)
> hca <- connect(filename = "cc95ff89-2e68-4a08-a234-480eca21ce79.homo_sapiens.loom", mode = "r+")
> NormalizeData(object = hca, ch

Improve this page

Add a description, image, and links to the hdf5 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hdf5 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.