Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilMaliszArdigen committed Oct 27, 2024
1 parent 12f8f36 commit f13acb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ On release, automated continuous integration tests run the pipeline on a full-si
RNA-seq:

with deseq2:
```bash
nextflow run nf-core/differentialabundance \
--input samplesheet.csv \
Expand All @@ -54,6 +55,17 @@ RNA-seq:
-profile rnaseq,<docker/singularity/podman/shifter/charliecloud/conda/institute>
```

with limma+voom
```bash
nextflow run nf-core/differentialabundance \
--input samplesheet.csv \
--contrasts contrasts.csv \
--matrix assay_matrix.tsv \
--gtf mouse.gtf \
--outdir <OUTDIR> \
-profile rnaseq_limma,<docker/singularity/podman/shifter/charliecloud/conda/institute>
```

:::note
If you are using the outputs of the nf-core rnaseq workflow as input here **either**:

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ The typical command for running the pipeline is as follows:

```bash
nextflow run nf-core/differentialabundance \
[-profile rnaseq OR -profile affy] \
[-profile rnaseq OR -profile rnaseq_limma OR -profile affy] \
--input samplesheet.csv \
--contrasts contrasts.csv \
[--matrix assay_matrix.tsv OR --affy_cel_files_archive cel_files.tar] \
Expand Down

0 comments on commit f13acb2

Please sign in to comment.