Giter Club home page Giter Club logo

Comments (9)

tseemann avatar tseemann commented on August 23, 2024
  1. I've fixed the typo - thank you!

  2. I am also getting Error 256 on trimmomatic and pilon now too. I am investigating it. It's probably due to the _JAVA_OPTIONS I set, which were to ensure it didn't get killed on clusters where you have to know how much RAM you will be using. I'm working on it. Thank for letting me know it is not just me.

Q1. how much RAM does your computer have?
Q2. What does java -version say?
Q3. What does cat $(which pilon) say?

from shovill.

dutchscientist avatar dutchscientist commented on August 23, 2024

Misery and problems love company! I first switched everything to the Linuxbrew installation (some dependencies were already in usr/bin), but that did not help, only not including --ram 20.00 did.

A1) 32 Gb RAM, it is a virtualbox Ubuntu computer in a Windows 7 host with 64 Gb RAM (I wanted it dual boot, IT said no). The computer has been bought for the Minion sequencer, but can double up as Linux analysis computer, otherwise I have to use dual core, 8 Gb terminal only virtual computers.

A2) java version "1.8.0_144", Java(TM) SE Runtime Environment (build 1.8.0_144-b01), Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

A3) exec java -mx1000m -ms20m -jar /home/linuxbrew/.linuxbrew/Cellar/pilon/1.22/pilon-1.22.jar "$@"

from shovill.

tseemann avatar tseemann commented on August 23, 2024

Does it really say -mx1000m and not -Xmx1000m ?

I'm thinking the -ms20m might be too small... can you change it to -Xms100m ?

from shovill.

dutchscientist avatar dutchscientist commented on August 23, 2024

Yes, it says "exec java -mx1000m -ms20m", not Xmx1000m.

Where do I change this?

from shovill.

tseemann avatar tseemann commented on August 23, 2024

Turns out that pilon memory line is my work from long ago. Looks like I messed it up. I will try and fix.

from shovill.

tseemann avatar tseemann commented on August 23, 2024

Can you try brew install brewsci/bio/pilon (or reinstall) ?

from shovill.

dutchscientist avatar dutchscientist commented on August 23, 2024

With reinstall I now get "-Xmx1000m -Xms20m" (the rest stays the same).

When brew first updated (hadn't used it for a while), it also complains about perl being deprecated:

Warning: Calling 'depends_on ... => :perl' is deprecated!
There is no replacement.
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/tseemann/homebrew-bioinformatics-linux/Formula/shovill.rb:12:in `class:Shovill'
Please report this to the tseemann/bioinformatics-linux tap!

from shovill.

tseemann avatar tseemann commented on August 23, 2024

Do this:

brew untap homebrew/science
brew tap brewsci/science
brew tap brewsci/bio
brew update
brew upgrade
brew install brewsci/bio/shovill

from shovill.

tseemann avatar tseemann commented on August 23, 2024

I assume you fixed it.

from shovill.

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.