Code Monkey home page Code Monkey logo

Comments (3)

adriangeerre avatar adriangeerre commented on August 11, 2024 1

Hi again,

Thanks for the answer. I have been able to modify the docker image and run BiG-SCAPE in singularity. I am posting the steps for others to access the solution or provide a better one.

Once I have the modified image:

singularity run bigscape_mod.sif -i 00-Data/AntiSMASHgbk/ -o 01-BigScape -c 16 --include_gbk_str '*'

from big-scape.

jowodo avatar jowodo commented on August 11, 2024 1

Hi,
sorry for commenting on this closed issue, but I just observed, that those lines which should be commented out to avoid the issue are still not commented out in the recent release (1.1.7). Am I missing something?
Thanks for your time!

from big-scape.

jorgecnavarrom avatar jorgecnavarrom commented on August 11, 2024

I think commenting/removing the following lines (around line 663 of ArrowerSVG.py) should do it:

    if len(new_color_domains) > 0:
        #if len(new_color_domains) < 10:
            #print("   Saving new color names for domains " + ", ".join(new_color_domains.keys()))
        #else:
            #print("   Saving new color names for 10+ domains")
            
        with open(domains_color_file, "a") as color_domains_handle:
            for new_names in new_color_domains:
                color_domains_handle.write(new_names + "\t" + ",".join([str(ncdom) for ncdom in new_color_domains[new_names]]) + "\n")

cheers

from big-scape.

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.