Skip to content

Docker images failes with sam ls #594

@samhodge

Description

@samhodge

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions