NgsCctsBuildCompleteGenomics
Revision as of 03:47, 30 August 2013 by Curtish@uab.edu (talk | contribs) (→download reference genomes from CG)
Attention: Research Computing Documentation has Moved
https://docs.rc.uab.edu/
https://docs.rc.uab.edu/
Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.
As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.
Thank you,
The Research Computing Team
Binary install of Complete Genomics Analysis Tools
Source http://sourceforge.net/projects/cgatools/files/
1.7.1 (2013-08-29)
# binary download cd /share/apps/ngs-ccts/downloads wget http://sourceforge.net/projects/cgatools/files/1.7.1/cgatools-1.7.1.5-linux_binary-x86_64.tar.gz/download cd .. tar xzvf downloads/cgatools-1.7.1.5-linux_binary-x86_64.tar.gz # create module file emacs /share/apps/ngs-ccts/modulefiles/completegenomics-cgatools-1.7.1.5 # edit, edit edit
download reference genomes from CG
download reference data
cd /scratch/share/public_datasets/ngs/databases/completegenomics qsub cg_download_36.sh qsub cg_download_37.sh
validate downloaded .crr
BUILD=36 cd /scratch/share/ngs/databases/completegenomics module load ngs-ccts/completegenomics-cgatools-1.7.1 # list contents cgatools listcrr --reference ReferenceFiles/build${BUILD}.crr > build${BUILD}.listcrr.out diff build${BUILD}.listcrr.ref build${BUILD}.listcrr.out # extract some sequence cgatools decodecrr --reference ReferenceFiles/build${BUILD}.crr --range chr16:10000000-10000050