Skip to content

Commit

Permalink
Merge branch 'main' of
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Thibodeau authored and ajt986 committed Jul 12, 2021
2 parents 5e69fc4 20eebb9 commit e24f21a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 73,16 @@ BAM Input Only:

`--bcidx` The column index (counting from 0) of the CSV file barcode to cell id map for the barcode. (Default: 0)

`--cellidx` The column index (counting from 0) of the CSV file barcode to cell id map for the cell id. (Default: 8)
`--cellidx` The column index (counting from 0) of the CSV file barcode to cell id map for the cell id. (Default: 0)

`--iscellidx` The column index (counting from 0) of the CSV file barcode to cell id map for determining if the barcode corresponds to a cell. (Default: 9)

`--mapqthresh` Threshold for filtering low map quality reads (<= comparison). (Default: 30)

<<<<<<< HEAD
=======
`--maxinsertsize` The maximum insert size (in bp) between read pairs. (Default: 900)
>>>>>>> branch 'main' of https://github.com/UcarLab/ATAC-DoubletDetector.git
Examples:

Expand Down

0 comments on commit e24f21a

Please sign in to comment.