Giter Club home page Giter Club logo

Comments (2)

asgray avatar asgray commented on August 11, 2024

My equivalent of your command works for me:

singularity run ../../projects/TETools/tetools BuildDatabase -name myDB test_db-families.fa 
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "en_US.UTF-8",
        LANG = "C"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Building database myDB:
  Reading test_db-families.fa...
Number of sequences (bp) added to database: 8 ( 7939 bp )

So the first thing I would check is that you have all the permissions you need on the HPC. You'll need read permissions on your input file, as well as write permissions in your working directory for the database files.

Additionally, singularity usually automatically binds the working directory into the container, but some admin groups choose to disable that feature. You can test this by entering the container and checking if your working directory is still visible:

# in your case:
singularity shell dfam-tetools-latest.sif
# then
ls -al

If it turns out that you don't have automatic binding on, you'll have to do it manually with something like this:

singularity run -B $(pwd):/opt/src dfam-tetools-latest.sif BuildDatabase -name myDB scaffolds_final.fa

You can read more about binding here if needed.

Let me know if it works !

from tetools.

austinchipps avatar austinchipps commented on August 11, 2024

Hi Anthony,

Thank you so much for your quick reply. It was definitely an issue with the automatic binding being turned off. It is fixed now and working perfectly. Thank you again for your help!

Austin

from tetools.

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.