# HG changeset patch
# User deepakjadmin
# Date 1453310115 18000
# Node ID dfff2614510e6a176cf7c47b7d8af9ea003d33a9
# Parent 6a47185ac442395cdc4cc1cee52b43495a9f2677
Deleted selected files
diff -r 6a47185ac442 -r dfff2614510e mayatoolV1.xml
--- a/mayatoolV1.xml Wed Jan 20 12:02:58 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r 6a47185ac442 -r dfff2614510e test.pl
--- a/test.pl Wed Jan 20 12:02:58 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#!/usr/bin/perl -w
-use warnings;
-$out1 = $ARGV[0];
-$in1 = $ARGV[1];
-$fieldname = $ARGV[2];
-$idfiles = $ARGV[3];
-
-open(FILE, $idfiles) or die "Can't read file 'filename' [$!]\n";
-@document = ;
-close (FILE);
-$strw = join(",",@document);
-$strw =~ tr/\r\n//d;
-$fieldValues = join(",",$fieldname,$strw);
-system("mayachemtools/bin/ExtractFromSDFiles.pl -m datafieldbylist -d $fieldValues -r $out1 -o $in1" );
diff -r 6a47185ac442 -r dfff2614510e tool_dependencies.xml
--- a/tool_dependencies.xml Wed Jan 20 12:02:58 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-
-
-
-
- $REPOSITORY_INSTALL_DIR
-
-
-