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
using the docker image I get the following error message.
root@86d19034e85a:~# sam ls /mnt/testy/cat/
Traceback (most recent call last):
File "/usr/local/bin/sam", line 101, in <module>
tool.run(parser)
File "/usr/local/bin/python/sam/sam_ls.py", line 321, in run
self.printItems(items, args, detectionMethod, filters)
File "/usr/local/bin/python/sam/sam_ls.py", line 222, in printItems
self.printItem(item, args, level)
File "/usr/local/bin/python/sam/sam_ls.py", line 157, in printItem
filename = samUtils.getSequenceNameWithFormatting(item.getSequence(), args.format)
File "/usr/local/bin/python/sam/common/samUtils.py", line 225, in getSequenceNameWithFormatting
sequenceName += '#' * sequence.getPadding()
AttributeError: 'Sequence' object has no attribute 'getPadding'
The text was updated successfully, but these errors were encountered:
using the docker image I get the following error message.
The text was updated successfully, but these errors were encountered: