File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ keypoints:
12
12
---
13
13
In a previous example, we extracted a file using the "tar" program.
14
14
However, that example was very limited because it assumed that the file
15
- we were interested in was called "hello.txt". In this example, you will
16
- see how to reference the value of input parameters dynamically from other
17
- fields.
15
+ we were interested in was called "hello.txt", and this was written into the
16
+ ` .cwl ` file. This is not the best way to do this, as the filename may vary or
17
+ be dependant on the input file(s) used. To avoid this we can specify the
18
+ name of the file we want in the job parameters file (` .yml ` ). In this example,
19
+ you will see how to reference the value of input parameters dynamically
20
+ from other fields, which will allow us to then specify the name of the file to extract.
18
21
19
22
* tar-param.cwl*
20
23
You can’t perform that action at this time.
0 commit comments