Skip to content

Commit ec19d3b

Browse files
committed
deploy: abc3434
0 parents  commit ec19d3b

File tree

164 files changed

+99712
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+99712
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/resources
2+
/resources_test
3+
/work
4+
/.nextflow*
5+
/.vscode
6+
.DS_Store
7+
/output
8+
trace-*
9+
.ipynb_checkpoints
10+
/temp

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "common"]
2+
path = common
3+
url = https://github.com/openproblems-bio/common_resources.git

.nojekyll

Whitespace-only changes.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# task_predict_modality x.y.z
2+
3+
## BREAKING CHANGES
4+
5+
<!-- * Restructured `src` directory (PR #3). -->
6+
7+
## NEW FUNCTIONALITY
8+
9+
* Added `control_methods/true_labels` component (PR #5).
10+
11+
* Added `methods/logistic_regression` component (PR #5).
12+
13+
* Added `metrics/accuracy` component (PR #5).
14+
15+
## MAJOR CHANGES
16+
17+
* Updated `api` files (PR #5).
18+
19+
## MINOR CHANGES
20+
21+
* Updated `README.md` (PR #5).
22+
23+
## BUGFIXES
24+

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Open Problems in Single-Cell Analysis
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)