Skip to content

Commit 2048b10

Browse files
committed
update pipeline releases
1 parent b2845a6 commit 2048b10

File tree

1 file changed

+3
-41
lines changed

1 file changed

+3
-41
lines changed

docs/markdown/pipelines/pipeline_releases.md

Lines changed: 3 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,53 +12,15 @@ These versions will be revised periodically and tested in our infrastructure bef
1212
| RNAseq DE analysis | [qbic-pipelines/rnadeseq](https://github.com/qbic-pipelines/rnadeseq) | 1.3.2 |
1313
| WGS / WES | [nf-core/sarek](https://nf-co.re/sarek/2.7.1) | 2.7.1 |
1414
| HLAtyping | [nf-core/hlatyping](https://nf-co.re/hlatyping/1.2.0) | 1.2.0 |
15-
| 16S amplicon | [nf-core/ampliseq](https://nf-co.re/ampliseq/2.1.0) | 2.1.0 |
15+
| 16S amplicon | [nf-core/ampliseq](https://nf-co.re/ampliseq/2.1.1) | 2.1.1 |
1616
| Shotgun metagenomics | [nf-core/mag](https://nf-co.re/mag/2.1.0) | 2.1.0 |
1717
| BCR / TCR repseq | [nf-core/bcellmagic](https://nf-co.re/bcellmagic/2.0.0) | 2.0.0 |
1818
| CAGEseq | [nf-core/cageseq](https://nf-co.re/cageseq/1.0.2) | 1.0.2 |
1919
| MHC immunopeptidomics | [nf-core/mhcquant](https://nf-co.re/mhcquant/2.0.0) | 2.0.0 |
2020
| ATACseq | [nf-core/atacseq](https://nf-co.re/atacseq/1.2.1) | 1.2.1 |
21-
| Chipseq | [nf-core/chipseq](https://nf-co.re/chipseq/1.2.1) | 1.2.1 |
21+
| Chipseq | [nf-core/chipseq](https://nf-co.re/chipseq/1.2.2) | 1.2.2 |
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+
| scRNAseq cellranger | [qbic-pipelines/cellranger](https://github.com/qbic-pipelines/cellranger) | 1.0.1 |
2526

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 -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 -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 -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-
```

0 commit comments

Comments
 (0)