Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KerstenBreuer opened this issue Mar 14, 2019 · 0 comments
Open

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

KerstenBreuer opened this issue Mar 14, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@KerstenBreuer
Copy link

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

@ghost ghost assigned marijanlekic Mar 14, 2019
@ghost ghost added the bug label Mar 14, 2019
@ghost ghost added this to the v1.1.0 milestone Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants