Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaannett authored Sep 6, 2023
1 parent 9272fc4 commit 6e5ea35
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,27 @@ snakemake -s ${snakefile} --configfile ${config} ${extra_config} --cores 5

# Outputs

ADD DESCRIPTION OF OUTPUTS
## Output folder structure

In each output folder there will be one folder per sample as well as a folder for the models. In each sample folder and in the model folder there will be subfolders for each reference specified in the config file. Each sample folder will also contain a reports folder with a `.html` report with the prediction results. Each refrence folder contains sub folders for the individual tools model and prediction results.

```
out/
├── sample1
│   ├── reference1
│   ├── reference2
│   └── report
├── sample1
│   ├── reference1
│   ├── reference2
│   └── report
└── model
├── reference1
└── reference2
```

## Output files


# :gear: Installation and Dependencies

Expand Down

0 comments on commit 6e5ea35

Please sign in to comment.