Skip to content

Commit 017c409

Browse files
committed
Initial Commit of files
1 parent 4324c95 commit 017c409

14 files changed

Lines changed: 6014 additions & 0 deletions

CRISPResso.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
'''
4+
CRISPResso2 - Kendell Clement and Luca Pinello 2018
5+
Software pipeline for the analysis of genome editing outcomes from deep sequencing data
6+
(c) 2017 The General Hospital Corporation. All Rights Reserved.
7+
'''
8+
9+
10+
from CRISPResso.CRISPRessoCORE import main
11+
12+
13+
if __name__ == '__main__':
14+
main()

CRISPResso/CRISPRessoBatchCORE.py

Lines changed: 563 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)