Commit 0f6e9e0
authored
Add 'local profile (#108)
* feat: add a 'profile/local' profile that does not run with a cluster
* feat: parse the snakemake `config` object into a type-hinted dataclass
* feat: add directory options for benchmarks and logs
* feat: create enter/exit dunder methods for `NCBI` class
* feat: download cdna fasta file for salmon
* refactor: use `with Path(...).open()` to open files for I/O
* feat: add `--log` cli option; write logs to file if provided
* feat: create environments for gffread and salmon
* feat: update fastq-screen to 0.16.0
* refactor: do not require httpx for rich for STAR environment1 parent 08bab05 commit 0f6e9e0
4 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
0 commit comments