Skip to content

CelebiProjects/demo-basic-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Project Overview

This repository is a demonstration project that includes two main components: Generation (Gen) and Fitting (Fit). The workflow is executed using REANA as the runner backend.

An introduction to this example is also available on Read the Docs.


Steps to Run the Example

1. Clone the Repository

git clone <repo-url>
cd demo-basic-01

2. Enter the Celebi Environment

celebi use .   # Use the this legacy project
celebi

You are now inside the Celebi shell.

3. Verify DITE Connection

List the current status:

ls

If DITE is not connected, you will see something other than:

>>>> DITE: [connected]

To check the DITE:

dite

Configure the DITE endpoint (only required once):

set-dite https://dite.reana.io/

4. Check Available Runners

runners

If no runner is registered, register one:

register-runner

5. Submit the Workflow

submit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages