Giter VIP home page Giter VIP logo

learn-wdl's Issues

ERROR: Unexpected symbol when parsing 'setter'.

I'm encountering an error while working with a WDL (Workflow Description Language) script. The error message is as follows:

```ERROR: Unexpected symbol (line 8, col 5) when parsing 'setter'.

Expected equal, got "command ".

command {
^
$setter = :equal $e -> $1 ```

The issue seems to be related to the command block within one of the tasks in my WDL script. I'm not sure what's causing this error, and I would appreciate any guidance on how to resolve it.

Here's the relevant portion of the WDL script:

  ``` task CreateOutputDirectory {
      File outputDir
      
      # Input block for the task.
      input {
          File outputDir
      }
      
      command {
          mkdir -p ~{outputDir}  
      }
      
      output {
          File createdOutputDir = "~{outputDir}"  # Define the created output directory as an output.
      }
  } ```

Could someone please help me understand what's causing this error and how to correct it? Your assistance would be greatly appreciated.
I tried " command <<< >>>" method also.

I wrote this script using WDL docs tutorial and this github
https://docs.openwdl.org/en/latest/WDL)

Cromwell Setup Commands Not Working

Thank you for creating the amazing learn WDL tutorial. There are two typos in two cromwell setup commands (learn-wdl/5_reference_material/2_WDL-dev-env.md). The broadinstitute was misspelled into broadinstutite. Thus those commands are not working. Please update those commands into:
curl -L -o cromwell-50.jar https://github.com/broadinstitute/cromwell/releases/download/50/cromwell-50.jar
curl -L -o womtool-50.jar https://github.com/broadinstitute/cromwell/releases/download/50/womtool-50.jar

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.