Code Monkey home page Code Monkey logo

Comments (12)

leejm516 avatar leejm516 commented on August 22, 2024 1

@laurentheirendt Almost done. Everything seems OK after changing some old julia macros and functions. It take some doing PR since I have to refork from the latest develop branch.

from cobra.jl.

laurentheirendt avatar laurentheirendt commented on August 22, 2024

Can only be tackled once #38 is solved.

from cobra.jl.

laurentheirendt avatar laurentheirendt commented on August 22, 2024

@leejm516, would you mind lending a hand here? 👍

from cobra.jl.

leejm516 avatar leejm516 commented on August 22, 2024

Nope. What can I do here?

from cobra.jl.

laurentheirendt avatar laurentheirendt commented on August 22, 2024

Essentially we need to make sure that the tutorial is running on Julia 1.0.

from cobra.jl.

laurentheirendt avatar laurentheirendt commented on August 22, 2024

@leejm516, may you update the tutorial before we'll tag the new version?

from cobra.jl.

leejm516 avatar leejm516 commented on August 22, 2024

Okay. I will have a look in the weekend

from cobra.jl.

laurentheirendt avatar laurentheirendt commented on August 22, 2024

@leejm516, is there any news on this? 👍

from cobra.jl.

leejm516 avatar leejm516 commented on August 22, 2024

Oh, sorry. I haven't tested yet. I will start from tonight :)

from cobra.jl.

leejm516 avatar leejm516 commented on August 22, 2024

I run Julia on Windows, and during the test of the PALM tutorial I encountered a funny error.

run(`git clone --depth=1 --recurse-submodules https://github.com/opencobra/cobratoolbox.git $installDir`);
@info "The COBRA Toolbox has been cloned successfully to the $installDir directory."

Cloning into '~/tmp/cobratoolbox'...
Checking out files: 100% (1752/1752), done.
Submodule 'binary' (https://github.com/opencobra/COBRA.binary.git) registered for path 'binary'
Submodule 'external/analysis/CnaCobraInterface' (https://github.com/SteffKlamt/CnaCobraInterface.git) registered for path 'external/analysis/CnaCobraInterface'
Submodule 'external/analysis/Volume-and-Sampling' (https://github.com/Bounciness/Volume-and-Sampling.git) registered for path 'external/analysis/Volume-and-Sampling'
Submodule 'external/analysis/gaimc' (https://github.com/dgleich/gaimc.git) registered for path 'external/analysis/gaimc'
Submodule 'external/analysis/mptoolbox' (https://github.com/LCSB-BioCore/mptoolbox.git) registered for path 'external/analysis/mptoolbox'
Submodule 'external/analysis/octave-networks-toolbox' (https://github.com/aeolianine/octave-networks-toolbox.git) registered for path 'external/analysis/octave-networks-toolbox'
Submodule 'external/base/solvers/lusol' (https://github.com/nwh/lusol.git) registered for path 'external/base/solvers/lusol'
Submodule 'external/base/solvers/pdco' (https://github.com/mxsaunders/pdco.git) registered for path 'external/base/solvers/pdco'
Submodule 'external/base/utilities/Smith-Decomposition' (https://github.com/nbfigueroa/Smith-Decomposition.git) registered for path 'external/base/utilities/Smith-Decomposition'
Submodule 'external/base/utilities/rdir' (https://github.com/LCSB-BioCore/rdir.git) registered for path 'external/base/utilities/rdir'
Submodule 'COBRA.papers' (https://github.com/opencobra/COBRA.papers.git) registered for path 'papers'
Submodule 'test/models' (https://github.com/LCSB-BioCore/COBRA.models) registered for path 'test/models'
Submodule 'COBRA.tutorials' (https://github.com/opencobra/COBRA.tutorials.git) registered for path 'tutorials'
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/binary'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/analysis/CnaCobraInterface'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/analysis/Volume-and-Sampling'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/analysis/gaimc'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/analysis/mptoolbox'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/analysis/octave-networks-toolbox'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/base/solvers/lusol'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/base/solvers/pdco'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/base/utilities/Smith-Decomposition'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/external/base/utilities/rdir'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/papers'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/test/models'...
Cloning into 'D:/Documents/julia/~/tmp/cobratoolbox/tutorials'...

Git did create a "~" folder, instead of seeking the home directory, which might be realted to #50
Mayhbe revising tutorials will have been finished tonight except for the above issue.

from cobra.jl.

leejm516 avatar leejm516 commented on August 22, 2024

https://discourse.julialang.org/t/how-to-input-path-in-run-and-joinpath-on-windows/29183

from cobra.jl.

laurentheirendt avatar laurentheirendt commented on August 22, 2024

homedir() should fix this. See #54

from cobra.jl.

Related Issues (20)

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.