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

outrigger index --splice-types error - KeyError: 'mxe' #81

Open
ghost opened this issue Apr 20, 2017 · 1 comment
Open

outrigger index --splice-types error - KeyError: 'mxe' #81

ghost opened this issue Apr 20, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 20, 2017

Description

As a test, ran outrigger index with the --splice-types "se" argument because other tests on truncated test data (link below) were showing no "mxe" events. Crashed due to an "mxe" key error in the events dictionary (KeyError: 'mxe'). Only tested on 1000-line SJ.out.tab files to avoid gff database id clash issue #69 while testing other features; in future testing will try longer and more sample files that include genic regions expected to have splicing (identified by JunctionSeq).

Steps to Reproduce

Gist: https://gist.github.com/navarrereed/b0373b4196f8172dc9612d4da2761c5a
Test SJ.out.tab files (1000 lines, anonymized): https://www.dropbox.com/sh/xqa3aslx9jktggk/AABysawqnoSAMAM8eAe4qTKya?dl=0

  1. cd /.../outrigger_test_sjout
  2. outrigger index --sj-out-tab *SJ.out.tab --gtf /.../genomes/gencode.vM13.annotation.gtf --splice-types "se"

Expected behavior: Successful indexing of skipped exon events.

Actual behavior: Crashed due to key error for non-target mxe event.

Versions

outrigger --version
outrigger 1.0.0

python --version
Python 3.5.3

conda --version
conda 4.3.16

OS: Ubuntu 14.04

@olgabot
Copy link
Collaborator

olgabot commented Apr 21, 2017 via email

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

1 participant