You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Routine params to trigger most common pipelines
27
-
28
-
For our Slurm cluster, we use the profile `cfc` that is stored under [nf-core/configs](https://github.com/nf-core/configs/blob/master/conf/cfc.config).
29
-
30
-
If you want to test the pipelines in your system, you can use `-profile test,docker` or `-profile test,singularity` if you have docker or singularity installed. Note that the params files will need to be edited to your input data.
31
-
32
-
### Sarek variant calling
33
-
34
-
To run pipeline tests use the following command:
35
-
36
-
```bash
37
-
nextflow run nf-core/sarek -r 2.7.1 -profile test,cfc
38
-
```
39
-
40
-
To launch sarek for germline WGS using the [example params](https://github.com/qbic-pipelines/pipeline-docs/blob/master/docs/params/sarek_WGS_germline.json) use the following command:
41
-
42
-
```bash
43
-
nextflow run nf-core/sarek -r 2.7.1 -profile cfc -params-file sarek_WGS_germline.json
44
-
```
45
-
46
-
To launch sarek for somatic WES / WXS using the [example params](https://github.com/qbic-pipelines/pipeline-docs/blob/master/docs/params/sarek_WXS_somatic.json) use the following command:
47
-
48
-
```bash
49
-
nextflow run nf-core/sarek -r 2.7.1 -profile cfc -params-file sarek_WXS_somatic.json
50
-
```
51
-
52
-
### RNAseq analysis
53
-
54
-
To run pipeline tests we use the following command:
55
-
56
-
```bash
57
-
nextflow run nf-core/rnaseq -r 1.4.2 -profile test,cfc
58
-
```
59
-
60
-
To launch rnaseq for RNAseq using our [example params](https://github.com/qbic-pipelines/pipeline-docs/blob/master/docs/params/rnaseq.json) use the following command:
61
-
62
-
```bash
63
-
nextflow run nf-core/rnaseq -r 1.4.2 -profile cfc -params-file rnaseq.json
0 commit comments