Skip to content

Commit

Permalink
Add note about running the tool on multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricHermansBIT committed Feb 21, 2024
1 parent 2033f04 commit a850345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ htseq-count-rust alignments.bam genes.gtf
htseq-count-rust -s no -t exon -i gene_id -m intersection-strict -d , -a 10 -n 8 --nonunique all --secondary-alignments ignore --supplementary-alignments ignore -o alignments_out.sam alignments.bam genes.gtf
```

Note: currently, only one SAM/BAM file can be provided. If you want to run the tool on multiple files, you will need to run them separately.

### Options

The following options are currently supported:
Expand Down

0 comments on commit a850345

Please sign in to comment.