Code Monkey home page Code Monkey logo

ipsychcnv's Introduction

iPsychCNV

Docker and Singularity container for iPsychCNV

iPsychCNV (https://biopsyk.dk/ipsychcnv/) is an R package software capable of finding copy number variation in amplified DNA from dried blood spots on Illumina SNP array.

This is to show how to run iPsychCNV via Docker and Singularity containers

Docker

You can directly pull the container

docker pull bayramalex/ipsychcnv:latest

alternatively you can download repo and build via dockerfile as

docker build -t ipsychcnv .

Then you can run the container as

docker run ipsychcnv <options> .

Singularity

Singularity container can be directly built via Docker container as

singularity build ipsychcnv.sif docker://bayramalex/ipsychcnv:latest 

and run it as

singularity shell --no-home ipsychcnv.sif 

R -e “library(iPsychCNV); LongRoi <- MakeLongMockSample(CNVDistance=1000, Type=c(0,1,2,3,4), Mean=c(-0.6, -0.3, 0.3, 0.6), Size=c(300, 600))”

You can also run this container as sandbox (https://sylabs.io/guides/3.0/user-guide/build_a_container.html#creating-writable-sandbox-directories)

singularity build --sandbox new.sif ipsychcnv.sif
singulairty shell --no-home --writable new.sif

ToDo

More iPsychCNV specific commands

ipsychcnv's People

Contributors

bayramakdeniz avatar ofrei avatar

Watchers

 avatar

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.