Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Former-commit-id: 693dbd1
  • Loading branch information
chenkenbio committed Jun 2, 2023
1 parent 4bdd7a7 commit 30e0363
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,19 @@ dmypy.json

# Pyre type checker
.pyre/

examples/scripts/_encode_sequence.c
examples/scripts/selene_custom/_genomic_features.c
examples/scripts/_sequence_to_kmer_list.c
*.bed.gz
*.pkl
*.bed.gz.tbi
*.bedpe.gz
*.vcf.gz
*.jpg
*.svg
*.pdf
nohup.out
data/
output/
models/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The following python packages or command line tools are also required to reprodu
- `scikit-learn (1.1.1)`
- `scanpy (1.8.2)`
- `matplotlib (3.5.1)`
- `seaborn (0.11.2)`
- `tqdm (4.64.0)`
- `pyBigWig (0.3.18)` (optional)
- Command line tools:
Expand Down

0 comments on commit 30e0363

Please sign in to comment.