Skip to content

Commit

Permalink
Fix main CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Nov 25, 2024
1 parent 4cd7fcb commit d9a3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/perturbation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"\n",
"genetic_treatments = []\n",
"for name, symbol, target_name in treatments:\n",
" treatment = wl.GeneticTreatment(system=\"CRISPR Cas9\", name=name).save()\n",
" treatment = wl.GeneticTreatment(system=\"CRISPR-Cas9\", name=name).save()\n",
" if symbol != \"lacz\":\n",
" gene_result = bt.Gene.from_source(symbol=symbol, organism=organism)\n",
" gene = gene_result[0] if isinstance(gene_result, list) else gene_result\n",
Expand Down

0 comments on commit d9a3e75

Please sign in to comment.