Giter VIP home page Giter VIP logo

Comments (5)

freekvh avatar freekvh commented on August 26, 2024 1

This could be the same issue as I had, where /dev/shm (a ramdisk) is to small to hold the gtf file (my gtf file was 1.3 gb. In my case I increased /dev/shm from 1 to 4 GB and solved it. What size is your /dev/shm? (Output of: mount | grep /dev/shm)

from irap.

nunofonseca avatar nunofonseca commented on August 26, 2024

Hi Pete,

I looked at the irap.txt file and is a bit difficult to understand the first lines, namely the line one where irap env. variables are defined by running "source irap_setup.sh". Did you run this command once before running irap?

Cheers.

from irap.

nunofonseca avatar nunofonseca commented on August 26, 2024

Hi again,
Looking more carefully at the log file I noticed that there was an I/O problem upstream.

'...
Loading gtf file /opt/irap_install/data/reference/homo_sapiens/ensembl.gtf
grep: write error'

Maybe the storage is full?

Cheers.

from irap.

PeteClapham avatar PeteClapham commented on August 26, 2024

from irap.

nunofonseca avatar nunofonseca commented on August 26, 2024

Hi,
There should not be necessary to create any file manually - that would void the purpose of having a pipeline ;-)
The problem should be on the temporary folder (usually /tmp or other tmpfs folder setup on your computer node) used while uncompressing the input file and not on the toplevel folder. The function that loads the data determines the temporary folder to use by checking the environment variables TMPDIR, TMP and TEMP in turn and the first found which points to a writable directory is used: if none succeeds /tmp is used. Does this make sense?

Cheers.

from irap.

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.