Giter VIP home page Giter VIP logo

basic-illumination's Introduction

basic-illumination

ImageJ BaSiC shading correction for use with Ashlar

Running as a Docker container

Create a container:

docker run -it -v /path/to/data:/data labsyspharm/basic-illumination bash

where /path/to/data is the data directory on your local machine. Your data will be mapped to /data inside the container.

Once inside the container, do ls /data to ensure your data is there, followed by

ImageJ-linux64 --ij2 --headless --run imagej_basic_ashlar.py \
  "filename='/data/input.ome.tiff',output_dir='/data/',experiment_name='my_experiment'"

for each input.ome.tiff in your data directory.

Note for Galaxy admins

Galaxy's default job configuration for local Docker execution does not deal with ENTRYPOINTs properly; please ensure you have the following line in your job configuration file's local Docker <destination> block:

<param id="docker_run_extra_arguments">&#45;&#45;entrypoint ""</param>

This parameter (--entrypoint "") nullifies the ENTRYPOINT, allowing the CMD to be overwritten by Galaxy, and Galaxy's generated tool_script.sh to be executed as expected.

basic-illumination's People

Contributors

alliecreason avatar artemsokolov avatar jmuhlich avatar luke-c-sargent avatar qiagu avatar

Watchers

 avatar  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.