Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed Dec 2, 2024
2 parents b476e2c + e8c811e commit 789fc48
Show file tree
Hide file tree
Showing 6 changed files with 2,256 additions and 1,394 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ poetry install
poetry shell
```

Alternative install with pip

```shell
pip install pheval-ai-marrvel
```

# Configuring a single run:

## Setting up the input directory
Expand All @@ -22,6 +28,7 @@ variant_analysis: True
gene_analysis: True
disease_analysis: False
tool_specific_configuration_options:
environment: nextflow # either apptainer/docker/nextflow
```
The AI-MARRVEL data dependencies should also be unpacked into the input directory. The overall structure of the input directory should look something like:
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ variant_analysis: True
gene_analysis: True
disease_analysis: False
tool_specific_configuration_options:
environment: apptainer # either apptainer or docker
environment: nextflow # either apptainer/docker/nextflow
Loading

0 comments on commit 789fc48

Please sign in to comment.