Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyareedash committed Feb 7, 2024
1 parent f278b8f commit eceeca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ snakemake --snakefile workflow/Snakefile --configfile config/config.yml -c 1 --u
Typical runtime on a non-GPU device is ~ 1 hour and 30 minutes. (1 hour 15 minutes in a GPU enabled device)

A successful run ends up with the following output:
```json
```html
...
Finished job 0.
n of n steps (100%) done
Expand All @@ -183,7 +183,7 @@ Complete log: .snakemake/log/20XX-XX-27T155007.853000.snakemake.log
### Expected Output

The output files are now in the `results\` directory.
```json
```html
sequence_cnn_models/results/
├── correlation
├── regression.MEAN.tsv.gz (correlation between predicted and observed values)
Expand Down

0 comments on commit eceeca2

Please sign in to comment.