Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao-chen-xc authored Oct 14, 2023
1 parent 9fb1c6d commit a2ee08a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ python3 star_caller.py --manifest MANIFEST_FILE \
--threads NUMBER_THREADS
```
The manifest is a text file in which each line should list the absolute path to an input BAM/CRAM file.
For CRAM input, it’s suggested to provide the path to the reference fasta file with `--reference` in the command.
For CRAM input, it’s suggested to provide the path to the reference fasta file with `--reference` in the command.

Cyrius can now be installed with `pip install cyrius` and run with `cyrius -h`, with the same parameters as listed above.

## Interpreting the output

Expand Down

0 comments on commit a2ee08a

Please sign in to comment.