8000 GitHub - bwbioinfo/quarto-docker-cwl: Docker container and workflow definition for quarto program.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Docker container and workflow definition for quarto program.

License

Notifications You must be signed in to change notification settings

bwbioinfo/quarto-docker-cwl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Push Docker Image

Quarto-docker-cwl

This repository provides a Common Workflow Language (CWL) tool for running the Quarto program. The tool is packaged in a Docker container, allowing it to run on any system with Docker or Singularity installed.

Prerequisites

To use this tool, you must have the following software installed on your system:

Installation

To install and run the tool, follow these steps:

  1. Clone this repository to your local machine.

  2. Install Docker, if you haven't already done so.

  3. (optional) Build the Docker image by running the following command from the root of the repository:

    docker build -f docker/Dockerfile -t quarto-docker-cwl .
    

    OR pull from the built container:

    docker pull ghcr.io/bwbioinfo/quarto-docker-cwl:latest
    

    Note: this is only needed if you wish to access the container commands directly via Docker.

  4. Run the CWL tool by running the following command from the root of the repository:

    cwl-runner quarto-tool.cwl quarto-inputs.yml
    

    OR

    cwl-runner --singularity quarto-tool.cwl quarto-inputs.yml
    

    This will run the Quarto software on the specified input file(s) defined in the quarto-inputs.yml file.

Usage

To use the tool, you will need to create a YAML file specifying the input files and any other parameters you wish to specify. An example YAML file is provided in the example directory of this repository.

The quarto-tool.cwl file is the main workflow file that describes the steps for running Quarto. The quarto-inputs.yml file is an example input file that specifies the inputs and any other options you wish to use. The quarto-tool.cwl file includes the Docker specification. You can also use Singularity via the cwl-runner option --singularity.

The output of the tool will be written to a directory named output in the current working directory.

Contributing

If you wish to contribute to this project, please follow the standard GitHub workflow:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes and commit them
  4. Push your changes to your fork
  5. Submit a pull request to this repository

License

This project is licensed under the MIT License.

Contact

If you have any questions or feedback, please contact the author via GitHub.

About

Docker container and workflow definition for quarto program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 
0