You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bamsnap runs into error when -process was used, although it still successfully writes the output file. WIthout -process, the same command runs successfully.
Traceback (most recent call last):
File "/.conda/envs/bamsnap/bin/bamsnap", line 10, in<module>sys.exit(cli())
File "/.conda/envs/bamsnap/lib/python3.9/site-packages/bamsnap/__init__.py", line 12, in cli
bs.run()
File "/.conda/envs/bamsnap/lib/python3.9/site-packages/bamsnap/bamsnap.py", line 211, in run
self.start_process_drawplot(image_w, self.bamlist)
File "/.conda/envs/bamsnap/lib/python3.9/site-packages/bamsnap/bamsnap.py", line 83, in start_process_drawplot
image_w, bamlist, self.split_poslist[tno], self.opt, self.is_single_image_out), name='proc ' + str(tno+1))
KeyError: 1
2021-08-09 13:57:15,362 : [INFO] (proc 1) Saved test.png
2021-08-09 13:57:15,362 : [INFO] (proc 1) Saved test.png : 3.18431 sec
Versions used:
python - 3.9.4
bamsnap - bamsnap ver0.2.19 (2021-03-02)
OS - Red Hat Enterprise Linux Server release 7.8 (Maipo)
Conda - conda 4.10.1
The text was updated successfully, but these errors were encountered:
bamsnap runs into error when
-process
was used, although it still successfully writes the output file. WIthout-process
, the same command runs successfully.Versions used:
3.9.4
bamsnap ver0.2.19 (2021-03-02)
Red Hat Enterprise Linux Server release 7.8 (Maipo)
conda 4.10.1
The text was updated successfully, but these errors were encountered: