Skip to content

Commit e35d90a

Browse files
committed
Basic functionality
1 parent c9e74c1 commit e35d90a

3 files changed

Lines changed: 605 additions & 30 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ Try the CLI:
2727

2828
```bash
2929
gcnvplot --version
30-
gcnvplot plot --input sample.tsv --output plot.png
30+
gcnvplot create-background --read-counts-list background_inputs.txt --output background.tsv
31+
gcnvplot plot --read-counts sample.tsv --background background.tsv --region chr1:100-299 --output plot.svg
3132
```

0 commit comments

Comments
 (0)