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

viz issue #185

Open
TracyKoubkovaYu opened this issue Mar 9, 2023 · 0 comments
Open

viz issue #185

TracyKoubkovaYu opened this issue Mar 9, 2023 · 0 comments

Comments

@TracyKoubkovaYu
Copy link

  • spladder version: latest
  • Python version: 3.10.10
  • Operating System: core-4.1-amd64:core-4.1-noarch/Oracle Linux Server release 8.7

Description

I did spladder build on one bam file by the following script:
spladder build -o outdirectory -b L1I02_thread8_AEP.bam -a GeneModels.gtf
Several output files were generated in the outdirectory folder (including, .gff3 .pickle .txt.gz .hdf5 etc). I want to use spladder viz to view the graphs but I received AssertionError.

What I Did

command I ran:
spladder viz --track splicegraph HVAEP1.G000790 -o outdirectory

output:
It creates an empty plots folder in the outdirectory and following messages on the linux terminal:

Traceback (most recent call last):
File "/home/user/koubkovayu/.local/bin/spladder", line 8, in
sys.exit(main())
File "/home/user/koubkovayu/.local/lib/python3.10/site-packages/spladder/spladder.py", line 229, in main
options.func(options)
File "/home/user/koubkovayu/.local/lib/python3.10/site-packages/spladder/spladder_viz.py", line 256, in spladder_viz
_parse_gene_info(range_info[1:], genes, gene_names, gids, all_gene_names, options.outdir, options.confidence, options.validate_sg, options.verbose)
File "/home/user/koubkovayu/.local/lib/python3.10/site-packages/spladder/spladder_viz.py", line 79, in _parse_gene_info
assert gid.shape[0] == 1
AssertionError

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