Skip to content

cemilcansaylan/ledock_hts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

LedockHTS

High throughput screening preparation for ledock. Design for slurm HPC, and you may change the HPC inputs

Requirements:

ledock and lepro link

gnu parallel link

Usage: ledock_hts.sh [-h, --help] [--config arg] [--workdir folder] [--task_number int] [--receptor arg] [--ligands_folder folder] 
             [--center_coord center_x center_y center_z (float)] [--box_size size_x size_y size_z (float)] 
             [--account arg] [-p, --partition arg] [--cpu int] [--ledock_path folder] [--gnu_parallel folder]
              
Descrition of command:
  -h,   --help          show this help message and exit

Inputs (require)

  --workdir folder      WORKDIR in which ligands and inputs should be present
  --task_number int     # of task, must be integer
  --receptor arg        Must be given full path of receptor file (pdb)
  --ligands_folder folder The folder containing all ligands (mol2)
  --center_coord center_x center_y center_z
                        Grid box center, center should be given as shown; center_x center_y center_z 
  --box_size size_x size_y size_z
                        Grid box size, size should be giver as; size_x size_y size_z

HPC inputs (require)
  --account arg         HPC slurm file account name
  --partition arg       HPC partition
  --cpu int             # of cpu for one task

Program PATH (require)
  --ledock_path folder  Ledock executable path
  --gnu_parallel folder GNU Parallel executable path

Configuration file (optional):
  --config arg          the above options can be put here 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages