Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
- Update to use newer metadata image that adds type
- Add version to rqc activity (need to automate)
  • Loading branch information
scanon committed Oct 11, 2022
1 parent 6609adf commit 08f1f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rqcfilter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflow nmdc_rqcfilter {
}

call finish_rqc {
input: container="microbiomedata/workflowmeta:1.1.0",
input: container="microbiomedata/workflowmeta:1.1.1",
proj=proj,
start=stage.start,
resource=resource,
Expand Down Expand Up @@ -166,6 +166,7 @@ task finish_rqc {
ended_at_time=$end \
execution_resource=${resource} \
git_url=${git_url} \
version="b1.0.5" \
--url ${url_root}${proj}/qa/ \
--extra stats.json \
--inputs ${read} \
Expand Down

0 comments on commit 08f1f71

Please sign in to comment.