Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
LDV
bf_double_tgz
Commits
76cc60fb
Commit
76cc60fb
authored
Aug 23, 2022
by
Mattia Mancini
Browse files
Fix against validation
parent
69ce8052
Pipeline
#34805
failed with stage
in 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
steps/fetch_data.cwl
View file @
76cc60fb
...
...
@@ -10,7 +10,7 @@ inputs:
outputs:
- id: tar_archive
type:
Directory
type:
File
outputBinding:
glob: 'out/*'
baseCommand:
...
...
workflow/download_and_run_bf_remove.cwl
View file @
76cc60fb
cwlVersion: v1.2
class: Workflow
inputs:
- id: surls
doc: SURL list with the files do download
type: string[]
- id: pulp_log_folder
doc: Pulp Log Folder
type: Directory
- id: surls
type: string[]
- id: pulp_log_folder
doc: Pulp Log Folder
type: Directory
outputs:
- id: tar_archive
type: File
type: File
[]
outputSource: bf_process/tar_archive
- id: ingest
type: Any
outputSource: bf_process/ingest
steps:
- id: fetch_data
in:
...
...
@@ -22,7 +22,7 @@ steps:
source: surls
out:
- id: tar_archive
scatter: surl
s
scatter: surl
_link
run: ../steps/fetch_data.cwl
- id: bf_process
in:
...
...
@@ -33,4 +33,8 @@ steps:
out:
- id: tar_archive
- id: ingest
run: ./bf_remove_double_tgz.cwl
\ No newline at end of file
run: ./bf_remove_double_tgz.cwl
scatter: bf_tar_archive
requirements:
- class: ScatterFeatureRequirement
- class: SubworkflowFeatureRequirement
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment