0
|
1 NAME
|
|
2 JoinSDFiles.pl - Join multiple SDFiles into a single SDFile
|
|
3
|
|
4 SYNOPSIS
|
|
5 JoinSDFiles.pl SDFiles...
|
|
6
|
|
7 JoinSDFiles.pl [-h, --help] [-o, --overwrite] [-r, --root rootname] [-w,
|
|
8 --workingdir dirname] SDFiles...
|
|
9
|
|
10 DESCRIPTION
|
|
11 Multiple *SDFiles* are joined to generate a single SDFile. The file
|
|
12 names are separated by spaces. The valid file extensions are *.sdf* and
|
|
13 *.sd*. All other file names are ignored. All the SD files in a current
|
|
14 directory can be specified either by **.sdf* or the current directory
|
|
15 name.
|
|
16
|
|
17 OPTIONS
|
|
18 -h, --help
|
|
19 Print this help message.
|
|
20
|
|
21 -o, --overwrite
|
|
22 Overwrite existing files.
|
|
23
|
|
24 -r, --root *rootname*
|
|
25 New SD file name is generated using the root: <Root>.sdf. Default
|
|
26 file name:<FirstSDFileName>1To<Count>Joined.sdf.
|
|
27
|
|
28 -w, --workingdir *dirname*
|
|
29 Location of working directory. Default: current directory.
|
|
30
|
|
31 EXAMPLES
|
|
32 To join SD files, type:
|
|
33
|
|
34 % JoinSDFiles.pl -o Sample1.sdf Sample2.sdf
|
|
35 % JoinSDFiles.pl -o *.sdf
|
|
36
|
|
37 To join all Sample*.sdf files in a directory, SomeDir, and generate a
|
|
38 new file NewSample.sdf, type:
|
|
39
|
|
40 % JoinSDFiles.pl -r NewSample -w SomeDir -o *.sdf
|
|
41
|
|
42 AUTHOR
|
|
43 Manish Sud <msud@san.rr.com>
|
|
44
|
|
45 SEE ALSO
|
|
46 InfoSDFiles.pl, MolFilesToSD.pl, SDToMolFiles.pl, SplitSDFiles.pl
|
|
47
|
|
48 COPYRIGHT
|
|
49 Copyright (C) 2015 Manish Sud. All rights reserved.
|
|
50
|
|
51 This file is part of MayaChemTools.
|
|
52
|
|
53 MayaChemTools is free software; you can redistribute it and/or modify it
|
|
54 under the terms of the GNU Lesser General Public License as published by
|
|
55 the Free Software Foundation; either version 3 of the License, or (at
|
|
56 your option) any later version.
|
|
57
|