Skip to content

Commit

Permalink
Merge pull request #6 from yaseminbridges/5-implement-next-flow-optio…
Browse files Browse the repository at this point in the history
…n-for-running-ai-marrvel

5 implement next flow option for running ai marrvel
  • Loading branch information
yaseminbridges authored Dec 2, 2024
2 parents e18050e + 53c2597 commit e8c811e
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 e8c811e

Please sign in to comment.