Skip to content

Commit

Permalink
[FIX] name of output file
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Nov 26, 2024
1 parent 1635176 commit c2cbb89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions workflows/oma_browser_build.nf
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ workflow oma_browser_build {
obo,
gaf)

h5_dbs_to_combine = IMPORT_HDF5.out.h5_db.mix(
h5_dbs_to_combine = IMPORT_HDF5.out.db_h5.mix(
domains_h5,
GENERATE_XREFS.out.xref_db,
GO_IMPORT.out.go_h5,
CACHE_BUILDER.out.cache_h5)
h5_dbs_to_combine.view()
COMBINE_HDF(h5_dbs_to_combine.collect())

emit:
db = COMBINE_HDF.out.combined_h5
seqidx_h5 = IMPORT_HDF5.out.seqidx_h5
Expand Down

0 comments on commit c2cbb89

Please sign in to comment.