Skip to content

Commit 170af8e

Browse files
authored
Update usage.md to match reference file usage to match other inputs
1 parent 20eb224 commit 170af8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ nextflow run \
182182
nf-core/rnaseq \
183183
--input <SAMPLESHEET> \
184184
--outdir <OUTDIR> \
185-
--gtf Homo_sapiens.GRCh38.110.gtf.gz \
186-
--fasta Homo_sapiens.GRCh38.dna_sm.primary_assembly.fa.gz \
185+
--gtf <GTF> \
186+
--fasta <GENOME FASTA> \
187187
-profile docker
188188
```
189189

0 commit comments

Comments
 (0)