Description Usage Arguments Details Value Author(s) See Also Examples
Extract date & time stamp from a file
1 | ExtractFileTimeStamp(filename)
|
filename |
String of the file name to extract the FileTimeStamp information |
Create a date-time string to append to filenames to try and make
them unique. The date-time string has the format
month-day-year_hour-minute; for example, May 4, 2016 at 12:34pm is
represented as may042016_1234.
NOTE: This is a non-public function.
A string with the date and time.
Emilio Xavier Esposito emilio@exeResearch.com
Other utilities: ConservationSet,
DetermineChainsOfInterest,
ExtractPDBids, FileTimeStamp,
HasXWaters, Nearby,
ProtHetWatIndices,
RescaleValues,
RetainChainsOfInterest,
ReturnPDBfullPath,
StandardizeAsparticAcidNames,
StandardizeCysteineNames,
StandardizeGlutamicAcidNames,
StandardizeHistidineNames,
StandardizeLysineNames,
TimeSpan, UniqueAtomHashes,
aaStandardizeNames,
getAtomTypeCounts,
getResTypeCounts, res2xyz,
resAtomType2AtomClass,
write.basic.pdb,
write.conservedWaters.pdb
1 2 3 4 5 6 | ## Not run:
filename <- "ConservedWaters_PASSED_may042016_1234.pdb"
ExtractFileTimeStamp(filename)
# [1] may042016_1234
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.