Giter Site home page Giter Site logo

openalea-incubator / mapplet Goto Github PK

View Code? Open in Web Editor NEW
7.0 5.0 6.0 4.3 MB

Functional_Structural Plant Model of Apple Tree

Python 82.64% Shell 0.16% R 3.92% Haskell 0.27% Assembly 0.34% Makefile 0.14% GAP 0.13% C++ 6.56% Batchfile 0.12% Lex 5.71% V 0.03%
openalea fspm

mapplet's Introduction

MAppleT

Developer - Installation

We use conda system to manage our dependencies, so first install conda on your machine.

https://docs.conda.io/en/latest/miniconda.html

Install dependencies and environement

Now, install dependencies of MappleT by create firstly a conda environment with

conda create -y -n mappleT -c openalea -c anaconda python=2.7 \
scons=2 \
openalea.sconsx \
openalea.plantgl \
openalea.lpy \
openalea.fractalysis \
openalea.misc \
boost=1.66.0 \
mpfr=3.1 \
scipy \
pillow \
nose \
xlrd \
matplotlib \
jupyter_client=5 \
cython
Activate your environement
conda activate mappleT
Continue dependencies installation with openalea noy conda released package
Plantik
git clone https://github.com/openalea-incubator/plantik
cd plantik; python setup.py install; cd ..
Structure Analysis
git clone https://github.com/openalea/StructureAnalysis/
cd StructureAnalysis/
git checkout 59332198b74380f67df0f8e7dff3be36fb1785e2
cd tool; python setup.py install; cd ..
cd stat_tool; python setup.py install; cd ..
cd sequence_analysis; python setup.py install; cd ..
cd ..

And finally ... Install MappleT !

git clone https://github.com/openalea-incubator/MAppleT
cd MAppleT
python setup.py develop

Running MappleT

Launch

lpy share/data/stocatree.lpy

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.