# HG changeset patch # User deepakjadmin # Date 1453299119 18000 # Node ID 90ea638ce8782c524aa38c912d0cce4160887653 # Parent 17fef9d80c972f3d2bbcab396da7f9b4457fefe7 Uploaded diff -r 17fef9d80c97 -r 90ea638ce878 mayatoolV1.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mayatoolV1.xml Wed Jan 20 09:11:59 2016 -0500 @@ -0,0 +1,32 @@ + + 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 + + + + + + + + + + + + + + + + +