File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
1818resources :
@@ -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 ]
3232runners :
3333 - type : executable
3434 - type : nextflow
You can’t perform that action at this time.
0 commit comments