Skip to content

Commit

Permalink
add doc about using all gRNAs for LFC
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Oct 4, 2023
1 parent 797e6b6 commit e83dcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bean/qc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ def parse_args():
)
parser.add_argument(
"--posctrl-col",
help="Column name in ReporterScreen.guides DataFrame that specifies guide category.",
help="Column name in ReporterScreen.guides DataFrame that specifies guide category. To use all gRNAs, feed empty string ''.",
type=str,
default="target_group",
default="target_col",
)
parser.add_argument(
"--posctrl-val",
Expand Down

0 comments on commit e83dcf5

Please sign in to comment.