Skip to content

Commit

Permalink
ファイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yonezawa-sora committed Jun 12, 2024
1 parent adcbac8 commit 50ab409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
6 changes: 3 additions & 3 deletions zatsu_cwl/grep-and-count.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: Workflow
class: Workflow #このワークフロー全体のクラスはWorkflowであることを示す
inputs:
grep_pattern: #このワークフロー全体のインプット(1)
type: string
Expand All @@ -21,9 +21,9 @@ steps:
mock_txt: target_file
out: [out]
2_wc:
run: wc_zatsu.cwl
run: wc_zatsu_v2.cwl
in:
l: 1_grep/out
grep_out: 1_grep/out
out: [out]


29 changes: 0 additions & 29 deletions zatsu_cwl/grep-and-count_v2.cwl

This file was deleted.

0 comments on commit 50ab409

Please sign in to comment.