Skip to content

Commit

Permalink
clean up linting and add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 25, 2020
1 parent 3caee1b commit 088afe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# Install dependencies
pipeline :
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
#------------------------------------------------------------------------#
# Checkout Repository
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ git clone https://github.com/ktmeaton/plague-phylogeography.git
cd plague-phylogeography
```

Define snakemake cache directory wherever desire

```
mkdir snakecache
export SNAKEMAKE_OUTPUT_CACHE=`pwd`/snakecache/
```

### Create Conda Environment

```bash
Expand Down

0 comments on commit 088afe3

Please sign in to comment.