Skip to content

Commit

Permalink
figr: test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
matin authored and matin committed Jul 24, 2024
1 parent 260b240 commit 96259e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/methods/figr/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
viash build src/methods/figr/config.vsh.yaml -p docker -o bin_figr
bin_figr/figr --multiomics_rna resources/grn-benchmark/multiomics_r/rna.rds --multiomics_atac resources/grn-benchmark/multiomics_r/atac.rds --prediction bin_figr/prediction.csv --cell_topic resources/grn-benchmark/supp/cell_topic.csv
bin_figr/figr --multiomics_rna resources_test/grn-benchmark/multiomics_r/rna.rds --multiomics_atac resources_test/grn-benchmark/multiomics_r/atac.rds --prediction bin_figr/prediction.csv --cell_topic resources_test/grn-benchmark/supp/cell_topic.csv
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ functionality:
- name: --temp_dir
type: string
direction: input
default: output
default: output/figr/
- name: --num_workers
type: integer
direction: input
Expand Down

0 comments on commit 96259e5

Please sign in to comment.