Giter VIP home page Giter VIP logo

metaforge's Introduction

MetaForge

HyperThought Data/MetaData Uploading program.

Binaries are located at https://github.com/BlueQuartzSoftware/MetaForge/releases.

How to Install Using Anaconda

Users

NOTE: This assumes that you have Anaconda running on your system, and you are running either MacOS or 64-bit Windows.

  1. Create and activate a new python 3.8 Anaconda environment:
  conda create -n metaforge python=3.8
  conda activate metaforge
  1. Add the dependency channels to your channel list:
  conda config --add channels conda-forge
  conda config --add channels hyperthought
  1. Install the metaforge package from the BlueQuartz Software Anaconda channel:
  conda install -c bluequartzsoftware metaforge
  1. Launch the application:
  metaforge

Developers

NOTE: This assumes that you have Anaconda and Git running on your system.

  1. Clone down the MetaForge project from GitHub:
  git clone https://www.github.com/bluequartzsoftware/MetaForge
  1. Create and activate a new Anaconda environment using the environment yaml file:
  cd MetaForge
  conda env create -f environment.yml
  conda activate metaforge
  1. Install the metaforge package as an editable package:
  pip install -e .
  1. Launch the application:
  metaforge

NOTE: If you are using Visual Studio Code as your IDE, you can paste this into your launch.json file to be able to easily debug MetaForge:

  {
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: MetaForge",
            "type": "python",
            "request": "launch",
            "program": "metaforge",
            "console": "integratedTerminal"
        }
    ]
  }

Creating a Standalone App Package:

From within the metaforge virtual environment: conda install pyinstaller

Navigate to the top level of the MetaForge repository, and then execute the following:

For MacOS: pyinstaller --clean packaging/macOS.spec

For Windows: pyinstaller --clean packaging/win64.spec

The standalone package is located in the dist folder at the top level of the MetaForge repo.

Current Bugs

https://github.com/BlueQuartzSoftware/MetaForge/issues

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.