Rename FragMaps Directory

Users may wish to rename their SILCS FragMaps directory. This can be achieved conveniently using the following command:

$SILCSBIODIR/utils/rename_fragmaps_directory.sh <current_fragmapsdir> <new_fragmapsdir> \
                                                <current_protname> <new_protname>

Required parameters:

  • Path to original SILCS FragMaps directory (<current_fragmapsdir>)

  • Path to renamed SILCS FragMaps directory (<new_fragmapsdir>)

Optional parameters:

  • Name of original protein PDB file (<current_protname>)

  • Name of renamed protein PDB file (<new_protname>)

Examples:

$SILCSBIODIR/utils/rename_fragmaps_directory.sh silcs_fragmaps_1abc silcs_fragmaps_2xyz
$SILCSBIODIR/utils/rename_fragmaps.sh silcs_fragmaps_1abc silcs_fragmaps_2xyz 1abc_fixed 2xyz_fixed