Skip to content

Commit

Permalink
t Merge branch 'develop' of github.com:mskcc/beagle into feature/file…
Browse files Browse the repository at this point in the history
…_system_refactor
  • Loading branch information
sivkovic committed Feb 11, 2025
2 parents d8d36fb + 2ec278d commit 8bdcb43
Show file tree
Hide file tree
Showing 47 changed files with 21,556 additions and 50 deletions.
2 changes: 1 addition & 1 deletion beagle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.89.0"
__version__ = "1.90.2"
11 changes: 11 additions & 0 deletions beagle_etl/fixtures/beagle_etl.operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,16 @@
"version": "v1.2.0",
"slug": "ArgosBamOperator_v1_0_0"
}
},
{
"model": "beagle_etl.operator",
"pk": 25,
"fields": {
"active": true,
"recipes": "[\"None\"]",
"class_name": "runner.operator.copy_outputs_operator.v2_1_0.copy_outputs_operator.CopyOutputsOperator",
"version": "v2.1.0",
"slug": "CopyOutputsOperator_v2.1.0"
}
}
]
Loading

0 comments on commit 8bdcb43

Please sign in to comment.