Giter VIP home page Giter VIP logo

rgc's People

Contributors

zyndagj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

eriksf zyndagj mcuma

rgc's Issues

Automatically detect cuda

If something like libcuda is detected in the container, run with --nv, OR always use --nv if running on a GPU node.

Add option to exclude compilers

Some people may want compilers exposed, so add an option to exclude all the compiler binaries that conda may install. This may require a custom target.

A problematic example is fastqtl.

Issue with creating Modulefiles with customized container locations

Example Command:

rgc -M /apps/modulefiles/containers -I /apps/singularity-3/containers -S biocontainers/bwa:0.7.15

Resulting Modulefile line:

set_shell_function("bwa",'singularity exec /home/jhrogers/apps/singularity-3/containers/bwa/bwa-0.7.15.sif bwa $@','singularity exec /home/jhrogers/apps/singularity-3/containers/bwa/bwa-0.7.15.sif bwa $*')

Expected Line:

set_shell_function("bwa",'singularity exec /apps/singularity-3/containers/bwa/bwa-0.7.15.sif bwa $@','singularity exec /apps/singularity-3/containers/bwa/bwa-0.7.15.sif bwa $*')

Further Information:

If I use the --prefix without the --imagedir, the modulefile comes out mostly correct, but the needed image isn't stored.

Example:
rgc -M /apps/modulefiles/containers -P /apps/singularity-3 -S biocontainers/bwa:0.7.15

Results:
Modulefile:
set_shell_function("bwa",'singularity exec /apps/singularity-3/containers/bwa/bwa-0.7.15.sif bwa $@','singularity exec /apps/singularity-3/containers/bwa/bwa-0.7.15.sif bwa $*')
note: it adds "containers" to the path, which is strange.

ls -l /apps/singularity-3/containers
total 0

Expected Results:
ls -l /apps/singularity-3/containers/
total 0
drwxr-x--- 2 jhrogers admin 36 Aug 11 16:25 bwa

Export functions

Should include something like this

if (myShellName() == "bash") then
        execute{cmd="export -f funcs", modeA={"load"}}
        execute{cmd="unset funcs", modeA={"unload"}}
end

Speed up tests

Images should be pulled once to make sure it works, but other tests should either hit a cache or skip the pulling step.

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.