Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 219 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 219 Bytes

#How to use

sdfcut input.sdf 100

This will read in input.sdf and generate a series of output file each with 100 molecules (or less for the last one).

You can also read from stdin:

gzcat mysdf.gz | sdfcut - 1000