Skip to content

Commit

Permalink
Add litsumm to the metadata builder process
Browse files Browse the repository at this point in the history
  • Loading branch information
afg1 committed Sep 26, 2023
1 parent 3c8c25a commit 7a712e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/export/text-search/sequences.nf
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ process build_metadata {
path(rfam)
path(orf)
path(text)
path(litsumm)
path(so_tree)

output:
path("merged.json")

"""
search-export sequences merge $base $crs $feeback $go $prot $rnas $precompute $qa $r2dt $rfam $orf $text $so_tree merged.json
search-export sequences merge $base $crs $feeback $go $prot $rnas $precompute $qa $r2dt $rfam $orf $text $litsumm $so_tree merged.json
"""
}

Expand Down

0 comments on commit 7a712e4

Please sign in to comment.