Skip to content

Commit

Permalink
add null change...
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Dec 12, 2024
1 parent d2489e8 commit dcc2b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/oma_browser_build.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflow OMA_BROWSER_BUILD {
hog_orthoxml,
vps_base,
EXTRACT_DARWIN.out.splice_json)

if (params.known_domains != null) {
domains = Channel.fromPath("${params.known_domains}/*")
cath_names = Channel.fromPath(params.cath_names_path)
Expand All @@ -46,7 +46,7 @@ workflow OMA_BROWSER_BUILD {
IMPORT_HDF5.out.db_h5,
IMPORT_HDF5.out.seqidx_h5,
IMPORT_HDF5.out.source_xref_db)

// integrate Gene Ontology data
obo = Channel.fromPath(params.go_obo)
gaf = Channel.fromPath(params.go_gaf).collect()
Expand Down

0 comments on commit dcc2b39

Please sign in to comment.