# HG changeset patch # User marpiech # Date 1472468220 14400 # Node ID 171a689adee2172a800206e404fb31db33034d92 # Parent 16673005d7998c19b9d1864abcb28bd22ff7495b planemo upload commit 781926e52355f7805db8d9a4ccafeff397b19aa4-dirty diff -r 16673005d799 -r 171a689adee2 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Aug 29 06:57:00 2016 -0400 @@ -0,0 +1,29 @@ +# README # + +This README would normally document whatever steps are necessary to get your application up and running. + +### What is this repository for? ### + +* Quick summary +* Version +* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) + +### How do I get set up? ### + +* Summary of set up +* Configuration +* Dependencies +* Database configuration +* How to run tests +* Deployment instructions + +### Contribution guidelines ### + +* Writing tests +* Code review +* Other guidelines + +### Who do I talk to? ### + +* Repo owner or admin +* Other community or team contact \ No newline at end of file diff -r 16673005d799 -r 171a689adee2 contributors.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contributors.txt Mon Aug 29 06:57:00 2016 -0400 @@ -0,0 +1,2 @@ +Marcin Piechota - marpiech +Dzesika Hoinkis - dzesikah diff -r 16673005d799 -r 171a689adee2 rdock.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdock.xml Mon Aug 29 06:57:00 2016 -0400 @@ -0,0 +1,51 @@ + + tail-to-head + + inputmol2.mol2; cat $inputprm | sed "s|RECEPTOR_FILE.*|RECEPTOR_FILE inputmol2.mol2|g" | sed "s|REF_MOL.*|REF_MOL ligand.sd|g" > new.prm; + cp -r $__tool_directory__/tools/rdock/data .; + mkdir data/ligands; + cp $inputsd data/ligands/ligand.sd; + LD_LIBRARY_PATH=$__tool_directory__/tools/rdock/lib $__tool_directory__/tools/rdock/bin/rbcavity -r new.prm -was > /tmp/rbcavity.log; + LD_LIBRARY_PATH=$__tool_directory__/tools/rdock/lib $__tool_directory__/tools/rdock/bin/rbdock -r new.prm -p dock.prm -n 100 -i $inputsd -o output_docking_out > /tmp/docking_out.log; + PERL5LIB=$__tool_directory__/tools/rdock/lib/ LD_LIBRARY_PATH=$__tool_directory__/tools/rdock/lib $__tool_directory__/tools/rdock/bin/sdsort -n -f'SCORE' output_docking_out.sd > sorted.sd; + PYTHONPATH=/usr/lib/python2.7/dist-packages/ $__tool_directory__/tools/rdock/bin/sdrmsd $inputsd sorted.sd > $output_rdock + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + rDock tool + + + doi:10.1371/journal.pcbi.1003571 + +