Module 7
What is a file?
Storing data outside of code.
Beyond the program
So far, all your data has lived inside your code. But real data lives in files: text files, spreadsheets, sequence files. A file is a collection of data stored on your computer.
Why it matters
In bioinformatics, you read sequences from files, process them, and write results to new files. Understanding files is essential.
What is a file?