Giter Club home page Giter Club logo

bioc19cwl's Introduction

Bridging Bioconductor to other bioinformatics tools using CWL

The goal of BioC19CWL is to ...

System dependencies

  • cwltool

A python package cwltool is required to be installed. The cwltool is the reference implementation of the Common Workflow Language, which is used to run the CWL scripts. Here is the instruction to install the tool. https://github.com/common-workflow-language/cwltool#install

  • Docker

The Docker engine requirement is optional, but it can simplify software installation and management.

Hisat2 is required to be installed.

bioc19cwl's People

Contributors

dcassol avatar hubentu avatar markozecevic avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bioc19cwl's Issues

Error in vignette execution

> library(RcwlPipelines)
Loading required package: BiocFileCache
Loading required package: dbplyr
> input1 <- InputParam(id = "sth")
> echo <- cwlParam(baseCommand = "echo", inputs = InputParamList(input1))
> echo$sth <- "Hello World!"
> echo
class: cwlParam
 cwlClass: CommandLineTool
 cwlVersion: v1.0
 baseCommand: echo
inputs:
  sth (string):  Hello World!
outputs:
output:
  type: stdout
r1 <- runCWL(echo, outdir = tempdir())
r1

> r1 <- runCWL(echo, outdir = tempdir())
INFO Final process status is success
Error in idx[1]:(idx[2] - 1) : NA/NaN argument

This looks like a bug? If you could take a quick look, that would be great, as we are trying to finalize the AMI. Thanks!

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.