Skip to content

Caeph/ProBoundTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProBoundTools

This repository contains the source code for ProBoundTools (which manipulates and applies ProBound models) and buildCountTable.py (which builds count tables).

To compile ProBoundTools, first install Maven and then execute:

cd ProBoundTools/ mvn package cd ..

To run ProBoundTools, run:

java -cp ProBoundTools/target/ProBound-jar-with-dependencies.jar proBoundTools/App -c 'loadMotifCentralModel(15413).addNScoring().inputTXT(demo/initialPool.30mer1.R0.txt).bindingModeScores(/dev/stdout)'

This forked version is functionally equivalent but the code architecture permits using access from a Python module.

About

code architecture change for a python module to operate on top of Java program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • Python 0.5%