Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Apr 16, 2022
1 parent 1a3354f commit 87c9a4d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.5, 3.6, 3.7, 3.8 ]
python-version: [ 3.6, 3.7, 3.8 ]
steps:
- uses: actions/checkout@v2

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This document tracks changes to the `master` branch of the profile.

## [Unreleased]

### Added

- Default project in cookiecutter

### Removed

- Default threads in cookiecutter

### Changed

- Default project and queue will be removed from the submission command if they are present in the `lsf.yaml`

## [0.1.2] - 01/04/2021

### Added
Expand Down
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@

[TOC]: #

```bash
mkdir -p ~/.config/snakemake && \
git clone -b preconfigured_goatelab \
https://github.com/BEFH/lsf.git \
~/.config/snakemake/lsf
```

You can modify the presets in `~/.config/snakemake/lsf/config.yaml` and `~/.config/snakemake/lsf/CookieCutter.py`
## Table of Contents
- [Install](#install)
- [Dependencies](#dependencies)
- [Profile](#profile)
- [Usage](#usage)
- [Standard rule-specific cluster resource settings](#standard-rule-specific-cluster-resource-settings)
- [Non-standard rule-specific cluster resource settings](#non-standard-rule-specific-cluster-resource-settings)
- [Known Issues](#known-issues)
- [Contributing](#contributing)

## Install

### Dependencies

Expand Down

0 comments on commit 87c9a4d

Please sign in to comment.