Skip to content

Commit

Permalink
Merge pull request #109 from nfdi4plants/specificationFix
Browse files Browse the repository at this point in the history
Fix specification failing for multiple workflow files per workflow
  • Loading branch information
kMutagene authored Nov 18, 2024
2 parents 4a76c33 + ae0cfd2 commit 06603ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ARCExpect/SpecificationValidation/V2_0_0_Draft.fs
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ module V2_0_0_Draft =
| _ -> false
)

cwls
|> Validate.ParamCollection.SatisfiesPredicate (fun x -> (Seq.length x) = (workflowDir|>Seq.length))
//cwls
//|> Validate.ParamCollection.SatisfiesPredicate (fun x -> (Seq.length x) = (workflowDir|>Seq.length))

cwls
|> Validate.ParamCollection.SatisfiesPredicate(fun x ->
Expand Down

0 comments on commit 06603ce

Please sign in to comment.