# HG changeset patch
# User deepakjadmin
# Date 1452146972 18000
# Node ID cddbcb5467b94200b569be071b7f29f84f54730a
# Parent ed12998b201454edba4e97402a5c2c442ac53d7d
Deleted selected files
diff -r ed12998b2014 -r cddbcb5467b9 testpadel/PaDEL-Descriptor.jar
Binary file testpadel/PaDEL-Descriptor.jar has changed
diff -r ed12998b2014 -r cddbcb5467b9 testpadel/addact.xml
--- a/testpadel/addact.xml Thu Jan 07 00:55:32 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-
-"Merge data files of Active and Inactive compounds "
-tool2/addact.pl $Input1 $Activity1 $Input2 $Activity2 $Merged_file
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Provide descriptor files of active/positive and inactive/negative molecules and assign them properly.
-
-
diff -r ed12998b2014 -r cddbcb5467b9 testpadel/padelnew.xml
--- a/testpadel/padelnew.xml Thu Jan 07 00:55:32 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,83 +0,0 @@
-
-
- PADEL_PATH
- padel
-
-
-
-
-"PaDEL Descriptor Calculation Tool"
-
-#if '.smi' in $input.name
-/bin/mkdir $input.extra_files_path;
-ln -s $input $input.extra_files_path/molecule.smi;
-/usr/bin/java -jar \$PADEL_PATH/PaDEL-Descriptor.jar -dir $input.extra_files_path/molecule.smi -2d $detectaromaticity $removesalt $standardizenitro $convert3d $retain3d $coordinate $fingerprint $retainorder -file $descriptor -log > $log ;
-/bin/rm -rf $input.extra_files_path;
-#else
-/usr/bin/java -jar \$PADEL_PATH/PaDEL-Descriptor.jar -dir $input -2d $detectaromaticity $removesalt $standardizenitro $convert3d $retain3d $coordinate $fingerprint $retainorder -file $descriptor -log >$log
-#end if
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Input may be any sdf,smile or mol2 file and output file will be in CSV format.
-
-
-
diff -r ed12998b2014 -r cddbcb5467b9 testpadel/removeduplecate.xml
--- a/testpadel/removeduplecate.xml Thu Jan 07 00:55:32 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-
-"Removes Repeated Entry From File"
-tool3/removeduplecate.R $Input1 $Non_redudant_mega_file
-
-
-
-
-
-
-
-run command with Descriptor file and in csv format only .output file will be in CSV format.
-
-
diff -r ed12998b2014 -r cddbcb5467b9 testpadel/tool_dependencies.xml
--- a/testpadel/tool_dependencies.xml Thu Jan 07 00:55:32 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-
-
-
-
- $REPOSITORY_INSTALL_DIR
-
-
-
-
-
- http://www.yapcwsoft.com/dd/padeldescriptor/PaDEL-Descriptor.zip
-
- .
- $INSTALL_DIR/bin/
-
-
-
-
- $INSTALL_DIR/bin
-
-
-
-
-
-