Launch Ginkgo: qb.cshl.edu/ginkgo
Step 0: Upload .bed files
Step 1: Choose analysis parameters
Step 2: Phylogenetic Tree
Step 3: Analyse Individual Cells
Requirements:
- PHP >=5.2
- R >=2.15.2
- R Packages:
- ctc
- DNAcopy
- inline
- gplots
- scales
- plyr
Install Ginkgo:
Type make
in the ginkgo/ directory
Server Configuration:
-
/etc/php.ini
upload_tmp_dir
: make sure this directory has write permissionupload_max_filesize
: set to >2G since .bam files can be large
-
ginkgo/includes/fileupload/server/php/UploadHandler.php
- In constructor, on line 43 and 44:
upload_dir = [FULL_PATH_TO_UPLOADS_DIR] . $_SESSION["user_id"] . '/'
upload_url = [FULL_URL_TO_UPLOADS_DIR] . $_SESSION["user_id"] . '/'
- In constructor, on line 43 and 44:
-
ginkgo/bootstrap.php
- Change
DIR_ROOT
,DIR_UPLOADS
andURL_ROOT
- Change
-
ginkgo/scripts/analyze
- Change
home
variable to where the ginkgo/ folder is located
- Change
-
ginkgo/scripts/process.R
- Change
main_dir
variable to the folder where ginkgo/scripts is located
- Change