-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathnf-core-rnaseq.yml
25 lines (25 loc) · 1.03 KB
/
nf-core-rnaseq.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pipelines:
- name: "nf-core-rnaseq"
url: "https://github.com/nf-core/rnaseq"
description: "RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control."
workspace: "seqeralabs/showcase"
compute-envs: "seqera_aws_ireland_fusionv2_nvme"
revision: "3.12.0"
profile: "test"
labels: ["star_salmon", "yeast"]
pre-run: "./pre-run.sh"
params:
outdir: "s3://seqeralabs-showcase/nf-core-rnaseq/results"
overwrite: False
- name: "nf-core-rnaseq-human"
url: "https://github.com/nf-core/rnaseq"
description: "RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control."
workspace: "seqeralabs/showcase"
compute-envs: "seqera_aws_ireland_fusionv2_nvme"
revision: "3.12.0"
labels: ["GRCh37", "star_salmon", "human"]
pre-run: "./pre-run.sh"
params:
outdir: "s3://seqeralabs-showcase/nf-core-rnaseq-human/results"
genome: "GRCh37"
overwrite: False