Giter Site home page Giter Site logo

biobb-wf-md-setup-protein-cwl's Introduction

BioExcel CWL example simulation system

Introduction

Common Workflow Language example that illustrates the process of setting up a simulation system containing a protein, step by step, using the BioExcel Building Blocks library (biobb). The particular example used is the Lysozyme protein (PDB code 1AKI).

Requirements

Instructions for installing both of these are available on the linked websites.

Getting started

Setup

Make sure you have git, Docker and cwltool installed. If you are not familiar with CWL you can see the user guide here

Obtaining the files

This example requires the BioBB libraries. To make it easier to find and access these they are included in the directory biobb @ xxxxxxx through use of git submodules. This means that you cannot download a zip and must clone the repository instead.

To clone the repository and setup the submodules, you need to do the following three setps:

  1. Clone the repository to the machine you want to use it on.
  2. Change into that directory
  3. Initialise the submodules, which downloads the required submodules to the machine.

These steps can be done with the following commands:

git clone [email protected]:bioexcel/biobb-wf-md-setup-protein-cwl.git
cd biobb-wf-md-setup-protein-cwl
git submodule update --init

You can also clone the repository and initialise the submodules in one command:

git clone --recurse-submodules [email protected]:bioexcel/biobb-wf-md-setup-protein-cwl.git
cd biobb-wf-md-setup-protein-cwl

Usage

Before running the simulation, make sure that docker is running and installed.

There are two parts to this example (or any CWL example): The workflow file, which describes the workflow, and the input file which specifies the inputs,outputs and other configurable options.

  • protein_md.cwl is the workflwo file.
  • protein_md_input_description.yml is the input or configuration file.

To run the simulation use the command:

cwltool protein_md.cwl protein_md_input_descriptions.yml

All inputs will be downloaded as the simulation is carried out.

This workflow takes around 30 minutes to 1 hour to run on a quad-core Intel i5 processor.

Outputs

Whilst this is running a lot of output will be printed to the screen. The final part will list all of the output files created and it should then say:

Final process status is success

Copyright & Licensing

This software has been developed in the eScience Lab and Research IT groups at the University of Manchester as part of BioExcel

Licensed under the Apache License 2.0, see the file LICENSE for details.

biobb-wf-md-setup-protein-cwl's People

Contributors

douglowe avatar longr avatar stain 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.