Skip to content

pandurang-kolekar/doCNA

 
 

Repository files navigation

doCNA

Tool for analysis of copy number profile in WGS.

Installing doCNA

git clone https://github.com/stjude/doCNA.git

# setup a virtual environment
python -m venv docna_install
source ./docna_install/bin/activate

# install into virtual environment
pip3 install ./doCNA

Workflow for running doCNA

  1. Get a local copy of the config:
docna getconfig
  1. Edit the config to point to real SuperGood and CytoBand files. We don't recommend changing additional parameters when starting out.

  2. Run doCNA to generate output files:

# replace sample with whatever your samplename is

docna analyze -i Sample.txt -c doCNA.ini -s Sample
... Lots of log info! ...
12:18:19 doCNA.WGS: INFO: Ready to report!
All done
  1. Launch the viewer and visualize output:
# if you are running this on your local machine, such as a desktop or laptop:
docna viewer

# if you are running this on a remote machine, like a cluster:
docna viewer --remote
**********
Access dashboard in browser via: http://10.220.16.129:39738
**********
INFO:     Started server process [11716]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://10.220.16.129:39738 (Press CTRL+C to quit)
  1. Load files: example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%