We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f741fde commit 22cd86dCopy full SHA for 22cd86d
tests/wf/iwdr_permutations.cwl
@@ -74,13 +74,13 @@ stdout: log.txt
74
baseCommand: [bash, -c]
75
arguments:
76
- |
77
- find . | sort
+ find . | grep -v '\.docker' | sort
78
find /my_path | sort
79
find /my_other_path | sort
80
echo "a" > first_writable_file
81
echo "b" > /my_path/third_writable_file
82
touch fifth_writable_directory/c
83
touch /my_path/seventh_writable_directory/d
84
85
86
tests/wf/iwdr_permutations_nocontainer.cwl
@@ -38,6 +38,6 @@ outputs:
38
39
40
41
- find .
42
43
0 commit comments