Skip to content

Commit

Permalink
Remove redundant docker input from wf_update_srr_metadata workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Nov 8, 2024
1 parent a0b9fec commit 71a17fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflows/utilities/data_import/wf_update_srr_metadata.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ workflow wf_retrieve_srr {

call srr_task.fetch_srr_metadata {
input:
sample_accession = sample_accession,
docker = retrieve_srr_docker
sample_accession = sample_accession
}

output {
Expand Down

0 comments on commit 71a17fd

Please sign in to comment.