Giter VIP home page Giter VIP logo

Comments (4)

lcottret avatar lcottret commented on June 21, 2024

To be more concrete, I put information in organisms.dat that I can't deal with in mpwt. For instance, the name of the species that I want to display (e.g to add the strain), the copyright, etc...

from mpwt.

ArnaudBelcour avatar ArnaudBelcour commented on June 21, 2024

Hi @lcottret,

In the current version (0.7.2) mpwt will rewrite the input files, so it is not possible.

But I have made changes in the branch mpwt 0.8.0, that should keep the input files provided and not rewrite them.

Can you test it?
A little warning: the version on the branch 0.8.0 is still in development, so I recommend to make copies of your file before testing it.

from mpwt.

lcottret avatar lcottret commented on June 21, 2024

Hi !

Thanks @ArnaudBelcour !

What is the easiest way to test the 0.8.0 version ? Is it possible to use pip ?

from mpwt.

ArnaudBelcour avatar ArnaudBelcour commented on June 21, 2024

Hi,

I think the easiest way is to combine git and pip.

First, uninstall older version of mpwt with a pip uninstall mpwt.

Then clone the repository:

git clone https://github.com/AuReMe/mpwt.git

Move to the branch 0.8.0:

cd mpwt
git checkout mpwt_0.8.0

Then install it with pip:
pip install .

You can also add the -e (editable) option: pip install -e . With the -e option, pip will track the changes made on the git repository allowing to easily update to the new commits (in combination with git pull).

from mpwt.

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.