pygr not finding chr9
Getting back an error in seqdb in pygr
no key 'chr9' in database <SequenceFileDB '/local/resources/hg18/karyotypic/hg18.fa'>
While it worked fine for chr15, what is the error mean, that it can't find the chromosome in the assembly? Thanks!
python
pygr
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Error in colorRamp2(c(quantile(mean)[1], quantile(mean)[4], c("white", : argument "colors" is m…
written by imran •> col_AveExpr <- colorRamp2(c(quantile(mean)[1], quantile(mean)[4], c("white", "black"))) Error in colorRamp2(c(quantile(mean)[1], quantile(mean)[4], c("white", : argument "colors" is missing, with no default I am trying to make …
-
BQSR using GATK BaseRecalibrator
written by Fatemeh Nabizadeh •Hello everyone I'm trying to use the BQSR tool for my patient's aligned bam file (using bwa + GRCh38.p14 reference primary assembly), but I get …
-
Removing a chromosome from a fasta file
written by t86dan •Hello, I have a fasta file for human Genome GRCh37 Reference Assembly, but for some reason chromosome 20 is repeated and I would like to …
-
bedtools getfasta for mm9 genome
written by rishi •I downloaded the mm9 genome (all chromosomes) from UCSC (http://hgdownload-test.cse.ucsc.edu/goldenPath/mm9/chromosomes/) , and then concatenated them using the following code: cat chr1.fa | cat - chr2.fa …
-
MAFTOOLS HELP - Mutational Signature
written by David_emirHi All, I am trying to run mutational signatures on my MAF file, using maftools (https://github.com/PoisonAlien/maftools). while trying to run this i am constantly My …
-
Chromosome sort order for bedops?
written by ariel.balterI'm getting an error from bedops telling me that my bed files are not properly sorted by the chromosome column. In the documentation examples, they …
-
question: how to make the CHIP-seq txt data more visible
written by guguangxiang •Hi: I am a new person here. I find some chip-seq data from GEO database, it is showed as below. want to know how to …
-
coverageBed with -g option ?
written by bioguy24I am running a coverageBed and getting the below error. ``` cmccabe@DTV-A5211QLM:~/Desktop/NGS$ coverageBed -d -sorted -a /home/cmccabe/Desktop/NGS/bed/bedtools/xgen_targets_sorted.bed -b /home/cmccabe/Desktop/NGS/pool_I_090215/IonXpress_008_150902_newheader.bam > /home/cmccabe/Desktop/NGS/pool_I_090215/IonXpress_008_150902_output.txt ERROR: Database file /home/cmccabe/Desktop/NGS/pool_I_090215/IonXpress_008_150902_newheader.bam …
-
KeyError: "no key 'chr11' in database <SequenceFileDB 'hg38.fa’>" in python
written by wrel2015 •Hi I am getting an error while executing the `parse_hgvs_name` function of the "pyhgvs" module currently known as "hgvs" found at https://github.com/counsyl/hgvs. "pygr" module is …
-
Problems With Chromosome Ordering When Running The Gatk Indelrealigner
written by GPR<p>Hello, I am trying to use GATK to make variant calls and have gotten stuck on IndelRealigner.</p> <p>My command-line is the following: java -Djava.io.tmpdir='pwd'/tmp -Xmx5g …
print all keys and see what is going on
print db.keys()So I believe this was due to a corrupt assembly file (i.e. hg18.fa). I rebuilt it and it worked.