├── .gitignore ├── ASAP.py ├── Dockerfile ├── LICENSE ├── README.md ├── asap.gif └── test ├── Complete_Set ├── 15.10F_003_C04_2016-05-19.ab1 ├── 15.10R_004_D04_2016-05-19.ab1 ├── 15.11F_001_E04_2016-05-20.ab1 ├── 15.11R_002_F04_2016-05-20.ab1 ├── 15.12F_003_G04_2016-05-20.ab1 ├── 15.12R_004_H04_2016-05-20.ab1 ├── 15.13F_001_A05_2016-05-20.ab1 ├── 15.13R_002_B05_2016-05-20.ab1 ├── 15.14F_003_C05_2016-05-20.ab1 ├── 15.14R_004_D05_2016-05-20.ab1 ├── 15.15F_001_E05_2016-05-20.ab1 ├── 15.15R_002_F05_2016-05-20.ab1 ├── 15.16F_003_G05_2016-05-20.ab1 ├── 15.16R_004_H05_2016-05-20.ab1 ├── 15.17F_001_A06_2016-05-20.ab1 ├── 15.17R_002_B06_2016-05-20.ab1 ├── 15.18F_003_C06_2016-05-20.ab1 ├── 15.18R_004_D06_2016-05-20.ab1 ├── 15.1F_001_A02_2016-05-19.ab1 ├── 15.1R_002_B02_2016-05-19.ab1 ├── 15.2F_003_C02_2016-05-19.ab1 ├── 15.2R_004_D02_2016-05-19.ab1 ├── 15.3F_001_E02_2016-05-19.ab1 ├── 15.3R_002_F02_2016-05-19.ab1 ├── 15.4F_003_G02_2016-05-19.ab1 ├── 15.4R_004_H02_2016-05-19.ab1 ├── 15.5F_001_A03_2016-05-19.ab1 ├── 15.5R_002_B03_2016-05-19.ab1 ├── 15.6F_003_C03_2016-05-19.ab1 ├── 15.6R_004_D03_2016-05-19.ab1 ├── 15.7F_001_E03_2016-05-19.ab1 ├── 15.7R_002_F03_2016-05-19.ab1 ├── 15.8F_003_G03_2016-05-19.ab1 ├── 15.8R_004_H03_2016-05-19.ab1 ├── 15.9F_001_A04_2016-05-19.ab1 └── 15.9R_002_B04_2016-05-19.ab1 └── References ├── Amino_acid_Reference.fa ├── Exon_Only_Seq.fa └── Reference_Seq.fa /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/.gitignore -------------------------------------------------------------------------------- /ASAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/ASAP.py -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/README.md -------------------------------------------------------------------------------- /asap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/asap.gif -------------------------------------------------------------------------------- /test/Complete_Set/15.10F_003_C04_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.10F_003_C04_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.10R_004_D04_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.10R_004_D04_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.11F_001_E04_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.11F_001_E04_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.11R_002_F04_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.11R_002_F04_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.12F_003_G04_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.12F_003_G04_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.12R_004_H04_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.12R_004_H04_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.13F_001_A05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.13F_001_A05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.13R_002_B05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.13R_002_B05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.14F_003_C05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.14F_003_C05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.14R_004_D05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.14R_004_D05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.15F_001_E05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.15F_001_E05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.15R_002_F05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.15R_002_F05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.16F_003_G05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.16F_003_G05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.16R_004_H05_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.16R_004_H05_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.17F_001_A06_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.17F_001_A06_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.17R_002_B06_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.17R_002_B06_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.18F_003_C06_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.18F_003_C06_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.18R_004_D06_2016-05-20.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.18R_004_D06_2016-05-20.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.1F_001_A02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.1F_001_A02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.1R_002_B02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.1R_002_B02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.2F_003_C02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.2F_003_C02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.2R_004_D02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.2R_004_D02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.3F_001_E02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.3F_001_E02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.3R_002_F02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.3R_002_F02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.4F_003_G02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.4F_003_G02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.4R_004_H02_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.4R_004_H02_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.5F_001_A03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.5F_001_A03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.5R_002_B03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.5R_002_B03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.6F_003_C03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.6F_003_C03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.6R_004_D03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.6R_004_D03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.7F_001_E03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.7F_001_E03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.7R_002_F03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.7R_002_F03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.8F_003_G03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.8F_003_G03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.8R_004_H03_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.8R_004_H03_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.9F_001_A04_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.9F_001_A04_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/Complete_Set/15.9R_002_B04_2016-05-19.ab1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/Complete_Set/15.9R_002_B04_2016-05-19.ab1 -------------------------------------------------------------------------------- /test/References/Amino_acid_Reference.fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/References/Amino_acid_Reference.fa -------------------------------------------------------------------------------- /test/References/Exon_Only_Seq.fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/References/Exon_Only_Seq.fa -------------------------------------------------------------------------------- /test/References/Reference_Seq.fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/addityea/ASAP/HEAD/test/References/Reference_Seq.fa --------------------------------------------------------------------------------