CCBR / CRISPIN

CRISPR screen pipeline
https://ccbr.github.io/CRISPIN/
MIT License
0 stars 3 forks source link

Consider renaming the pipeline to CRISPIN #40

Closed kelly-sovacool closed 5 months ago

kelly-sovacool commented 6 months ago

Credit to @wong-nw for thinking of this!

I'm a fan of this idea since "CRISPIN" sounds closer to "CRISPR" than "CRUISE" does. CRISPIN apparently means shoemaker/cobbler, so we could use 👞 as the emoji. Alternatively, "crisp" can mean cookie so we could use 🍪.

@kopardev what do you think?

kelly-sovacool commented 5 months ago

@wong-nw, Vishal gave us the go-ahead to rename it to CRISPIN!

kelly-sovacool commented 5 months ago

we'll need to search-and-replace throughout this repo. Linux sed commands:

grep -irl cruise . | xargs sed -i 's/CRUISE/CRISPIN/g'
grep -irl cruise . | xargs sed -i 's/cruise/crispin/g'