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
[samsift] 2018-02-26 17:39:53 SAMsift is starting.
Traceback (most recent call last):
File "/Users/karel/miniconda/lib/python3.6/site-packages/samsift/samsift.py", line 276, in run
header['PG'].insert(0,pg)
File "pysam/libcalignmentfile.pyx", line 539, in pysam.libcalignmentfile.AlignmentHeader.__getitem__
KeyError: 'PG'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/karel/miniconda/bin/samsift", line 6, in <module>
sys.exit(samsift.samsift.main())
File "/Users/karel/miniconda/lib/python3.6/site-packages/samsift/samsift.py", line 418, in main
sam_sift.run()
File "/Users/karel/miniconda/lib/python3.6/site-packages/samsift/samsift.py", line 278, in run
header['PG']=[pg]
File "pysam/libcalignmentfile.pyx", line 536, in pysam.libcalignmentfile.AlignmentHeader.__setitem__
TypeError: AlignmentHeader does not support item assignment (use header.to_dict()
The text was updated successfully, but these errors were encountered:
karel-brinda
changed the title
Non-working SAM headers – an incompatible version of PySAM
Non-working modifications of SAM headers – an incompatible version of PySAM
Feb 26, 2018
karel-brinda
changed the title
Non-working modifications of SAM headers – an incompatible version of PySAM
SAM headers can't be modified – a new incompatible version of PySAM
Feb 26, 2018
Refs:
The text was updated successfully, but these errors were encountered: