Coder Social home page Coder Social logo

RMSD for 1000 Mutants about smlde HOT 5 CLOSED

pvalle6 avatar pvalle6 commented on August 16, 2024
RMSD for 1000 Mutants

from smlde.

Comments (5)

LaneYahtzee avatar LaneYahtzee commented on August 16, 2024 1

Task re-assigned to Jason Li. Marking as complete.

from smlde.

pvalle6 avatar pvalle6 commented on August 16, 2024

Preprocess.sub here below

# Define variables
ipath=/ddnA/project/jjung1/pvalle6/workspace/
        # Path to folder that contains all results from AlphaFold (Default: input)
opath=/ddnA/project/jjung1/pvalle6/Protein_peptide_complex/
        # Path to folder that put all output files  (Default: output)
ppn=20
        # Number of processes per node  (Default: 20)
        
# Activate pymol environment
module load python/3.8.5-anaconda
source activate pymol

# Load GNU Parallel
module load gnuparallel/20190222/intel-19.0.5

# Change work directory
cd $PBS_O_WORKDIR

# Create a list of input files
ifiles=(`cd $ipath; find . -name 'ranked_0.pdb' | sed -e 's|^./||g' -e  's|/ranked_0.pdb||g'`)

# Process AlphaFold results
parallel --workdir $PBS_O_WORKDIR -j$ppn \
         "sed -e 's|INPUT|$ipath/{}/ranked_0.pdb|g' -e 's|OUTPUT|$opath/{}.pdb|g' script.pml | pymol -cpq" ::: ${ifiles[@]}
         
# Deactivate pymol environment
conda deactivate


from smlde.

pvalle6 avatar pvalle6 commented on August 16, 2024

added new folder in test branch called RMSD

from smlde.

pvalle6 avatar pvalle6 commented on August 16, 2024

PML script and sub script created for

from smlde.

pvalle6 avatar pvalle6 commented on August 16, 2024

Thank you @LaneYahtzee

from smlde.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.