Skip to content

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

License

Notifications You must be signed in to change notification settings

codingmr/parseDNA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages