Comprehensive file input and output capabilities supporting 15+ file formats for molecular data, experimental results, and analysis outputs.
Essential file management operations for scientific workflows.
Basic file reading and writing operations
Directory and folder management
Data import and export in multiple formats
Specialized save operations for different data types
Comprehensive support for molecular, data, and visualization formats.
Supported formats for molecular formats
Structure Data File
MDL Molfile
Tripos Mol2
Protein Data Bank
PDBQT format
XYZ coordinates
Supported formats for data formats
Comma-separated values
Microsoft Excel
JavaScript Object Notation
Plain text files
Extensible Markup Language
Supported formats for image formats
Portable Network Graphics
Joint Photographic Experts Group
Scalable Vector Graphics
Portable Document Format
Essential nodes for file input and output operations.
Read data from files on disk
Load data files for processing
No input ports
File contents or path
File metadata
Property | Type | Default | Description |
---|---|---|---|
file_path | string | Path to input file | |
encoding | string | utf-8 | File encoding |
auto_detect | bool | true | Auto-detect file type |
Process entire directories of files
Batch process multiple files
No input ports
List of files in folder
Folder metadata
Property | Type | Default | Description |
---|---|---|---|
folder_path | string | Path to folder | |
recursive | bool | false | Include subdirectories |
pattern | string | * | File pattern to match |
Export DataFrame to various formats
Export processed data for external analysis
DataFrame to save
Path to saved file
Property | Type | Default | Description |
---|---|---|---|
file_path | string | Output file path | |
format | string | csv | Output format (csv, excel, json) |
index | bool | false | Include row index |
Export molecular structures
Export molecular structures for external tools
Molecular structures
Path to saved file
Property | Type | Default | Description |
---|---|---|---|
file_path | string | Output file path | |
format | string | sdf | Molecular format (sdf, mol, pdb) |
single_file | bool | true | Save all to one file |
Typical file processing patterns for scientific data management.
Process large numbers of data files efficiently
Build molecular databases from structure files
Create automated analysis reports
Guidelines for efficient and reliable file operations.
Handle file paths correctly across different systems
Robust handling of file operation errors
Efficient file processing for large datasets
Ensure data integrity during file operations
Now that you understand file operations, learn about data processing and analysis.