4e02ac74b68e5c26a87c9514c977af727f1e3bf5 hiram Thu May 26 12:56:09 2022 -0700 add ncbiRefSeq genes and cytoBand no redmine diff --git src/hg/makeDb/doc/nomLeu3.txt src/hg/makeDb/doc/nomLeu3.txt index 88b31ed..54cea9f 100644 --- src/hg/makeDb/doc/nomLeu3.txt +++ src/hg/makeDb/doc/nomLeu3.txt @@ -955,15 +955,58 @@ http://genome.crg.es/genepredictions/N.leucogenys/nomLeu3/geneid_v1.4/00README wget --timestamping \ http://genome.crg.es/genepredictions/N.leucogenys/nomLeu3/geneid_v1.4/nomLeu3.geneid.gtf ldHgGene -gtf -genePredExt nomLeu3 geneid nomLeu3.geneid.gtf # Read 34901 transcripts in 254923 lines in 1 files # 34901 groups 5247 seqs 1 sources 3 feature types # 34901 gene predictions featureBits -enrichment nomLeu3 augustusGene:CDS geneid # augustusGene:CDS 1.120%, geneid 1.254%, both 0.899%, cover 80.28%, # enrich 64.00x ########################################################################## +# ncbiRefSeq (DONE - 2022-05-26 Hiram) + + mkdir /hive/data/genomes/nomLeu3/bed/ncbiRefSeq.2022-05-26 + cd /hive/data/genomes/nomLeu3/bed/ncbiRefSeq.2022-05-26 + + time( /cluster/home/hiram/kent/src/hg/utils/automation/doNcbiRefSeq.pl \ + -stop=process \ + -buildDir=`pwd` GCF_000146795.2_Nleu_3.0 nomLeu3) \ + > process.log 2>&1 + # real 3m37.260s + + time( /cluster/home/hiram/kent/src/hg/utils/automation/doNcbiRefSeq.pl \ + -continue=load \ + -buildDir=`pwd` GCF_000146795.2_Nleu_3.0 nomLeu3) \ + > load.log 2>&1 + # real 0m30.847s + + sed -e 's/^/ # /;' fb.ncbiRefSeq.nomLeu3.txt + # 62471660 bases of 2756609047 (2.266%) in intersection + + # add: include ../../refSeqComposite.ra alpha + # to the gibbon/nomLeu3/trackDb.ra to turn on the track in the browser + + # nomLeu3 doesn't have refGene, measure against xenoRefGene + featureBits -enrichment nomLeu3 xenoRefGene ncbiRefSeq + # xenoRefGene 2.683%, ncbiRefSeq 2.266%, both 1.927%, cover 71.82%, enrich 31.69x + + featureBits -enrichment nomLeu3 ncbiRefSeq xenoRefGene + # ncbiRefSeq 2.266%, xenoRefGene 2.683%, both 1.927%, cover 85.04%, enrich 31.69x + + featureBits -enrichment nomLeu3 ncbiRefSeqCurated xenoRefGene + # ncbiRefSeqCurated 0.002%, xenoRefGene 2.683%, both 0.002%, cover 82.59%, enrich 30.78x + + featureBits -enrichment nomLeu3 xenoRefGene ncbiRefSeqCurated + # xenoRefGene 2.683%, ncbiRefSeqCurated 0.002%, both 0.002%, cover 0.06%, enrich 30.78x + +############################################################################# +# cytoBandIdeo - (DONE - 2022-05-26 - Hiram) + mkdir /hive/data/genomes/nomLeu3/bed/cytoBand + cd /hive/data/genomes/nomLeu3/bed/cytoBand + makeCytoBandIdeo.csh nomLeu3 + +#############################################################################