Code Monkey home page Code Monkey logo

dirt-pop.v1's Introduction

DIRT-Pop

DIRT-Pop Overview

DIRT-Pop is a robust pipeline tailored for clustering root architecture types. It's specially designed to work with outputs produced by the Digital Image of Root Traits (DIRT) software.

Prerequisites

Before running DIRT-Pop, ensure the following software are installed:

Getting Started

1. Clone the Repository

Clone the DIRT-Pop repository to your local machine:

git clone https://github.com/tomatopepper/DIRT-Pop.

2. Navigate to the Repository Directory

Once cloned, navigate into the repository's directory:

cd DIRT-Pop

3. Run DIRT-Pop with Docker

Initiate the DIRT-Pop pipeline using Docker:

docker run -it -v $(pwd):/opt/DIRT-Pop computationalplantscience/dirtclust bash

4. Execute the Script

Finally, execute the DIRT-Pop clustering script:

N_TRIAL_KMEANS=<number_of_clustering_trials> \
N_TRIAL_KNEEDLE=<number_of_kneedle_trials> \
N_CLUSTER=<number_of_clusters> \
INPUT=/opt/DIRT-Pop/DIRTtest.csv \ # your DIRT file 
WORKDIR=/opt/DIRT-Pop ./wrapper.sh

Replace the following placeholders with appropriate values:

  • <number_of_clustering_trials>: Specify the number of clustering iterations (e.g., 25).
  • <number_of_kneedle_trials>: Specify the number of kneedle algorithm tests (e.g., 25).
  • <number_of_clusters>: Specify the max number of clusters you want to look for (e.g., 25 means searching for 1-25 clusters)
  • Note: Modify the INPUT path if your DIRT output file is located elsewhere or named differently.

Contact

For any inquiries or issues, please contact [email protected].

Aknowlegement

We thank Wes Bonelli for helping create docker environment for DIRT-Pop pipeline.

dirt-pop.v1's People

Contributors

tomatopepper avatar wpbonelli avatar

Watchers

 avatar

Forkers

wpbonelli

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.