Skip to content

sallyrose0425/MLmodeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Necessary Packages:

(Python 3)

Usage:

python split_optimization_analysis.py target_decoys_file.sdf.gz target_actives_file.sdf.gz target_output_file.csv

In practice we use taskSpooler and run multiple instances in parallel:

# !/bin/bash
tsp -S 16
tsp python split_optimization_analysis.py target1_decoys_file.sdf.gz target1_actives_file.sdf.gz target1_output_file.csv
tsp python split_optimization_analysis.py target2_decoys_file.sdf.gz target2_actives_file.sdf.gz target2_output_file.csv
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages