Skip to content

Explore rearrangements and copy-number amplifications in a cancer genome

License

Notifications You must be signed in to change notification settings

xma82/SplitThreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SplitThreader

SplitThreader is an interactive web application for analysis of rearrangements in a cancer genome.

SplitThreader is available online at http://splitthreader.com.

Screenshots:

SplitThreader screenshot

SplitThreader screenshot

Local deployment

If you need to deploy SplitThreader locally, here are the steps:

  1. Install XAMPP on your computer (includes Apache and PHP)

  2. Using the Terminal, go to the htdocs folder created during the install. On a Mac, the folder is located at /Applications/XAMPP/htdocs/

    cd /Applications/XAMPP/htdocs/
    
  3. Clone this repository into the htdocs folder

    git clone https://github.com/marianattestad/splitthreader
    
  4. Open up permissions for user_data and user_uploads so new files can be created in those directories

    chmod 777 user_uploads
    chmod 777 user_data
    
  5. Then go to a web browser such as Chrome, Firefox, or Safari (Not tested on IE) and type into the url box:

    localhost/splitthreader
    
  6. You may have to change the Python path for apache in order to be able to run SplitThreader

About

Explore rearrangements and copy-number amplifications in a cancer genome

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.0%
  • PHP 8.2%
  • Python 6.4%
  • CSS 5.9%
  • HTML 1.5%
  • R 0.6%
  • Shell 0.4%