Skip to content

Commit

Permalink
store xrefs and more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Aug 23, 2024
1 parent 51a1c74 commit dca3ad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/local/hdf5import/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ process ADD_GENOMES {

output:
path "OmaServer.h5", emit: db_h5
path "SourceXRefs.h5", emit: source_xref_h5

script:
"""
oma-build genomes \
oma-build -vv genomes \
--db OmaServer.h5 \
--gs-tsv $gs_tsv \
--tax-tsv $tax_tsv \
--oma-groups $oma_groups \
--xref-db SourceXRefs.h5 \
--genomes $genomes_json
"""

Expand Down

0 comments on commit dca3ad6

Please sign in to comment.