Giter Club home page Giter Club logo

Comments (5)

jebrosen avatar jebrosen commented on September 15, 2024

You can specify a path to TRF manually if it's not in your PATH. I expect that this should work for you:

./dfam-tetools.sh --trf-path=./TRF.linux64

from tetools.

jageis-fldm avatar jageis-fldm commented on September 15, 2024

Ran into a similar problem. I did specify the TRF path but still getting the same error even though it is executable
image

from tetools.

jebrosen avatar jebrosen commented on September 15, 2024

I made a mistake earlier when I referred to --trf-path=. It is --trf_prgm=.


@jageis-fldm I think the issue there is that getopt is very different on macOS, so I will need to work around that somehow. In the meantime, you can run it manually. This command would start the container the same way that dfam-tetools.sh would have; note that you do need to use the Linux version of TRF:

docker run -it --rm --mount type=bind,source="$(pwd)",target=/work --mount type=bind,source="./trf409.linux64",target=/opt/trf,ro --user "$(id -u):$(id -g)" --workdir "/work" --env "HOME=/work" "dfam/tetools:1"

However, I am not sure if it will work as expected on Mac and I do not have Docker for Mac set up to test it with.

from tetools.

jageis-fldm avatar jageis-fldm commented on September 15, 2024

Thanks for the prompt response! Appears to be working now...

from tetools.

jebrosen avatar jebrosen commented on September 15, 2024

I have updated dfam-tetools.sh in commit ac133a2 to only use commands that are available on macOS, so I believe the script should work now although I have still not tested the actual container.

You can re-run curl -sSLO https://github.com/Dfam-consortium/TETools/raw/master/dfam-tetools.sh to get the latest version.

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.