# HG changeset patch # User anmoljh # Date 1497268712 14400 # Node ID d43add0742405c8949a8c1fff51ca58bcfc2dd74 planemo upload commit e713bcfa1b1690f9a21ad0bd796c2d385f646e66-dirty diff -r 000000000000 -r d43add074240 PaDEL-descriptor.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PaDEL-descriptor.xml Mon Jun 12 07:58:32 2017 -0400 @@ -0,0 +1,144 @@ + + + PADELPATH + + + + + +"PaDEL Descriptor Calculation Tool" + + $log; + /bin/rm -rf $input.extra_files_path; +#else + /usr/bin/java -jar \$PADELPATH/PaDEL-Descriptor.jar + -dir $input + $coordinate2d + -maxruntime $maxruntime + -waitingjobs $maxjob + -threads $thread + $detectaromaticity + $removesalt + $standardizenitro + $convert3d + $retain3d + $coordinate3d + $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 000000000000 -r d43add074240 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 12 07:58:32 2017 -0400 @@ -0,0 +1,6 @@ + + + + $REPOSITORY_INSTALL_DIR/PaDEL + +