Skip to content

make-initial-stoptags looks for ".ht" extension but load-graph produces ".pt" extension #381

@chuckpr

Description

@chuckpr

make-stoptags.py is checking for graphbase + '.ht'

infiles = [graphbase + '.ht', graphbase + '.tagset']
    if args.stoptags:
        infiles.append(args.stoptags)
    for _ in infiles:
        check_file_status(_)

...but loading graphbase + 'pt' (and printing ".ht").

print 'loading htable %s.ht' % graphbase
    htable = khmer.load_hashbits(graphbase + '.pt')

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