Skip to content

Commit 798dd21

Browse files
committed
trivial README updates
1 parent f2ec754 commit 798dd21

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ peakScout expects two inputs:
2121
1. A **peak file** (in BED6 format or as output from MACS2 or SEACR)
2222
2. A **reference GTF file** containing gene annotations. The tool can decompose the GTF file into chromosome-specific collections of genomic features, which are then used to perform bidirectional mapping between peaks and genes.
2323

24-
peakScount can be run:
24+
peakScount can be run via:
2525
- **Command line**: peakScout is designed to be run from the command line, making it accessible for users comfortable with terminal operations.
2626
- **Cloud computing**: for instanct access web access, we have set up peakScout in the cloud - https://vandydata.github.io/peakScout.
2727

2828

2929

3030
## Installation
3131

32-
## From source
32+
### From source
3333

3434
These instructions should generally work without modification in linux-based environments. If you are using Windows, we strongly recommend you use WSL2 to have a Linux environment within Windows.
3535
```bash
@@ -178,14 +178,3 @@ wget https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_mouse/release_M37/genco
178178
gunzip gencode.vM37.basic.annotation.gtf.gz
179179
```
180180

181-
182-
## Notes
183-
184-
Genomes to target: mm10, mm39, hg19, hg38
185-
186-
Get annotations from Gencode, i.e. M25 for mm10 (which is aka GRCm38)
187-
188-
From gencode files, we can get chr, start, end, feature name, feature type (`gene`, `transcript`, etc), and biotype (eg. `gene_type "TEC";`)
189-
190-
Write a parser for the GTF data and at least get it into the lowest common denominator currently need, optimizations can come later
191-

0 commit comments

Comments
 (0)