Skip to content

Commit 7375ced

Browse files
committed
viash file of tf binidng fixed
1 parent 997fd09 commit 7375ced

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/api/comp_control_method.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ arguments:
4646
- name: --layer
4747
type: string
4848
direction: input
49-
default: X_norm
49+
default: lognorm
5050
- name: --seed
5151
type: integer
5252
direction: input

src/api/comp_method.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ arguments:
3939
- name: --layer
4040
type: string
4141
direction: input
42-
default: X_norm
42+
default: lognorm
4343
- name: --seed
4444
type: integer
4545
direction: input

src/api/comp_metric.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ arguments:
2323
type: string
2424
direction: input
2525
required: false
26-
default: X_norm
26+
default: lognorm
2727
- name: --max_n_links
2828
type: integer
2929
default: 50000

src/metrics/tf_binding/run_local.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ for dataset in "${datasets[@]}"; do
3939
fi
4040

4141
echo -e "\nProcessing method: $method\n"
42-
# python src/metrics/tf_binding/script.py \
43-
# --prediction "$prediction" \
44-
# --evaluation_data "$evaluation_data" \
45-
# --ground_truth "resources/grn_benchmark/ground_truth/K562.csv" \
46-
# --score "$score"
42+
python src/metrics/tf_binding/script.py \
43+
--prediction "$prediction" \
44+
--evaluation_data "$evaluation_data" \
45+
--ground_truth "resources/grn_benchmark/ground_truth/K562.csv" \
46+
--score "$score"
4747

4848
# Extract metrics from the .h5ad and append to CSV
4949
python -u - <<EOF

src/metrics/tf_recovery/config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ arguments:
1212
direction: input
1313
must_exist: false
1414
required: false
15-
example: resources_test/grn_benchmark/evaluation_data/replogle_de.csv
15+
example: resources_test/grn_benchmark/evaluation_data/replogle_de.h5ad
1616

1717

1818
resources:
@@ -28,7 +28,7 @@ engines:
2828
__merge__: /src/api/base_requirements.yaml
2929
setup:
3030
- type: python
31-
packages: [ decoupler]
31+
packages: [ decoupler==1.7.0]
3232
runners:
3333
- type: executable
3434
- type: nextflow

0 commit comments

Comments
 (0)