Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segment:error in gene level segmentation #186

Open
snk9987 opened this issue Jul 19, 2018 · 1 comment
Open

segment:error in gene level segmentation #186

snk9987 opened this issue Jul 19, 2018 · 1 comment

Comments

@snk9987
Copy link

snk9987 commented Jul 19, 2018

I tried it with the ensemble annotation and I received the following error:

Executing the following command: iCount segment Homo_sapiens.GRCh38.93.gtf Homo_sapiens.GRCh38.93.seg.gtf GRCh38.p7.genome.fa.fai
Input parameters for function 'get_segments' in iCount.genomes.segment
annotation: Homo_sapiens.GRCh38.93.gtf
segmentation: Homo_sapiens.GRCh38.93.seg.gtf
fai: GRCh38.p7.genome.fa.fai
report_progress: False
Calculating intergenic intervals...
Segmentation stored in Homo_sapiens.GRCh38.93.seg.gtf
Making also gene level segmentation...
[FileNotFoundError] 2
File "/home/icuser/iCount_src/iCount/cli.py", line 439, in main
result_object = func(**args)

File "/home/icuser/iCount_src/iCount/genomes/segment.py", line 1037, in get_segments
make_regions(segmentation, out_dir=os.path.dirname(segmentation))

File "/home/icuser/iCount_src/iCount/genomes/segment.py", line 357, in make_regions
os.makedirs(out_dir, exist_ok=True)

File "/home/icuser/.icountenv/lib/python3.4/os.py", line 237, in makedirs
mkdir(name, mode)

@JureZmrzlikar
Copy link
Contributor

This was a known issue and it should been fixed if you use latest version. Please re-install the latest version of ICount, like described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants