ohsu-comp-bio / cwl-tes

cwl-tes submits your tasks to a TES server. Task submission is parallelized when possible.
Apache License 2.0
18 stars 28 forks source link

Fix isfile #47

Closed manabuishii closed 3 years ago

manabuishii commented 3 years ago

Current code expects exception to self.size(fn) when fn is Directory. But when fn is Directory, self.size(fn) returns None.

manabuishii commented 3 years ago

This patch will fixes , conformance test "directory output" that dir3.cwl and dir3-job.yml .

tesk_required_cwl_v1_0.xml --tags=required -n20
kellrott commented 3 years ago

Tested on local machine