Closed nealplatt closed 3 years ago
hi neal,
i’ll check on this tomorrow. pretty sure I know what the issue is.
-b
Just need to get new package up... will take a few minutes.
conda activate phyluce-1.7.0
conda update phyluce
should update you to phyluce-1.7.1, in which the only substantial change is CLI formatting issue and the fix for your error.
Wow. Thanks for taking care of this. Everything works now.
I am using phyluce 1.7.0 installed via the linux conda yml. I have been running into an error when I try to extract UCE regions from genomes. I get a key error as if the genome hasn't been loaded. I have tried this with my own data....and even the data on the phyluce tutorial page.
cmd and output is below:
My genomes.conf incase it is useful:
...and dir structure:
I checked and
chr1
is in the 2bit and the lastz run:This problem is replicated in my actual dataset as well. I have been trying to work through the code to figure out why the genome sequences aren't being loaded into the dictionary but haven't had any luck.
Thanks for your help in advance.
Neal