Skip to content

Commit ccbce7a

Browse files
authored
add mopadi task (#27)
* add mopadi task * Update papers.bib * add data * add mopadi hf link to readme * remove redundant test
1 parent e247a51 commit ccbce7a

45 files changed

Lines changed: 1433 additions & 2 deletions

Some content is hidden

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

README.md

Lines changed: 1 addition & 0 deletions

tasks/mopadi_generate_counterfactuals/__init__.py

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add large files here that should not be committed to the repository
149 KB
Binary file not shown.

tasks/mopadi_generate_counterfactuals/data/TCGA-BRCA-DX_CLINI.csv

Lines changed: 1098 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#! /bin/bash
2+
3+
set -e
4+
5+
# Download large files required for the task
6+
7+
# Example:
8+
# wget -O data/large_file_1.zip https://example.com/large_file_1.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)