Skip to content

Commit

Permalink
fix: set default n-genes to 1000 for improved accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Feb 22, 2023
1 parent 3b55623 commit 914525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngsderive/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class SaneFormatter(
default=10,
)
strandedness.add_argument(
"-n", "--n-genes", type=int, help="How many genes to sample.", default=100
"-n", "--n-genes", type=int, help="How many genes to sample.", default=1000
)
strandedness.add_argument(
"-q",
Expand Down

0 comments on commit 914525d

Please sign in to comment.