Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhongyu committed Dec 19, 2024
1 parent 4d3a0d2 commit c7ac320
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/atlas/config/commands.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
algorithms:
cta_actinn:
ommand: "python main.py --species {species} --tissue {tissue} --train_dataset {dataset_id} --filetype {filetype} --count {count} --device {device} > {dataset_id}/out.log 2>&1 &"
command: "python main.py --species {species} --tissue {tissue} --train_dataset {dataset_id} --filetype {filetype} --count {count} --device {device} > {dataset_id}/out.log 2>&1 &"
cta_singlecellnet:
command: "python main.py --species {species} --tissue {tissue} --train_dataset {dataset_id} --filetype {filetype} --count {count} > {dataset_id}/out.log 2>&1 &"

0 comments on commit c7ac320

Please sign in to comment.