Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The method toAbsolutePath resolve to an incoherent path when used in a process  #9

Description

@pditommaso

For example

ch = file(params.in)

process foo {
  input:
  file x from ch 

  "echo ${x.toAbsolutePath()}" 

}

It is expected that it resolves the path against the process working path instead it is resolved agains the main thread execution path.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions