ctheodoris commited on
Commit
4ce81ab
1 Parent(s): b8fda63

Update installation instructions to include git lfs install and ssh method

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -49,7 +49,8 @@ Example applications demonstrated in [our manuscript](https://rdcu.be/ddrx0) inc
49
  In addition to the pretrained model, contained herein are functions for tokenizing and collating data specific to single cell transcriptomics, pretraining the model, fine-tuning the model, extracting and plotting cell embeddings, and performing in silico pertrubation with either the pretrained or fine-tuned models. To install:
50
 
51
  ```bash
52
- git clone https://huggingface.co/ctheodoris/Geneformer
 
53
  cd Geneformer
54
  pip install .
55
  ```
 
49
  In addition to the pretrained model, contained herein are functions for tokenizing and collating data specific to single cell transcriptomics, pretraining the model, fine-tuning the model, extracting and plotting cell embeddings, and performing in silico pertrubation with either the pretrained or fine-tuned models. To install:
50
 
51
  ```bash
52
+ git lfs install
53
+ git clone [email protected]:ctheodoris/Geneformer
54
  cd Geneformer
55
  pip install .
56
  ```