Skip to content

Commit

Permalink
batch
Browse files Browse the repository at this point in the history
  • Loading branch information
arabidopsis committed Aug 10, 2024
1 parent 929103a commit decb692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Manifest.toml
Untitled*.ipynb
.vscode/
.DS_Store
junk
2 changes: 1 addition & 1 deletion src/circularity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ end

@inline function getcodon(cs::CircularSequence, index::Int32)
return (cs[index], cs[index+Int32(1)], cs[index+Int32(2)])
end
end
2 changes: 1 addition & 1 deletion src/dist/chloe_distributed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function chloe_listen(address::String, broker::MayBeString, arm_procs::Function)
else
ChloeConfig(config)
end
n = fetch(@spawnat :any annotate_batch_task(directory, task_id, cfg))
n = fetch(@spawnat :any Main.Chloe.annotate_batch_task(directory, task_id, cfg))
elapsed = now() - start
@info success("finished $directory after $elapsed")
nannotations += n
Expand Down

0 comments on commit decb692

Please sign in to comment.