Q. If I am interested in a subset of a .molt file, is it possible to filter the .molt file? Or would you recommend filtering the .sdf file, then generating a subset .molt file from the filtered .sdf file?
A.
For example:
cat file.sdf | molfilter.icm "MolWeight(mol) < 500" | mol2sdf.icm > file_MW500.sdf
You can then convert the filtered .sdf to a .molt file.