Skip to content

Commit

Permalink
Explain usage
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Apr 15, 2024
1 parent dfd7236 commit b4c302f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ pip install git+https://github.com/Edinburgh-Genome-Foundry/Seq_Report.git

```python
import seqreport

seq_fasta = "seq.fa"
seq_coll = seqreport.SeqCollection(fasta=seq_fasta, projectname="EGF24")
seqreport.write_pdf_report("seq_report.pdf", seq_coll)
```

<p align="center">
<img alt="Seq Report" title="Seq Report" src="images/seqreport_screenshot.png" width="360">
</p>

## Versioning

Seq Report uses the [semantic versioning](https://semver.org) scheme.
Expand Down
Binary file added images/seqreport_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4c302f

Please sign in to comment.