Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atrull314 authored Jan 13, 2025
1 parent 9951f69 commit 7eb96bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ nextflow run nf-core/scnanoseq \
--genome_fasta /path/to/genome.fa \
--transcript_fasta /path/to/transcriptome.fa \
--gtf /path/to/file.gtf \
--quantifier "both" \
--quantifier "isoquant|oarfish|isoquant,oarfish" \
--barcode_format 10X_3v3 \
-profile <docker/singularity/institute>
```
Expand Down Expand Up @@ -98,7 +98,7 @@ outdir: "./results/"
genome_fasta: "/path/to/genome.fa"
transcript_fasta: "/path/to/transcript.fa"
gtf: "/path/to/file.gtf"
quantifier: "both"
quantifier: "isoquant|oarfish|isoquant,oarfish"
barcode_format: "10X_3v3"
<...>
```
Expand Down

0 comments on commit 7eb96bc

Please sign in to comment.