Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghar1821 committed Nov 16, 2023
1 parent 557a223 commit 8660886
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@ The above parameters are pretty much the barebone requirement:
* `--clone_barcodes_reference` the location of the text file containing the list of reference clone barcodes to map the reads to.
* `--scrnaseq_bam_files` the location of the BAM file generated by cellranger.

## Clone barcode reference file

This is a text file where each row represents the sequence of a clone barcode.

It should look something like this:

```
CGGAGTAATACATTTTGCCT
TCGGAGTTGGCTGTCGTTTC
GTTGTCTCGGGGGGTGGAGA
CCATGATAAGGGAGTTCCGG
AGGGGAGTCGCGTGGTAGGC
TGTCTAATGGGGGTGTCACT
```

Generally, you will need to get this reference file from the lab that generates the lineage tracing barcode library for you.

## Parallelisation within sample

The Python package within NextClone divides reads into several
Expand Down

0 comments on commit 8660886

Please sign in to comment.