You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CRISPRon](https://github.com/RTH-tools/crispron) is a deep learning-based model for predicting SpCas9 guide RNA on-target efficiency. In CRISPR-HAWK, it can be used as an additional scoring module during `crisprhawk search`.
254
-
255
-
> 📝 **Note**: CRISPRon scoring is optional. If the dedicated environment is not installed, CRISPR-HAWK will skip CRISPRon scoring and continue running the rest of the pipeline.
256
-
257
-
**Installation Steps**:
258
-
259
-
From the root of the cloned CRISPR-HAWK repository, create the dedicated environment using the provided YAML file:
[sgDesigner](https://github.com/wang-lab/sgDesigner) is a machine learning-based tool for predicting SpCas9 guide RNAs efficiency. In CRISPR-HAWK, it can be used as an optional scoring module during `crisprhawk search` to complement the built-in guide prioritization framework.
283
-
284
-
> 📝 **Note**: sgDesigner scoring is optional. If the dedicated environment is not installed, CRISPR-HAWK will skip sgDesigner scoring and continue running the rest of the pipeline.
<br>This prevents potential dependency conflicts with the main CRISPR-HAWK environment and preserves compatibility with the sgDesigner software requirements.
296
-
297
-
**Test your installation**
298
-
299
-
You can confirm that the environment is available by running:
300
-
301
-
```bash
302
-
conda run -n sgdesigner-crisprhawk python -c "print('sgDesigner environment correctly installed')"
303
-
```
304
-
305
-
If the command completes successfully, CRISPR-HAWK will be able to include sgDesigner scoring during guide search.
306
-
307
249
## 2 Usage
308
250
309
251
CRISPR-HAWK provides multiple functionalities designed to support variant- and haplotype-aware CRISPR guide design, gRNA efficiency evaluation, and integration with downstream analysis pipelines. Each command serves a distinct role in the workflow.
0 commit comments