Skip to content

Commit

Permalink
Rename tracking to caliban. (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jan 5, 2022
1 parent db6ac73 commit ebc6810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Predict/jobData.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const jobCards = {
requiredChannels: ['nuclei'],
modelResolution: 0.5,
},
tracking: {
caliban: {
file: 'tiff_stack_examples/3T3_nuc_example_256.tif',
name: 'Cell Tracking',
model: 'The cell tracking model segments and tracks objects over time and creates a lineage file for division information.',
Expand All @@ -37,5 +37,7 @@ const jobCards = {

// TODO: this is a stop gap to support both multiplex and mesmer names
jobCards.multilplex = jobCards.mesmer;
// TODO: this is a stop gap to support both tracking and caliban names
jobCards.tracking = jobCards.caliban;

export default jobCards;

0 comments on commit ebc6810

Please sign in to comment.