Skip to content

Commit

Permalink
small nf syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Dec 12, 2024
1 parent 8e00228 commit 346f5a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion modules/local/xref_fetch/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ process MAP_XREFS {
label "process_long"
label "HIGH_IO_ACCESS"
container "dessimozlab/omabuild:nf-latest"
scratch = true

input:
tuple path(xref_in), val(format), val(source),
Expand Down
1 change: 1 addition & 0 deletions subworkflows/local/extract_fastoma/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ workflow EXTRACT_FASTOMA {
tax_tsv = CONVERT_TAXONOMY.out.tax_tsv
oma_groups = CONVERT_OMA_GROUPS.out.oma_groups_json
splice_json = CONVERT_SPLICE_MAP.out.splice_json
}

0 comments on commit 346f5a7

Please sign in to comment.