friend1ws / annot_utils

scripts processing annotation data from UCSC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed in install

lmanchon opened this issue · comments

--Hi,

i try to install the package but it failed with:

python setup.py build install
running build
running build_py
copying lib/annot_utils/chr_name.py -> build/lib/annot_utils
copying lib/annot_utils/listExon.py -> build/lib/annot_utils
copying lib/annot_utils/boundary.py -> build/lib/annot_utils
copying lib/annot_utils/exon.py -> build/lib/annot_utils
copying lib/annot_utils/run.py -> build/lib/annot_utils
copying lib/annot_utils/utils.py -> build/lib/annot_utils
copying lib/annot_utils/listCoding.py -> build/lib/annot_utils
copying lib/annot_utils/init.py -> build/lib/annot_utils
copying lib/annot_utils/gene.py -> build/lib/annot_utils
copying lib/annot_utils/coding.py -> build/lib/annot_utils
error: can't copy 'lib/annot_utils/data/hg38': doesn't exist or not a regular file

it's strange because hg38 exist and is readable in the directory:

ls -1 lib/annot_utils/data/hg38

GCF_000001405.26.assembly.txt
refGene.txt.gz
wgEncodeGencodeBasicV24.txt.gz

do you have a clue please ?

thank you --

Hi,

Thank you very much for the interest in our package!
I cannot reproduce the error in my environment.
Could you tell me your environment?
Also, do you have the write access for the lib/annot_utils/data/hg38 directory?

My recommendations are

  1. Try --user option:
    python setup.py build install --user

  2. Try other environment (e.g., use of Amazon or Google cloud)