Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 600 Bytes

File metadata and controls

15 lines (11 loc) · 600 Bytes

parseDNA

Parses a sequence of DNA code from .txt into chunk groups with associated target

Expected output

Image from Gyazo

Example usage

By default the script will run with a chunk size of 5, number of chunks as 3 and will look for a file name called "data1.txt" python parseDNA.py

Short hand you can specify the chunk size and number of chunks. python parseDNA.py 10 3

You can also specify the filename python parseDNA.py 7 5 C:\lever\documents\data.txt