Skip to content

Commit

Permalink
fix export script
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Feb 1, 2024
1 parent 5d3f000 commit a4beb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/export_curation_spreadsheet.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ workflow {
if (params.with_feedback) {
createEfoTable(exportTable.out.importTerms)
generateZoomaFeedback(mergeWithLatestMappings.out.newMappings)
updateLinks(addDateToHeader.out.finalMappings, generateZoomaFeedback.out.zoomaFeedback)
updateLinks(addMappingsHeader.out.finalMappings, generateZoomaFeedback.out.zoomaFeedback)
}
}

Expand Down

0 comments on commit a4beb2b

Please sign in to comment.