Skip to content

Commit

Permalink
Update run_scanpyQC_rna.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wlason authored Nov 1, 2024
1 parent d748a6a commit b36d582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panpipes/python_scripts/run_scanpyQC_rna.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
default="mitochondrial,ribosomal",
help="which list of genes to use to calc proportion of mapped reads over total,per cell?")
parser.add_argument("--score_genes",
default="MarkersNeutro",
default=None,
help="which list of genes to use to scanpy.tl.score_genes per cell?")

args, opt = parser.parse_known_args()
Expand Down

0 comments on commit b36d582

Please sign in to comment.