https://github.com/ccrgeneticsbranch/oncogenomics_v2

Oncogenomics portal version 2

https://github.com/ccrgeneticsbranch/oncogenomics_v2

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Oncogenomics portal version 2

Basic Info
  • Host: GitHub
  • Owner: CCRGeneticsBranch
  • Language: JavaScript
  • Default Branch: main
  • Size: 41.7 MB
Statistics
  • Stars: 0
  • Watchers: 7
  • Forks: 0
  • Open Issues: 36
  • Releases: 0
Created over 3 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

Installation

  1. git clone

git clone git@github.com:CCRGeneticsBranch/Oncogenomics_v2.git clinomics

  1. composer install

cd clinomics mkdir -p bootstrap/cache composer update composer install

  1. change storage permission mkdir -p storage/logs mkdir -p storage/framework/views mkdir -p storage/framework/cache chmod g+w storage/logs chmod g+w storage/framework/views chmod g+w storage/framework/cache
  2. set sitedata link ``` ln -s /mnt/projects/CCR-JK-oncogenomics/static/sitedata/dev/ sitedata cd app ln -s ../sitedata/app/bin . ln -s ../sitedata/app/metadata . ln -s ../sitedata/app/ref . ln -s ../sitedata/app/scripts . cd ../storage ln -s ../sitedata/storage/bams . ln -s ../sitedata/storage/dataintegrityreport . ln -s ../sitedata/storage/ProcessedResults . ln -s ../sitedata/storage/projectdata . ln -s ../sitedata/storage/sync . cd ../public ln -s ../sitedata/app/ref . cd .. ```
  3. edit .env file

``` APPNAME=Laravel APPENV=local APPKEY= APPDEBUG=true APP_URL=https://fsabcl-onc01d.ncifcrf.gov

LOGCHANNEL=stack LOGDEPRECATIONSCHANNEL=null LOGLEVEL=debug

DBCONNECTION=oracle DBHOST= DBPORT= DBDATABASE= DBUSERNAME= DBPASSWORD=

ISPUBLICSITE=0 AUTHREDIRECT=https://fsabcl-onc01d.ncifcrf.gov/clinomicsd/public/login AUTHOATH=https://stsstg.nih.gov/auth/oauth/v2/authorize AUTHCLIENTID= AUTHCLIENTSECRETE= AUTHSCOPE=email+profile+openid AUTHWEBSITE=https://stsstg.nih.gov URL=https://fsabcl-onc01t.ncifcrf.gov/clinomicsd/public URLPRODUCTION=https://oncogenomics.ccr.cancer.gov/production/public URLPUBLIC=https://clinomics.ccr.cancer.gov/clinomics/public/ URLDEV=https://fsabcl-onc01d.ncifcrf.gov/clinomicsdev/public RLIBS=/mnt/nasapps/development/R/rlibs/4.0.2/ RPATH=/mnt/nasapps/development/R/4.0.2/bin/ LDLIBRARYPATH=/mnt/nasapps/development/R/sharedlibs/4.0.2 MOUNT=/mnt/projects/CCR-JK-oncogenomics/static/clones/clinomics MOUNTPUBLIC=/mnt/projects/CCR-JK-oncogenomics/static/clones/clinomicspublic AVIA=true TOKEN= PUBLIC_TOKEN=

BROADCASTDRIVER=log CACHEDRIVER=file FILESYSTEMDRIVER=local QUEUECONNECTION=sync SESSIONDRIVER=cookie SESSIONLIFETIME=86400 SESSIONSECURECOOKIE=true

MEMCACHED_HOST=127.0.0.1

REDISHOST=127.0.0.1 REDISPASSWORD=null REDIS_PORT=6379

MAILFROMADDRESS=oncogenomics@mail.nih.gov MAILMAILER=sendmail MAILHOST=mailfwd.nih.gov MAILPORT=587 MAILUSERNAME=null MAILPASSWORD=null MAILENCRYPTION=tls MAILFROMNAME=Oncogenomics

AWSACCESSKEYID= AWSSECRETACCESSKEY= AWSDEFAULTREGION=us-east-1 AWSBUCKET= AWSUSEPATHSTYLE_ENDPOINT=false

PUSHERAPPID= PUSHERAPPKEY= PUSHERAPPSECRET= PUSHERAPPCLUSTER=mt1

MIXPUSHERAPPKEY="${PUSHERAPPKEY}" MIXPUSHERAPPCLUSTER="${PUSHERAPPCLUSTER}" ```

Owner

  • Name: CCR Genetics Branch
  • Login: CCRGeneticsBranch
  • Kind: organization

Genomics, and epigenetic pipelines developed by the OncoGenomics Section of the Genetics Branch, CCR.

GitHub Events

Total
  • Issues event: 148
  • Issue comment event: 71
  • Push event: 46
  • Gollum event: 2
Last Year
  • Issues event: 148
  • Issue comment event: 71
  • Push event: 46
  • Gollum event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 110
  • Total pull requests: 3
  • Average time to close issues: 20 days
  • Average time to close pull requests: about 2 months
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.55
  • Average comments per pull request: 1.67
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 85
  • Pull requests: 1
  • Average time to close issues: 5 days
  • Average time to close pull requests: 1 minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.41
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • hsienchao (109)
  • vinegang (1)
Pull Request Authors
  • hsienchao (3)
Top Labels
Issue Labels
enhancement (42) bug (13) documentation (10) help wanted (6)
Pull Request Labels
enhancement (1) bug (1) documentation (1)