Project

General

Profile

Actions

Bug #14429

open

[CWL] Initial work dir error

Added by Jiayong Li over 5 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

I used the following simple cwl to do gzip using initial work dir.

gzip.cwl

cwlVersion: v1.0
class: CommandLineTool
requirements:
  DockerRequirement:
    dockerPull: arvados/jobs
  InitialWorkDirRequirement:
    listing:
      - $(inputs.infile)
inputs:
  infile: File
outputs:
  outfile:
    type: File
    outputBinding:
      glob: "*.gz" 
baseCommand: gzip
arguments:
  - $(inputs.infile.basename)

Run: https://workbench.e51c5.arvadosapi.com/container_requests/e51c5-xvhdp-uzdzlsqwwodcz0e

Error message:

gzip: foo: Device or resource busy

Actions #1

Updated by Jiayong Li over 5 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Jiayong Li over 5 years ago

  • Description updated (diff)
  • Status changed from In Progress to New
Actions #3

Updated by Peter Amstutz over 5 years ago

requirements:
  DockerRequirement:
    dockerPull: arvados/jobs
  InitialWorkDirRequirement:
    listing:
      - entry: $(inputs.infile)
        writable: true
Actions #4

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #5

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF