Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomson committed Feb 23, 2024
1 parent 6b1a1bf commit b7d0baa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
python-version: [3.7]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: Run Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The snakemake workflow will fail upon error. Once an issue is resolved, it can b

- Miniconda 3
- Snakemake
- shiver 1.5.8 (and associated prerequisites) *
- Shiver 1.5.8 (and associated prerequisites) *

The pipeline has been tested on a Linux environment using a Slurm Workload Manager.

Expand Down Expand Up @@ -61,27 +61,27 @@ module load python/2.7.11

1. Create a directory for data processing of the form `YYYY-MM-DD_<Batch Name(s)>` and navigate to that directory.

1. Create a `samples.txt` file containing a list of samples for processing, with one sample per row.
2. Create a `samples.txt` file containing a list of samples for processing, with one sample per row.

1. Clone this repo:
3. Clone this repo:
```
git clone [email protected]:BDI-pathogens/ShiverCovid.git
```
1. Change directory:
4. Change directory:
```
cd ShiverCovid
```
1. Replace all `<to_be_completed>` references in `./snakemake/_config.yaml` with information specific to your environment.
5. Replace all `<to_be_completed>` references in `./snakemake/_config.yaml` with information specific to your environment.
1. Run the preprocessing script:
6. Run the preprocessing script:
```
./scripts/preprocessing/setup.sh
```
You will be prompted for input parameter(s).
1. Execute the Snakemake workflow.
7. Execute the Snakemake workflow.
A script has been provided to submit the job to a Slurm Workload Manager: `./snakemake/submit.sh`
Expand Down

0 comments on commit b7d0baa

Please sign in to comment.