Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extra_trimgalore_args: "--clip_r2 14"
genomes:
GRCh38:
bed12: "/proj/ngi2016003/nobackup/junw/RNAseq/genes_GRCh38.bed"
gtf: "/sw/data/uppnex/igenomes/Homo_sapiens/NCBI/GRCh38/Annotation/Genes.gencode/genes.gtf"
gencode: true
save_reference: true
6 changes: 6 additions & 0 deletions conf/pipeline/rnaseq/uppmax/rnaseq_sthlm_params.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
genomes:
GRCh38:
bed12: "/proj/ngi2016003/nobackup/junw/RNAseq/genes_GRCh38.bed"
Comment thread
pontus marked this conversation as resolved.
gtf: "/sw/data/uppnex/igenomes/Homo_sapiens/NCBI/GRCh38/Annotation/Genes.gencode/genes.gtf"
gencode: true
save_reference: true
2 changes: 1 addition & 1 deletion conf/uppmax.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
params {
// Description is overwritten for other clusters using includeConfig
config_profile_description = 'UPPMAX (Bianca) cluster profile provided by nf-core/configs.'
config_profile_contact = 'Phil Ewels (@ewels)'
config_profile_contact = 'Maxime Garcia (@maxulysse)'
config_profile_url = 'https://www.uppmax.uu.se/'
project = null
clusterOptions = null
Expand Down
10 changes: 10 additions & 0 deletions docs/pipeline/rnaseq/uppmax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# nf-core/configs: uppmax rnaseq specific configuration

## NGI Stockholm specific configurations for uppmax

UPPMAX specific [parameter files](https://docs.seqera.io/nextflow/config#parameter-file) have been made for rnaseq, used by NGI Stockholm for their internal usage of the rnaseq pipeline.

Available params files in `conf/pipeline/rnaseq/uppmax/`:

- `rnaseq_sthlm_params.yaml` — GRCh38 genome reference paths (bed12, gtf) and gencode settings
- `rnaseq_sthlm_Pico-V3-trim_UMIs_params.yaml` — Same as above, with extra TrimGalore arguments (`--clip_r2 14`) for Pico V3 library prep with UMIs
Loading