Giter Club home page Giter Club logo

minus80's People

Contributors

dependabot[bot] avatar schae234 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

minus80's Issues

S3

Saw you were adding some cloud functionality. That is something I would use regularly so if you get to a good place and need any help testing lmk!

Install error for `utypes.h: No such file or directory`

This can be fixed by updating ICU library for unicode

On Ubuntu:

# Download the source code
wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/icu_4.8.1.1.orig.tar.gz
# Extracting the tarball
tar xzf icu_4.8.1.1.orig.tar.gz
rm -rf icu_4.8.1.1.orig.tar.gz
cd icu/source
# configure and compile
./configure 
make
# Install
make install
# Clean up
rm -rf icu/

frozen bcolz objects spam the databases folder

If you make a lot of frozen arrays using the Freezable._bcolz_array method, each array gets saves as a file in the ~/.minus80/databases directory.

The correct behavior here should be a deeper directory structure:

.minus80/
    /databases
        /object
            /sqlite (relational)
            /bcolz (columnar)

Or something like this.

error when installing minus80

Hello Rob,
We are trying to install minus80 on our ubuntu server. I ran $pip3 install minus80 --prefix /project/chadm/Xiaotong/python_package, and we encounter the following issue.

...
Building wheel for minus80 (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wky9u_c3/minus80/setup.py'"'"'; file='"'"'/tmp/pip-install-wky9u_c3/minus80/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-dcnrqgi3
cwd: /tmp/pip-install-wky9u_c3/minus80/
Complete output (35 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/minus80
copying minus80/RawFile.py -> build/lib/minus80
copying minus80/Accession.py -> build/lib/minus80
copying minus80/GCPCloudData.py -> build/lib/minus80
copying minus80/RelationalDB.py -> build/lib/minus80
copying minus80/FireBaseCloudData.py -> build/lib/minus80
copying minus80/init.py -> build/lib/minus80
copying minus80/Tools.py -> build/lib/minus80
copying minus80/Project.py -> build/lib/minus80
copying minus80/Cohort.py -> build/lib/minus80
copying minus80/ColumnDB.py -> build/lib/minus80
copying minus80/Freezable.py -> build/lib/minus80
copying minus80/CloudData.py -> build/lib/minus80
copying minus80/Config.py -> build/lib/minus80
copying minus80/Exceptions.py -> build/lib/minus80
creating build/lib/minus80/cli
copying minus80/cli/minus80.py -> build/lib/minus80/cli
copying minus80/cli/init.py -> build/lib/minus80/cli
running egg_info
writing minus80.egg-info/PKG-INFO
writing dependency_links to minus80.egg-info/dependency_links.txt
writing entry points to minus80.egg-info/entry_points.txt
writing requirements to minus80.egg-info/requires.txt
writing top-level names to minus80.egg-info/top_level.txt
reading manifest file 'minus80.egg-info/SOURCES.txt'
writing manifest file 'minus80.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
Installing apsw from GitHub using
error: [Errno 2] No such file or directory: 'pip'

ERROR: Failed building wheel for minus80
...

Can you help look into it? Please let me know if you need more details ([email protected]). Thanks.
Xiaotong

Convert files added to an Accession to be URLs

Right now we have just add paths with a small check to see if files exist. This makes it so Accessions cannot be shared across machines and does not yield reproducing workflows. If possible, files should be stored as URLs or noted if the file is only specific to a certain machine.

A URL is broken down into a few pieces:

URI = scheme:[//authority]path[?query][#fragment]

Where authority is expressed as:

authority = [userinfo@]host[:port]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.