# HG changeset patch # User deepakjadmin # Date 1481828664 18000 # Node ID 477c1186501367a10d5b8ae0877393a9b2ff8e1c # Parent e420415a1799eebdddcaef43ca9f237feed37596 Deleted selected files diff -r e420415a1799 -r 477c11865013 mayatoolV1.xml --- a/mayatoolV1.xml Wed Jan 20 12:16:47 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ - - extract data from file according to field name and Ids - - MAYA_TOOL3_PATH - - - - -#if '.sdf' in $inputsdf.name -/bin/mkdir $inputsdf.extra_files_path; -ln -s $inputsdf $inputsdf.extra_files_path/molecules.sdf; -/usr/bin/perl \$MAYA_TOOL3_PATH/test.pl $outputsdf.name $inputsdf.extra_files_path/molecules.sdf $Identifier $indexnumbers > $logs; -/bin/rm -rf $inputsdf.extra_files_path; -cp $outputsdf.name $outputsdf; -#end if - - - - - - - - - - - - - - - - -