Skip to content

Commit 66d1dea

Browse files
authored
Merge pull request #45 from ggabernet/dev
Update pipeline releases
2 parents 3020cbb + b071181 commit 66d1dea

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

docs/markdown/pipelines/pipeline_releases.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,4 @@ These versions will be revised periodically and tested in our infrastructure bef
2222
| Epitope prediction | [nf-core/epitopeprediction](https://nf-co.re/epitopeprediction/1.1.0) | 1.1.0 |
2323
| Bacterial assembly | [nf-core/bacass](https://nf-co.re/bacass/2.0.0) | 2.0.0 |
2424
| RNA fusion | [nf-core/rnafusion](https://nf-co.re/rnafusion/1.2.0) | 1.2.0 |
25-
26-
## 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
64-
```
25+
| scRNAseq cellranger | [qbic-pipelines/cellranger](https://github.com/qbic-pipelines/cellranger) | 1.0.1 |

0 commit comments

Comments
 (0)