Skip to content

Path generation on windows: "..\" insteat of "../" #434

@KerstenBreuer

Description

@KerstenBreuer

When I add a command line tool to a workflow on windows, I am getting an invalid path:

  - id: tn5_overhang_correction
    in:
      - id: bam
        source: sorting_bam/bam_sorted
    out:
      - id: bam_tn5_corrected
    run: ..\tools/tn5_overhang_correction.cwl

The correct path should be ..\tools/tn5_overhang_correction.cwl

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions